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,
419 * native linking, the FLG_RE_UNALIGN determines it.
422 if (re_flags & FLG_RE_UNALIGN)
453 * but if the relocation does not have the FLG_RE_UNALIGN
467 if ((re_flags & FLG_RE_UNALIGN) == 0) {
604 * when the relocation does not specify FLG_RE_UNALIGN.
606 * have FLG_RE_UNALIGN set has to do the same error
611 if (re_flags & FLG_RE_UNALIGN)
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc_defs.h65 #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)) {

Completed in 63 milliseconds