Home
last modified time | relevance | path

Searched refs:R_AMD64_NONE (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Delf_amd64.h36 #define R_AMD64_NONE 0 /* relocation types */ macro
78 #define R_X86_64_NONE R_AMD64_NONE
/titanic_41/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c46 case R_AMD64_NONE: in undo_reloc()
115 rel->r_info = ELF_R_INFO(0, R_AMD64_NONE); in clear_reloc()
/titanic_41/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h167 #define M_R_NONE R_AMD64_NONE
172 #define M_R_FPTR R_AMD64_NONE
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Drelocate_amd64.msg29 @ MSG_R_AMD64_NONE "R_AMD64_NONE"
/titanic_41/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c175 if (rtype == R_AMD64_NONE) in do_relocate()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c591 R_AMD64_NONE, arsp, ld_reloc_sym_name)); in tls_fixups()
726 R_AMD64_NONE, arsp, ld_reloc_sym_name)); in tls_fixups()
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c575 if (rtype == R_AMD64_NONE) in elf_reloc()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2705 if ((reltype != R_AMD64_NONE) && in reloc()