Home
last modified time | relevance | path

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

/titanic_44/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()
780 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS | in ld_do_activerelocs()
887 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
918 if ((arsp->rel_flags & FLG_REL_GOT) == 0) in ld_do_activerelocs()
929 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1175 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()
752 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS | in ld_do_activerelocs()
883 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
914 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1161 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()
1074 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS | in ld_do_activerelocs()
1179 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1218 if ((arsp->rel_flags & FLG_REL_GOT) && in ld_do_activerelocs()
1488 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.c370 if (flags & (FLG_REL_GOT | FLG_REL_BSS | in ignore_section_processing()
/titanic_44/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()
/titanic_44/usr/src/cmd/sgs/include/
H A Dlibld.h731 #define FLG_REL_GOT 0x00000001 /* relocation against GOT */ macro