Home
last modified time | relevance | path

Searched refs:handle_ar (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dsize.c91 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()
Dnm.c115 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()
Dstrip.c99 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()