Home
last modified time | relevance | path

Searched refs:handle_elf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c94 int handle_elf(const char *, FILE *);
237 rt = handle_elf(name, pfile); in handle_file()
261 handle_elf(const char *name, FILE *pfile) in handle_elf() function
/freebsd/contrib/elftoolchain/size/
H A Dsize.c102 static int handle_elf(int, char const *);
229 rc = handle_elf(fd, fn); in main()
615 handle_elf(int fd, const char *name) in handle_elf() function