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

/external/elfutils/0.153/src/
H A Dobjdump.c107 static int handle_elf (Elf *elf, const char *prefix, const char *fname,
275 int result = handle_elf (elf, more_than_one ? "" : NULL,
345 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
768 handle_elf (Elf *elf, const char *prefix, const char *fname, function
H A Dsize.c111 static void handle_elf (Elf *elf, const char *fullname, const char *fname);
311 handle_elf (elf, NULL, fname);
395 handle_elf (subelf, new_prefix, arhdr->ar_name);
667 handle_elf (Elf *elf, const char *prefix, const char *fname) function
H A Dnm.c143 static int handle_elf (Elf *elf, const char *prefix, const char *fname,
399 int result = handle_elf (elf, more_than_one ? "" : NULL,
507 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
1407 handle_elf (Elf *elf, const char *prefix, const char *fname, function
H A Dstrip.c120 static int handle_elf (int fd, Elf *elf, const char *prefix,
366 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS,
402 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, function
2111 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL);

Completed in 87 milliseconds