Lines Matching full:gaps
63 …{ "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match]…
91 /* How to treat gaps in loadable segments. */
97 gaps; variable
154 section is compared according to the rules of the --gaps option. in main()
291 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0) in main()
567 /* We we look at gaps, create artificial ones for the parts of the in main()
571 if (gaps != gaps_ignore) in main()
585 /* If we need to look at the gaps we need access to the file data. */ in main()
591 if (gaps != gaps_ignore) in main()
636 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main()
649 assert (gaps == gaps_match); in main()
700 gaps = gaps_ignore; in parse_opt()
702 gaps = gaps_match; in parse_opt()
706 _("Invalid value '%s' for --gaps parameter."), in parse_opt()