Home
last modified time | relevance | path

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

/external/elfutils/src/
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); in process_file()
358 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) in handle_ar() function
385 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name); in handle_ar()
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); in process_file()
299 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function
336 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, in handle_ar()
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); in process_file()
424 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function
500 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, in handle_ar()
Dstrip.c115 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
2232 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function
2261 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, NULL); in handle_ar()
DChangeLog266 * 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.
1390 (handle_ar): Optimize puts call.
2003 (handle_ar): Don't close file descriptor here.