Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dreadelf.c135 static const char *elf_input_section = NULL; variable
484 elf_input_section = ".gnu_debugdata"; in parse_opt()
486 elf_input_section = arg; in parse_opt()
566 if (strcmp (sname, elf_input_section) == 0) in open_input_section()
734 if (elf_input_section != NULL) in process_file()
737 char *fnname = alloca (strlen (fname) + strlen (elf_input_section) + 2); in process_file()
738 sprintf (fnname, "%s:%s", fname, elf_input_section); in process_file()
743 elf_input_section, fname); in process_file()
796 if (elf_input_section != NULL) in process_file()
DChangeLog720 (elf_input_section): New static.
721 (parse_opt): Handle ELF_INPUT_SECTION and set elf_input_section.
723 (process_file): Call open_input_section if elf_input_section set.