Searched refs:handle_ar (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/src/ |
D | size.c | 95 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname); 293 int result = handle_ar (fd, elf, NULL, fname); in process_file() 340 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) in handle_ar() function 367 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name); in handle_ar()
|
D | objdump.c | 93 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 263 int result = handle_ar (fd, elf, NULL, fname, NULL); in process_file() 286 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function 323 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, in handle_ar()
|
D | nm.c | 130 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 386 int result = handle_ar (fd, elf, NULL, fname, NULL); in process_file() 409 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function 485 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, in handle_ar()
|
D | strip.c | 120 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 2718 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar() function 2747 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, NULL); in handle_ar()
|
D | ChangeLog | 817 * size.c (handle_ar): Only close elf if prefix was NULL. 2017 * strip.c (handle_ar): Mark as unused. 2113 (handle_elf, handle_ar): Replace struct timeval with struct timespec 2220 * nm.c (handle_ar): Skip over /SYM64/ entries. 2224 * nm.c (handle_ar): Break on arsym with invalid offset. 3141 (handle_ar): Optimize puts call. 3754 (handle_ar): Don't close file descriptor here.
|
/external/elfutils/po/ |
D | ja.po | 6570 #. result = handle_ar (fd, elf, NULL, fname,
|
D | de.po | 6324 #. result = handle_ar (fd, elf, NULL, fname,
|
D | uk.po | 6935 #. result = handle_ar (fd, elf, NULL, fname,
|
D | pl.po | 6915 #. result = handle_ar (fd, elf, NULL, fname,
|
D | es.po | 6899 #. result = handle_ar (fd, elf, NULL, fname,
|