Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c165 static const char *elf_input_section = NULL; variable
564 elf_input_section = ".gnu_debugdata"; in parse_opt()
566 elf_input_section = arg; in parse_opt()
635 if (strcmp (sname, elf_input_section) == 0) in open_input_section()
841 if (elf_input_section != NULL) in process_file()
844 char *fnname = alloca (strlen (fname) + strlen (elf_input_section) + 2); in process_file()
845 sprintf (fnname, "%s:%s", fname, elf_input_section); in process_file()
850 elf_input_section, fname); in process_file()
877 if (elf_input_section != NULL) in process_file()
DChangeLog2268 (elf_input_section): New static.
2269 (parse_opt): Handle ELF_INPUT_SECTION and set elf_input_section.
2271 (process_file): Call open_input_section if elf_input_section set.