Home
last modified time | relevance | path

Searched refs:ld_reloc_GOT_relative (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h720 #define ld_reloc_GOT_relative ld64_reloc_GOT_relative macro
819 #define ld_reloc_GOT_relative ld32_reloc_GOT_relative macro
950 extern uintptr_t ld_reloc_GOT_relative(Boolean, Rel_desc *, Ofl_desc *);
H A Drelocate.c848 ld_reloc_GOT_relative(Boolean local, Rel_desc *rsp, Ofl_desc *ofl) in ld_reloc_GOT_relative() function
1663 return (ld_reloc_GOT_relative(local, reld, ofl)); in ld_process_sym_reloc()
H A Dmachrel.sparc.c1727 return (ld_reloc_GOT_relative(local, rsp, ofl)); in ld_reloc_GOTOP()