HomeSort by relevance Sort by last modified time
    Searched refs:handle_ar (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/
size.c 96 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname);
294 int result = handle_ar (fd, elf, NULL, fname);
341 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) function
368 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
objdump.c 94 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
264 int result = handle_ar (fd, elf, NULL, fname, NULL);
287 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function
324 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
nm.c 131 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
387 int result = handle_ar (fd, elf, NULL, fname, NULL);
410 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function
486 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
    [all...]
strip.c 121 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
787 result = handle_ar (fd, elf, NULL, fname,
2699 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, function
    [all...]

Completed in 64 milliseconds