Searched refs:handle_elf (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/tests/
H A Drun-allfcts.sh45 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
H A Drun-strings-test.sh360 testfile8: 7c9b handle_elf
429 testfile9: 34f5 handle_elf
/external/elfutils/src/
H A Dsize.c111 static void handle_elf (Elf *elf, const char *fullname, const char *fname);
311 handle_elf (elf, NULL, fname);
385 handle_elf (subelf, new_prefix, arhdr->ar_name);
660 handle_elf (Elf *elf, const char *prefix, const char *fname) function
H A Dnm.c131 static int handle_elf (Elf *elf, const char *prefix, const char *fname,
373 int result = handle_elf (elf, more_than_one ? "" : NULL,
481 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
1226 handle_elf (Elf *elf, const char *prefix, const char *fname, function
H A Dobjdump.c100 static int handle_elf (Elf *elf, const char *prefix, const char *fname,
267 int result = handle_elf (elf, more_than_one ? "" : NULL,
337 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
771 handle_elf (Elf *elf, const char *prefix, const char *fname, function
H A Dstrip.c112 static int handle_elf (int fd, Elf *elf, const char *prefix,
340 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS,
376 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, function
1793 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL);

Completed in 133 milliseconds