Searched refs:handle_ar (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/ |
D | size.c | 91 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname); 329 return handle_ar (fd, elf, NULL, fname); in process_file() 367 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) in handle_ar() function 394 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name); in handle_ar()
|
D | nm.c | 115 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 394 int result = handle_ar (fd, elf, NULL, fname, NULL); in process_file() 417 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function 492 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, in handle_ar()
|
D | strip.c | 99 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 318 result = handle_ar (fd, elf, NULL, fname, preserve_dates ? tv : NULL); in process_file() 1718 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function 1747 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, NULL); in handle_ar()
|