Home
last modified time | relevance | path

Searched refs:FLG_REL_LOAD (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c910 if ((arsp->rel_flags & FLG_REL_LOAD) && in ld_do_activerelocs()
1262 if ((flags & FLG_OF_SHAROBJ) && (rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
1301 if (!(rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
H A Dmachrel.intel.c921 if ((arsp->rel_flags & FLG_REL_LOAD) && in ld_do_activerelocs()
1262 if ((flags & FLG_OF_SHAROBJ) && (rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
1292 if (!(rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
H A Dmachrel.sparc.c1208 if ((arsp->rel_flags & FLG_REL_LOAD) && in ld_do_activerelocs()
1635 if ((flags & FLG_OF_SHAROBJ) && (rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
1672 if (!(rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
H A Drelocate.c1557 } else if (!(reld->rel_flags & FLG_REL_LOAD)) { in ld_process_sym_reloc()
2161 flags |= FLG_REL_LOAD; in reloc_section()
2338 reld.rel_flags = FLG_REL_LOAD; in process_movereloc()
H A Dsections.c868 reld.rel_flags = FLG_REL_LOAD; in make_array()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h743 #define FLG_REL_LOAD 0x00000008 /* section loadable */ macro