Searched refs:handle_elf (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/src/src/ |
D | size.c | 103 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 303 handle_elf (elf, NULL, fname); in process_file() 387 handle_elf (subelf, new_prefix, arhdr->ar_name); in handle_ar() 647 handle_elf (Elf *elf, const char *prefix, const char *fname) in handle_elf() function
|
D | objdump.c | 99 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() 766 handle_elf (Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
D | nm.c | 135 static int handle_elf (Elf *elf, const char *prefix, const char *fname, 391 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file() 499 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, in handle_ar() 1406 handle_elf (Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
D | ChangeLog | 148 * strip.c (handle_elf): Likewise. 371 * strip.c (handle_elf): Check for bogus values in sh_link, sh_info, 669 * strip.c (handle_elf): Track memory used for .debuglink section data 1011 (handle_elf): Remove any relocations between debug sections 1016 * strip.c (handle_elf): Make sure all sections of a removed group 1138 * strip.c (handle_elf): Under --strip-sections, remove all 1145 (handle_elf): When that's set, truncate off .shstrtab and shdrs. 1472 * strip.c (handle_elf: check_preserved): Don't note any change when 1688 * strip.c (handle_elf): Don't keep sections that kept symbol tables 1693 * strip.c (handle_elf): When a discarded section kept in the debug [all …]
|
D | strip.c | 112 static int handle_elf (int fd, Elf *elf, const char *prefix, 358 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS, in process_file() 394 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf() function 2139 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL); in handle_ar()
|
/external/elfutils/src/tests/ |
D | run-allfcts.sh | 37 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
|
D | run-strings-test.sh | 421 testfile9: 34f5 handle_elf
|