/external/elfutils/src/ |
size.c | 108 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname); 322 return handle_ar (fd, elf, NULL, fname); 360 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) function 387 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
|
nm.c | 127 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 386 int result = handle_ar (fd, elf, NULL, fname, NULL); 409 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function 484 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, [all...] |
objdump.c | 96 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 280 int result = handle_ar (fd, elf, NULL, fname, NULL); 303 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function 340 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
|
strip.c | 116 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 354 result = handle_ar (fd, elf, NULL, fname, preserve_dates ? tv : NULL); 1766 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function [all...] |