Searched refs:_got (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c923 uint64_t *_got; local
927 _got = (uint64_t *)got + M_GOT_XLINKMAP;
928 *_got = (uint64_t)lmp;
929 _got = (uint64_t *)got + M_GOT_XRTLD;
930 *_got = (uint64_t)elf_rtbndr;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c897 uint_t *_got; local
901 _got = (uint_t *)got + M_GOT_XLINKMAP;
902 *_got = (uint_t)lmp;
903 _got = (uint_t *)got + M_GOT_XRTLD;
904 *_got = (uint_t)elf_rtbndr;

Completed in 105 milliseconds