/external/elfutils/src/ |
objdump.c | 94 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 276 int result = handle_ar (fd, elf, NULL, fname, NULL); 299 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function 336 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
|
size.c | 99 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname); 311 int result = handle_ar (fd, elf, NULL, fname); 358 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) function 385 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
|
nm.c | 131 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 401 int result = handle_ar (fd, elf, NULL, fname, NULL); 424 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function 500 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, [all...] |
strip.c | 115 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 381 result = handle_ar (fd, elf, NULL, fname, 2232 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function [all...] |
ChangeLog | 266 * strip.c (handle_ar): Mark as unused. 362 (handle_elf, handle_ar): Replace struct timeval with struct timespec 469 * nm.c (handle_ar): Skip over /SYM64/ entries. 473 * nm.c (handle_ar): Break on arsym with invalid offset. [all...] |