Home
last modified time | relevance | path

Searched refs:handle_elf (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Dsize.c94 static void handle_elf (Elf *elf, const char *fullname, const char *fname);
318 handle_elf (elf, NULL, fname); in process_file()
392 handle_elf (subelf, new_prefix, arhdr->ar_name); in handle_ar()
671 handle_elf (Elf *elf, const char *prefix, const char *fname) in handle_elf() function
DChangeLog8 * strip.c (handle_elf): Rewrite dynamic memory handling to use of
143 * strip.c (handle_elf): Handle the 64-bit archs which is 64-bit
Dnm.c119 static int handle_elf (Elf *elf, const char *prefix, const char *fname,
381 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file()
489 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, in handle_ar()
1206 handle_elf (Elf *elf, const char *prefix, const char *fname, in handle_elf() function
Dstrip.c95 static int handle_elf (int fd, Elf *elf, const char *prefix,
304 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS, in process_file()
361 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf() function
1745 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL); in handle_ar()