Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c344 if (orsp->rel_flags & FLG_REL_NADDEND) { in ld_perform_outreloc()
1113 if (arsp->rel_flags & FLG_REL_NADDEND) { in ld_do_activerelocs()
H A Dsections.c3030 rsp->rel_flags |= FLG_REL_NADDEND; in ld_strmerge_sec()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h776 #define FLG_REL_NADDEND 0x00400000 /* Replace implicit addend in dest */ macro