Searched refs:handle_elf (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/src/ |
D | size.c | 111 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 311 handle_elf (elf, NULL, fname); in process_file() 385 handle_elf (subelf, new_prefix, arhdr->ar_name); in handle_ar() 660 handle_elf (Elf *elf, const char *prefix, const char *fname) in handle_elf() function
|
D | objdump.c | 100 static int handle_elf (Elf *elf, const char *prefix, const char *fname, 267 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file() 337 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, in handle_ar() 771 handle_elf (Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
D | nm.c | 131 static int handle_elf (Elf *elf, const char *prefix, const char *fname, 373 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file() 481 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, in handle_ar() 1226 handle_elf (Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
D | ChangeLog | 45 * strip.c (handle_elf): Don't keep sections that kept symbol tables 50 * strip.c (handle_elf): When a discarded section kept in the debug 59 * strip.c (handle_elf): Cosmetic cleanup in special section contents 230 * strip.c (handle_elf): Move SHDRIDX defn to silence gcc warning. 614 * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file. 661 * strip.c (handle_elf): Update debug file's SHT_NOBITS sections' 977 * strip.c (handle_elf): Unify some error messages. 1228 * strip.c (handle_elf): Don't translate hash and versym data formats, 1238 * strip.c (handle_elf): Apply symbol table fixups to discarded 1241 * strip.c (handle_elf): Pass EHDR->e_ident[EI_DATA] to gelf_xlatetom [all …]
|
D | strip.c | 112 static int handle_elf (int fd, Elf *elf, const char *prefix, 340 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS, in process_file() 376 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf() function 1793 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL); in handle_ar()
|
/external/elfutils/tests/ |
D | run-allfcts.sh | 45 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
|
D | run-strings-test.sh | 429 testfile9: 34f5 handle_elf
|