Home
last modified time | relevance | path

Searched refs:FLG_RE_UNALIGN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c109 /* R_SPARC_UA32 */ {0x0, FLG_RE_UNALIGN, 4, 0, 0},
155 /* R_SPARC_UA64 */ {0x0, FLG_RE_VERIFY | FLG_RE_UNALIGN,
157 /* R_SPARC_UA16 */ {0x0, FLG_RE_VERIFY | FLG_RE_UNALIGN,
422 if (re_flags & FLG_RE_UNALIGN) in do_reloc_krtld()
467 if ((re_flags & FLG_RE_UNALIGN) == 0) { in do_reloc_krtld()
611 if (re_flags & FLG_RE_UNALIGN) in do_reloc_krtld()
644 if ((re_flags & FLG_RE_UNALIGN) == 0) { in do_reloc_krtld()
/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc_defs.h63 #define FLG_RE_UNALIGN 0x00000080 /* offset is not aligned */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c729 !(rep->re_flags & FLG_RE_UNALIGN)) { in ld_perform_outreloc()