Searched defs:handle_ar (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/src/
H A Dsize.c99 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 Dobjdump.c94 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 Dnm.c131 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 Dstrip.c115 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