Lines Matching refs:gaps
62 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
90 /* How to treat gaps in loadable segments. */
96 gaps;
153 section is compared according to the rules of the --gaps option.
290 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
566 /* We we look at gaps, create artificial ones for the parts of the
570 if (gaps != gaps_ignore)
584 /* If we need to look at the gaps we need access to the file data. */
590 if (gaps != gaps_ignore)
635 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD)
648 assert (gaps == gaps_match);
699 gaps = gaps_ignore;
701 gaps = gaps_match;
705 _("Invalid value '%s' for --gaps parameter."),