Searched refs:handle_elf (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/src/ |
D | size.c | 102 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 299 handle_elf (elf, NULL, fname); in process_file() 383 handle_elf (subelf, new_prefix, arhdr->ar_name); in handle_ar() 643 handle_elf (Elf *elf, const char *prefix, const char *fname) in handle_elf() function
|
D | objdump.c | 98 static int handle_elf (Elf *elf, const char *prefix, const char *fname, 263 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file() 333 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, in handle_ar() 762 handle_elf (Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
D | ChangeLog | 53 (handle_elf): Likewise. 122 * strip.c (handle_elf): Replace ftruncate64 with ftruncate. 135 * strip.c (handle_elf): Only sanity check section symbols to not 165 * strip.c (handle_elf): Don't move around allocated NOBITS sections. 332 (handle_elf): Use debug_fd and tmp_debug_fname statics and call 341 * strip.c (handle_elf): Likewise. 362 (handle_elf, handle_ar): Replace struct timeval with struct timespec 633 * strip.c (handle_elf): Likewise. 856 * strip.c (handle_elf): Check for bogus values in sh_link, sh_info, 1154 * strip.c (handle_elf): Track memory used for .debuglink section data [all …]
|
D | nm.c | 135 static int handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, 388 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file() 497 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, in handle_ar() 1508 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
D | strip.c | 111 static int handle_elf (int fd, Elf *elf, const char *prefix, 363 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS, in process_file() 409 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf() function 2259 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL); in handle_ar()
|
/external/elfutils/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
|