Home
last modified time | relevance | path

Searched refs:M_GOT_ENTSIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c89 return ((Xword)(osp->os_shdr->sh_addr + (gotndx * M_GOT_ENTSIZE))); in ld_calc_got_offset()
170 got_off = sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in plt_entry()
286 sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in ld_perform_outreloc()
966 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE); in ld_do_activerelocs()
1007 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1019 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1507 (M_GOT_XDYNAMIC * M_GOT_ENTSIZE)); in ld_fillin_gotplt()
1539 sh_addr + M_GOT_XLINKMAP * M_GOT_ENTSIZE); in ld_fillin_gotplt()
1551 sh_addr + M_GOT_XRTLD * M_GOT_ENTSIZE); in ld_fillin_gotplt()
1563 M_GOT_ENTSIZE); in ld_fillin_gotplt()
[all …]
H A Dmachrel.amd.c120 return ((Xword)(osp->os_shdr->sh_addr + (gotndx * M_GOT_ENTSIZE))); in ld_calc_got_offset()
202 got_off = sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in plt_entry()
364 sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in ld_perform_outreloc()
966 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE); in ld_do_activerelocs()
1001 ((Xword)gnp->gn_gotndx * M_GOT_ENTSIZE) + in ld_do_activerelocs()
1021 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1029 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1499 (M_GOT_XDYNAMIC * M_GOT_ENTSIZE)); in ld_fillin_gotplt()
1543 (M_GOT_XLINKMAP * M_GOT_ENTSIZE) - in ld_fillin_gotplt()
1558 (M_GOT_XRTLD * M_GOT_ENTSIZE) - in ld_fillin_gotplt()
[all …]
H A Dmachrel.sparc.c99 return ((Xword)((osp->os_shdr->sh_addr) + (gotndx * M_GOT_ENTSIZE) + in ld_calc_got_offset()
100 (-neggotoffset * M_GOT_ENTSIZE))); in ld_calc_got_offset()
1272 R1addr = (Xword)((-neggotoffset * M_GOT_ENTSIZE) + in ld_do_activerelocs()
1273 (gotndx * M_GOT_ENTSIZE)); in ld_do_activerelocs()
1296 (-neggotoffset * M_GOT_ENTSIZE)); in ld_do_activerelocs()
1317 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1327 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
2092 addr = -neggotoffset * M_GOT_ENTSIZE; in ld_allocate_got()
2121 (-neggotoffset * M_GOT_ENTSIZE) + in ld_fillin_gotplt()
2122 (M_GOT_XDYNAMIC * M_GOT_ENTSIZE)); in ld_fillin_gotplt()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h238 #define M_GOT_ENTSIZE M64_GOT_ENTSIZE macro
247 #define M_GOT_ENTSIZE M32_GOT_ENTSIZE
H A Delf_386.h132 #define M_GOT_ENTSIZE M32_GOT_ENTSIZE macro
H A Delf_amd64.h178 #define M_GOT_ENTSIZE M64_GOT_ENTSIZE macro