Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c896 if ((arsp->rel_flags & FLG_REL_LOAD) && in ld_do_activerelocs()
1235 if ((flags & FLG_OF_SHAROBJ) && (rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
1274 if (!(rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
H A Dmachrel.intel.c892 if ((arsp->rel_flags & FLG_REL_LOAD) && in ld_do_activerelocs()
1220 if ((flags & FLG_OF_SHAROBJ) && (rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
1250 if (!(rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
H A Dmachrel.sparc.c1188 if ((arsp->rel_flags & FLG_REL_LOAD) && in ld_do_activerelocs()
1601 if ((flags & FLG_OF_SHAROBJ) && (rsp->rel_flags & FLG_REL_LOAD) && in ld_reloc_local()
1638 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.c865 reld.rel_flags = FLG_REL_LOAD; in make_array()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h734 #define FLG_REL_LOAD 0x00000008 /* section loadable */ macro