Home
last modified time | relevance | path

Searched refs:FLG_REL_PLT (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()
357 } else if (orsp->rel_flags & FLG_REL_PLT) { in ld_perform_outreloc()
795 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1204 else if (flags & FLG_REL_PLT) in ld_add_outrel()
1221 if (!(flags & FLG_REL_PLT)) 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()
279 } else if (orsp->rel_flags & FLG_REL_PLT) { in ld_perform_outreloc()
782 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1205 else if (flags & FLG_REL_PLT) in ld_add_outrel()
1222 if (!(flags & FLG_REL_PLT)) 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()
682 } else if (orsp->rel_flags & FLG_REL_PLT) { in ld_perform_outreloc()
1095 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1524 else if (flags & FLG_REL_PLT) in ld_add_outrel()
1554 if (!(flags & FLG_REL_PLT)) in ld_add_outrel()
H A Drelocate.c985 if ((*ld_targ.t_mr.mr_add_outrel)(FLG_REL_PLT, rsp, ofl) == in ld_reloc_plt()
2598 if (orsp->rel_flags & FLG_REL_PLT) { in do_sorted_outrelocs()
H A Dsections.c374 FLG_REL_NOINFO | FLG_REL_PLT)) in ignore_section_processing()
387 if (!(flags & FLG_REL_PLT)) in ignore_section_processing()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c372 } else if (orsp->rel_flags & FLG_REL_PLT) { in Dbg_reloc_ors_entry()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h741 #define FLG_REL_PLT 0x00000002 /* relocation against PLT */ macro