/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_rel_detector.c | 68 #if defined(EM_SPARCV9) && defined (R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc() 69 case EM_SPARCV9: in _dwarf_is_32bit_abs_reloc() 260 #if defined(EM_SPARCV9) && defined (R_SPARC_UA64) in _dwarf_is_64bit_abs_reloc() 261 case EM_SPARCV9: in _dwarf_is_64bit_abs_reloc()
|
H A D | dwarf_elf_defines.h | 275 #ifndef EM_SPARCV9 276 #define EM_SPARCV9 43 macro
|
/illumos-gate/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 46 #define M_MACH_64 EM_SPARCV9 49 #define M_MACH EM_SPARCV9
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols_machelf.c | 41 (mach == EM_SPARCV9)) && (type == STT_SPARC_REGISTER)) in conv_sym_value()
|
H A D | relocate.c | 46 case EM_SPARCV9: in conv_reloc_type()
|
H A D | cap.c | 151 (mach == EM_SPARCV9) || (mach == CONV_MACH_ALL)) in conv_iter_cap_val_hw1()
|
H A D | elf.c | 937 if ((mach != EM_SPARCV9) && (((mach != EM_SPARC) && in conv_ehdr_flags() 948 if ((mach == EM_SPARCV9) && (mm <= mm_msg->ds_topval)) { in conv_ehdr_flags() 964 if ((mach == EM_SPARCV9) || (mach == EM_SPARC) || in conv_iter_ehdr_flags() 971 if (mach == EM_SPARCV9) { in conv_iter_ehdr_flags()
|
H A D | dwarf.c | 224 case EM_SPARCV9: in conv_dwarf_regname()
|
H A D | symbols.c | 188 is_sparc = (mach == EM_SPARC) || (mach == EM_SPARCV9) || in conv_sym_info_type_strings()
|
H A D | sections.c | 366 (mach == EM_SPARCV9) || (mach == CONV_MACH_ALL)) { in sec_type_strings()
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_isa.c | 53 (h->e_machine == EM_SPARCV9)); in elf_mach_ok()
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 131 mach = EM_SPARCV9; in main()
|
H A D | elfwrap.c | 237 case EM_SPARCV9: in output()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | _machelf.h | 50 (((_mach) == EM_SPARCV9) ? ELF64_R_TYPE_ID(_info) : ELF64_R_TYPE(_info))
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 41 #define EM_SPARCV9 43 /* SPARC v9 64-bit */ macro
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | ramdisk.c | 413 if (ehdr->e_machine != EM_SPARCV9) in do_sg_go()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.c | 320 case EM_SPARCV9: in sl_mach()
|
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.c | 623 (mach == EM_SPARCV9)) in elfcap_hw1_to_str() 764 (mach == EM_SPARCV9)) in elfcap_hw1_from_str()
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | bindings.c | 49 case EM_SPARCV9: in Dbg_bind_plt_summary()
|
/illumos-gate/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 138 return (EM_SPARCV9); in machtype()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | archdep.c | 181 case EM_SPARCV9: in elfheadcheck()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | ldmain.c | 122 case EM_SPARCV9: in ld_init_target()
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 365 mach64 = EM_SPARCV9; in process_args()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | file.c | 1014 [EM_SPARCV9] = "SPARCV9", in print_elf_machine() 1219 case EM_SPARCV9: in print_elf_flags()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 533 case EM_SPARCV9: in dis_file()
|