Home
last modified time | relevance | path

Searched refs:FLG_REL_GOT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c300 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
346 if (orsp->rel_flags & FLG_REL_GOT) { in ld_perform_outreloc()
794 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS | in ld_do_activerelocs()
901 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
932 if ((arsp->rel_flags & FLG_REL_GOT) == 0) in ld_do_activerelocs()
943 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1202 if (flags & FLG_REL_GOT) in ld_add_outrel()
H A Dmachrel.intel.c241 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
275 if (orsp->rel_flags & FLG_REL_GOT) { in ld_perform_outreloc()
781 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS | in ld_do_activerelocs()
912 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
943 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1203 if (flags & FLG_REL_GOT) in ld_add_outrel()
H A Dmachrel.sparc.c630 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
678 if (orsp->rel_flags & FLG_REL_GOT) { in ld_perform_outreloc()
1094 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS | in ld_do_activerelocs()
1199 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1238 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1522 if (flags & FLG_REL_GOT) in ld_add_outrel()
H A Drelocate.c893 if (ld_add_actrel((FLG_REL_GOT | FLG_REL_GOTCL), in ld_reloc_GOT_relative()
900 ((FLG_REL_GOT | FLG_REL_ADVAL), in ld_reloc_GOT_relative()
906 if (ld_add_actrel(FLG_REL_GOT, rsp, in ld_reloc_GOT_relative()
912 if ((*ld_targ.t_mr.mr_add_outrel)(FLG_REL_GOT, in ld_reloc_GOT_relative()
2617 if (orsp->rel_flags & FLG_REL_GOT) { in do_sorted_outrelocs()
2864 rflags = FLG_REL_GOT | rflag; in ld_assign_got_TLS()
2884 rflags = FLG_REL_GOT | rflag; in ld_assign_got_TLS()
H A Dsections.c373 if (flags & (FLG_REL_GOT | FLG_REL_BSS | in ignore_section_processing()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c370 if (orsp->rel_flags & (FLG_REL_GOT | FLG_REL_RFPTR1 | FLG_REL_RFPTR2)) { in Dbg_reloc_ors_entry()
412 if (arsp->rel_flags & (FLG_REL_GOT | FLG_REL_FPTR)) in Dbg_reloc_ars_entry()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h740 #define FLG_REL_GOT 0x00000001 /* relocation against GOT */ macro