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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4478 Xword gotentry; local
4487 gotentry = (Xword)(*((Word *)(gotdata) + gotndx));
4490 gotentry = *((Xword *)(gotdata) + gotndx);
4492 Elf_got_entry(0, gindex, gaddr, gotentry, ehdr->e_machine,

Completed in 75 milliseconds