Lines Matching refs:gaps
69 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
95 /* How to treat gaps in loadable segments. */
101 gaps;
149 section is compared according to the rules of the --gaps option.
231 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
401 /* We we look at gaps, create artificial ones for the parts of the
405 if (gaps != gaps_ignore)
419 /* If we need to look at the gaps we need access to the file data. */
425 if (gaps != gaps_ignore)
471 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD)
484 assert (gaps == gaps_match);
543 gaps = gaps_ignore;
545 gaps = gaps_match;
549 gettext ("Invalid value '%s' for --gaps parameter."),