Lines Matching defs:elf_input_section
172 static const char *elf_input_section = NULL;
622 elf_input_section = ".gnu_debugdata";
624 elf_input_section = arg;
637 elf_input_section given a file descriptor to an ELF file. */
693 if (strcmp (sname, elf_input_section) == 0)
899 if (elf_input_section != NULL)
902 char *fnname = alloca (strlen (fname) + strlen (elf_input_section) + 2);
903 sprintf (fnname, "%s:%s", fname, elf_input_section);
908 elf_input_section, fname);
935 if (elf_input_section != NULL)