Searched defs:handle_elf (Results 1 - 4 of 4) sorted by relevance
/external/elfutils/src/ |
H A D | size.c | 102 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 299 handle_elf (elf, NULL, fname); 383 handle_elf (subelf, new_prefix, arhdr->ar_name); 643 handle_elf (Elf *elf, const char *prefix, const char *fname) function
|
H A 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, 333 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, 762 handle_elf (Elf *elf, const char *prefix, const char *fname, function
|
H A 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, 497 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 1508 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, function
|
H A 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, 409 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, function 2259 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL);
|
Completed in 147 milliseconds