Searched refs:find_strings (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 96 int find_strings(const char *, FILE *, off_t, off_t); 211 rc = find_strings("{standard input}", stdin, 0, 0); in main() 251 return (find_strings(name, pfile, 0, size)); in handle_binary() 302 rc = find_strings(name, pfile, shdr.sh_offset, in handle_elf() 360 find_strings(const char *name, FILE *pfile, off_t offset, off_t size) in find_strings() function
|