Searched refs:FLG_RE_VERIFY (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/sparc/krtld/ |
H A D | doreloc.c | 65 /* R_SPARC_8 */ {0x0, FLG_RE_VERIFY, 1, 0, 0}, 66 /* R_SPARC_16 */ {0x0, FLG_RE_VERIFY, 2, 0, 0}, 67 /* R_SPARC_32 */ {0x0, FLG_RE_VERIFY, 4, 0, 0}, 68 /* R_SPARC_DISP8 */ {0x0, FLG_RE_PCREL | FLG_RE_VERIFY | FLG_RE_SIGN, 70 /* R_SPARC_DISP16 */ {0x0, FLG_RE_PCREL | FLG_RE_VERIFY | FLG_RE_SIGN, 72 /* R_SPARC_DISP32 */ {0x0, FLG_RE_PCREL | FLG_RE_VERIFY | FLG_RE_SIGN, 74 /* R_SPARC_WDISP30 */ {0x0, FLG_RE_PCREL | FLG_RE_VERIFY | FLG_RE_SIGN, 76 /* R_SPARC_WDISP22 */ {0x0, FLG_RE_PCREL | FLG_RE_VERIFY | FLG_RE_SIGN, 79 /* R_SPARC_HI22 */ {0x0, FLG_RE_VERIFY, 4, 10, 22}, 83 /* R_SPARC_22 */ {0x0, FLG_RE_VERIFY, 4, 0, 22}, [all …]
|
/titanic_50/usr/src/uts/intel/ia32/krtld/ |
H A D | doreloc.c | 105 /* R_386_SIZE32 */ {0, FLG_RE_SIZE | FLG_RE_VERIFY, 4, 0, 0}
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | reloc_defs.h | 64 #define FLG_RE_VERIFY 0x00000040 /* verify value fits */ macro
|
/titanic_50/usr/src/uts/intel/amd64/krtld/ |
H A D | doreloc.c | 69 FLG_RE_VERIFY | FLG_RE_SIGN, 4, 0, 0},
|