Searched defs:dt_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c1232 GElf_Addr dt_symtab, dt_strtab, dt_hash; local
1257 if ((dt_hash = gelf_dyn_lookup(gf, DT_HASH)) == -1L) {
1293 if (IOP_SEEK(gf->gf_io, (off64_t)dt_hash - base, SEEK_SET) == -1) {

Completed in 49 milliseconds