Searched refs:FLG_RE_LOCLBND (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/krtld/ |
H A D | reloc_defs.h | 85 #define FLG_RE_LOCLBND 0x02000000 /* relocation must bind */ macro 153 ((_reltab[(X)].re_flags & FLG_RE_LOCLBND) != 0)
|
/titanic_41/usr/src/uts/sparc/krtld/ |
H A D | doreloc.c | 90 /* R_SPARC_PC10 */ {0x3ff, FLG_RE_PCREL | FLG_RE_SIGN | FLG_RE_LOCLBND, 93 FLG_RE_LOCLBND, 4, 10, 22},
|
/titanic_41/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,
|
/titanic_41/usr/src/uts/intel/amd64/krtld/ |
H A D | doreloc.c | 94 /* R_AMD64_GOTPC32 */ {0, FLG_RE_PCREL | FLG_RE_GOTPC | FLG_RE_LOCLBND,
|