Searched refs:FLG_RE_GOTPC (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/krtld/
H A Dreloc_defs.h60 #define FLG_RE_GOTPC 0x00000004 /* GOT - P */ macro
99 ((_reltab[(X)].re_flags & FLG_RE_GOTPC) != 0)
102 ((_reltab[(X)].re_flags & (FLG_RE_GOTPC | FLG_RE_GOTADD)) == \
103 (FLG_RE_GOTPC | FLG_RE_GOTADD))
113 FLG_RE_GOTPC | FLG_RE_GOTOPINS)) != 0)
/opensolaris-onvv-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c74 /* R_AMD64_GOTPCREL */ {0, FLG_RE_GOTPC | FLG_RE_GOTADD, 4, 0, 0},
84 /* R_AMD64_TLSGD */ {0, FLG_RE_GOTPC | FLG_RE_GOTADD | FLG_RE_TLSGD,
86 /* R_AMD64_TLSLD */ {0, FLG_RE_GOTPC | FLG_RE_GOTADD | FLG_RE_TLSLD,
89 /* R_AMD64_GOTTPOFF */ {0, FLG_RE_GOTPC | FLG_RE_GOTADD | FLG_RE_TLSIE,
94 /* R_AMD64_GOTPC32 */ {0, FLG_RE_PCREL | FLG_RE_GOTPC | FLG_RE_LOCLBND,
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c74 /* R_386_GOTPC */ {0, FLG_RE_PCREL | FLG_RE_GOTPC | FLG_RE_LOCLBND, 4,

Completed in 236 milliseconds