Searched defs:handle_ar (Results 1 - 4 of 4) sorted by relevance
/external/elfutils/src/ |
H A D | 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);
|
H A D | 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,
|
H A D | 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,
|
H A D | 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 2261 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, NULL);
|
Completed in 61 milliseconds