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

/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c925 uint64_t *_got; local
929 _got = (uint64_t *)got + M_GOT_XLINKMAP;
930 *_got = (uint64_t)lmp;
931 _got = (uint64_t *)got + M_GOT_XRTLD;
932 *_got = (uint64_t)elf_rtbndr;
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c899 uint_t *_got; local
903 _got = (uint_t *)got + M_GOT_XLINKMAP;
904 *_got = (uint_t)lmp;
905 _got = (uint_t *)got + M_GOT_XRTLD;
906 *_got = (uint_t)elf_rtbndr;

Completed in 82 milliseconds