Home
last modified time | relevance | path

Searched refs:IS_PC_RELATIVE (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c207 if (IS_PC_RELATIVE(type)) in count_reloc()
253 if (IS_PC_RELATIVE(type)) in count_reloc()
387 if (IS_PC_RELATIVE(type)) in count_reloc()
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c263 if (IS_PC_RELATIVE(rtype)) in do_relocate()
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c258 if (IS_PC_RELATIVE(rtype)) { in do_relocate()
/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc.h109 #define IS_PC_RELATIVE(X) RELTAB_IS_PC_RELATIVE(X, reloc_table) macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c56 #define IS_PC_RELATIVE(X) RELTAB_IS_PC_RELATIVE(X, ld_targ.t_mr.mr_reloc_table) macro
148 if (IS_PC_RELATIVE(ELF_R_TYPE(reloc->r_info, in is_disp_copied()
1335 IS_PC_RELATIVE(rtype) && in reloc_relobj()
1595 IS_PC_RELATIVE(rtype) && in ld_process_sym_reloc()
H A Dmachrel.amd.c1009 } else if ((IS_PC_RELATIVE(arsp->rel_rtype)) && in ld_do_activerelocs()
1263 !(IS_PC_RELATIVE(rsp->rel_rtype)) && !(IS_SIZE(rsp->rel_rtype)) && in ld_reloc_local()
H A Dmachrel.intel.c995 } else if ((IS_PC_RELATIVE(arsp->rel_rtype)) && in ld_do_activerelocs()
1263 !(IS_PC_RELATIVE(rsp->rel_rtype)) && !(IS_SIZE(rsp->rel_rtype)) && in ld_reloc_local()
H A Dmachrel.sparc.c1298 } else if (IS_PC_RELATIVE(arsp->rel_rtype)) { in ld_do_activerelocs()
1636 !(IS_PC_RELATIVE(rsp->rel_rtype)) && !(IS_SIZE(rsp->rel_rtype)) && in ld_reloc_local()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c803 if (IS_PC_RELATIVE(rtype)) in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c779 if (IS_PC_RELATIVE(rtype)) in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c933 if (IS_PC_RELATIVE(rtype)) in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c1163 if (IS_PC_RELATIVE(rtype)) in elf_reloc()