Searched refs:FLG_RE_GOTPC (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/krtld/ |
H A D | reloc_defs.h | 60 #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)
|
/titanic_44/usr/src/uts/intel/amd64/krtld/ |
H A D | doreloc.c | 74 /* 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,
|
/titanic_44/usr/src/uts/intel/ia32/krtld/ |
H A D | doreloc.c | 74 /* R_386_GOTPC */ {0, FLG_RE_PCREL | FLG_RE_GOTPC | FLG_RE_LOCLBND, 4,
|