Searched refs:R_AMD64_NONE (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf_amd64.h | 36 #define R_AMD64_NONE 0 /* relocation types */ macro 86 #define R_X86_64_NONE R_AMD64_NONE
|
/illumos-gate/usr/src/cmd/sgs/librtld/amd64/ |
H A D | _relocate.c | 46 case R_AMD64_NONE: in undo_reloc() 115 rel->r_info = ELF_R_INFO(0, R_AMD64_NONE); in clear_reloc()
|
/illumos-gate/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 167 #define M_R_NONE R_AMD64_NONE 172 #define M_R_FPTR R_AMD64_NONE
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_convrelstr.c | 31 [R_AMD64_NONE] = "R_AMD64_NONE",
|
H A D | doreloc.c | 64 [R_AMD64_NONE] = {0, FLG_RE_NOTREL, 0, 0, 0},
|
H A D | kobj_reloc.c | 189 if (rtype == R_AMD64_NONE) in do_relocate()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | relocate_amd64.c | 39 [R_AMD64_NONE] = MSG_R_AMD64_NONE,
|
H A D | relocate_amd64.msg | 27 @ MSG_R_AMD64_NONE "R_AMD64_NONE"
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.amd.c | 606 R_AMD64_NONE, arsp, ld_reloc_sym_name)); in tls_fixups() 741 R_AMD64_NONE, arsp, ld_reloc_sym_name)); in tls_fixups()
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 575 if (rtype == R_AMD64_NONE) in elf_reloc()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2782 if ((reltype != R_AMD64_NONE) && in reloc()
|