Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c360 static struct dumpop *find_dumpop(struct readelf *re, size_t si,
7104 if (find_dumpop(re, (size_t) i, s->name, HEX_DUMP, -1) == NULL) in hex_dump()
7169 if (find_dumpop(re, (size_t) i, s->name, STR_DUMP, -1) == NULL) in str_dump()
7534 if ((d = find_dumpop(re, si, sn, -1, t)) == NULL) { in add_dumpop()
7549 find_dumpop(struct readelf *re, size_t si, const char *sn, int op, int t) in find_dumpop() function