Searched refs:handle_elf (Results 1 - 6 of 6) sorted by relevance
/external/elfutils/tests/ |
H A D | run-allfcts.sh | 45 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
|
H A D | run-strings-test.sh | 360 testfile8: 7c9b handle_elf 429 testfile9: 34f5 handle_elf
|
/external/elfutils/src/ |
H A D | size.c | 111 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 311 handle_elf (elf, NULL, fname); 385 handle_elf (subelf, new_prefix, arhdr->ar_name); 660 handle_elf (Elf *elf, const char *prefix, const char *fname) function
|
H A 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, 481 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, 1226 handle_elf (Elf *elf, const char *prefix, const char *fname, function
|
H A 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, 337 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, 771 handle_elf (Elf *elf, const char *prefix, const char *fname, function
|
H A 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, 376 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, function 1793 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL);
|
Completed in 300 milliseconds