Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c349 static struct dumpop *find_dumpop(struct readelf *re, size_t si,
6997 if (find_dumpop(re, (size_t) i, s->name, HEX_DUMP, -1) == NULL) in hex_dump()
7062 if (find_dumpop(re, (size_t) i, s->name, STR_DUMP, -1) == NULL) in str_dump()
7422 if ((d = find_dumpop(re, si, sn, -1, t)) == NULL) { in add_dumpop()
7437 find_dumpop(struct readelf *re, size_t si, const char *sn, int op, int t) in find_dumpop() function