Home
last modified time | relevance | path

Searched refs:M_GOT_XRTLD (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h112 #define M_GOT_XRTLD 2 /* got index for rtbinder */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c1551 sh_addr + M_GOT_XRTLD * M_GOT_ENTSIZE); in ld_fillin_gotplt()
1574 *(Word *)pltent = (Word)(M_GOT_XRTLD * in ld_fillin_gotplt()
H A Dmachrel.amd.c1558 (M_GOT_XRTLD * M_GOT_ENTSIZE) - in ld_fillin_gotplt()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c931 _got = (uint64_t *)got + M_GOT_XRTLD; in elf_plt_init()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c905 _got = (uint_t *)got + M_GOT_XRTLD; in elf_plt_init()