Lines Matching defs:gaps
65 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
93 /* How to treat gaps in loadable segments. */
99 gaps;
156 section is compared according to the rules of the --gaps option.
277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
551 /* We we look at gaps
555 if (gaps != gaps_ignore)
569 /* If we need to look at the gaps we need access to the file data. */
575 if (gaps != gaps_ignore)
620 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD)
633 assert (gaps == gaps_match);
698 gaps = gaps_ignore;
700 gaps = gaps_match;
704 gettext ("Invalid value '%s' for --gaps parameter."),