Searched refs:DT_HASH (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h218 #define DT_HASH 4 macro
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddynamic.c116 case DT_HASH:
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h79 #define DT_HASH 4 /* hash table */ macro
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c253 * dynamic section until we find the DT_HASH entry (hash[1] == symcnt).
259 if (dynp->d_tag != DT_HASH)
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c107 * DT_HASH base of hash table for dynamic lookups
303 case DT_HASH:
H A DPsymtab.c1920 case DT_HASH:
1921 dprintf("DT_HASH is %p\n",
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c1218 case DT_HASH:
H A Delfdump.c3260 case DT_HASH:
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h529 #define DT_HASH 4 /* Address of symbol hash table. */ macro
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf.c672 case DT_HASH:
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1138 case DT_HASH:
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c1257 if ((dt_hash = gelf_dyn_lookup(gf, DT_HASH)) == -1L) {
1258 warn("failed to get DT_HASH for %s\n", IOP_NAME(gf->gf_io));
1283 * If this is an executable, then DT_HASH is an absolute address;
1290 * Read in the header for the DT_HASH: this consists of nbucket
1294 warn("failed to seek ELF file to start of DT_HASH");
1299 warn("failed to read DT_HASH header");
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1863 case DT_HASH:
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c760 case DT_HASH:
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c2223 dyn->d_tag = DT_HASH;

Completed in 113 milliseconds