Searched refs:FLG_REL_LOAD (Results 1 – 6 of 6) sorted by relevance
896 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()
892 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()
1188 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()
1557 } 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()
865 reld.rel_flags = FLG_REL_LOAD; in make_array()
734 #define FLG_REL_LOAD 0x00000008 /* section loadable */ macro