Home
last modified time | relevance | path

Searched refs:elf_input_section (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/src/
Dreadelf.c172 static const char *elf_input_section = NULL; variable
622 elf_input_section = ".gnu_debugdata"; in parse_opt()
624 elf_input_section = arg; in parse_opt()
693 if (strcmp (sname, elf_input_section) == 0) in open_input_section()
899 if (elf_input_section != NULL) in process_file()
902 char *fnname = alloca (strlen (fname) + strlen (elf_input_section) + 2); in process_file()
903 sprintf (fnname, "%s:%s", fname, elf_input_section); in process_file()
908 elf_input_section, fname); in process_file()
935 if (elf_input_section != NULL) in process_file()
DChangeLog2956 (elf_input_section): New static.
2957 (parse_opt): Handle ELF_INPUT_SECTION and set elf_input_section.
2959 (process_file): Call open_input_section if elf_input_section set.