Home
last modified time | relevance | path

Searched refs:EM_PARISC (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h113 #define EM_PARISC 15 /* HPPA */ macro
H A DChangeLog-91031830 (EM_PARISC): Add.
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c1105 case EM_PARISC: in dump_relocations()
1628 || (elf_header.e_machine == EM_PARISC in get_dynamic_type()
1635 case EM_PARISC: in get_dynamic_type()
1700 case EM_PARISC: return "HPPA"; in get_machine_name()
2269 case EM_PARISC: in get_machine_flags()
2482 case EM_PARISC: in get_segment_type()
2504 case EM_PARISC: in get_segment_type()
2687 case EM_PARISC: in get_section_type_name()
5535 { EM_PARISC, hppa_process_unwind }, in process_unwind()
6373 case EM_PARISC: in process_dynamic_section()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h140 EM_PARISC = 15, // Hewlett-Packard PA-RISC enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h215 #define EM_PARISC 15 /* HP PA-RISC. */ macro
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp72 ECase(EM_PARISC); in enumeration()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h596 _ELF_DEFINE_EM(EM_PARISC, 15, "Hewlett-Packard PA-RISC") \
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp944 ENUM_ENT(EM_PARISC, "HPPA"),
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c486 case EM_PARISC: return "HP PA-RISC"; in elf_machine()
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-94957050 (ELF_MACHINE_CODE): Change to EM_PARISC.
7056 * elfcode.h (prep_headers): Use EM_PARISC instead of EM_HPPA.