Home
last modified time | relevance | path

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

/titanic_44/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()
937 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE); in ld_do_activerelocs()
978 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
990 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1465 (M_GOT_XDYNAMIC * M_GOT_ENTSIZE)); in ld_fillin_gotplt()
1497 sh_addr + M_GOT_XLINKMAP * M_GOT_ENTSIZE); in ld_fillin_gotplt()
1509 sh_addr + M_GOT_XRTLD * M_GOT_ENTSIZE); in ld_fillin_gotplt()
1521 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()
952 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE); in ld_do_activerelocs()
987 ((Xword)gnp->gn_gotndx * M_GOT_ENTSIZE) + in ld_do_activerelocs()
1007 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1015 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1472 (M_GOT_XDYNAMIC * M_GOT_ENTSIZE)); in ld_fillin_gotplt()
1516 (M_GOT_XLINKMAP * M_GOT_ENTSIZE) - in ld_fillin_gotplt()
1531 (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()
1252 R1addr = (Xword)((-neggotoffset * M_GOT_ENTSIZE) + in ld_do_activerelocs()
1253 (gotndx * M_GOT_ENTSIZE)); in ld_do_activerelocs()
1276 (-neggotoffset * M_GOT_ENTSIZE)); in ld_do_activerelocs()
1297 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1307 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
2058 addr = -neggotoffset * M_GOT_ENTSIZE; in ld_allocate_got()
2087 (-neggotoffset * M_GOT_ENTSIZE) + in ld_fillin_gotplt()
2088 (M_GOT_XDYNAMIC * M_GOT_ENTSIZE)); in ld_fillin_gotplt()
[all …]
/titanic_44/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.h127 #define M_GOT_ENTSIZE M32_GOT_ENTSIZE macro
H A Delf_amd64.h164 #define M_GOT_ENTSIZE M64_GOT_ENTSIZE macro