Searched refs:handle_elf (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/src/ |
H A D | size.c | 98 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 281 handle_elf (elf, NULL, fname); in process_file() 365 handle_elf (subelf, new_prefix, arhdr->ar_name); in handle_ar() 634 handle_elf (Elf *elf, const char *prefix, const char *fname) in handle_elf() function
|
H A D | objdump.c | 97 static int handle_elf (Elf *elf, const char *prefix, const char *fname, 250 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file() 320 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, in handle_ar() 750 handle_elf (Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
H A D | nm.c | 134 static int handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, 373 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file() 482 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, in handle_ar() 1528 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf() function
|
H A D | strip.c | 116 static int handle_elf (int fd, Elf *elf, const char *prefix, 799 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS, in process_file() 981 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf() function 2745 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL); in handle_ar()
|
Completed in 8 milliseconds