| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | gelf_ehdr.c | 70 d->e_machine = eh32->e_machine; in gelf_getehdr() 153 eh32->e_machine = s->e_machine; in gelf_update_ehdr()
|
| H A D | libelf_elfmachine.c | 56 return eh32 ? eh32->e_machine : EM_NONE; in _libelf_elfmachine() 59 return eh64 ? eh64->e_machine : EM_NONE; in _libelf_elfmachine()
|
| H A D | gelf_mips64el.c | 37 e->e_u.e_elf.e_ehdr.e_ehdr64->e_machine == EM_MIPS && in _libelf_is_mips64el()
|
| H A D | elf_types.m4 | 104 `e_machine, HALF', 121 `e_machine, HALF',
|
| H A D | libelf_ehdr.c | 100 eh->e_machine = EM_NONE; \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF.cpp | 38 return File->getHeader().e_machine; in readTargetMachineArch() 44 return File->getHeader().e_machine; in readTargetMachineArch()
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_link.c | 506 elf_file.ehdr.e_machine = EM_ARM; in dump_elf32() 508 elf_file.ehdr.e_machine = EM_MIPS; in dump_elf32() 510 elf_file.ehdr.e_machine = EM_PPC; in dump_elf32() 512 elf_file.ehdr.e_machine = EM_386; in dump_elf32() 514 elf_file.ehdr.e_machine = EM_AARCH64; in dump_elf32() 646 elf_file.ehdr.e_machine = EM_ARM; in dump_elf64() 648 elf_file.ehdr.e_machine = EM_MIPS; in dump_elf64() 653 elf_file.ehdr.e_machine = EM_PPC64; in dump_elf64() 655 elf_file.ehdr.e_machine = EM_AMD64; in dump_elf64() 657 elf_file.ehdr.e_machine = EM_AARCH64; in dump_elf64() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 545 if ((Header.e_machine == ELF::EM_ARM || Header.e_machine == ELF::EM_MIPS) && in getSymbolValueImpl() 611 return EF.getHeader().e_machine; in getEMachine() 719 if (EF.getHeader().e_machine == ELF::EM_AARCH64) { in getSymbolFlags() 728 } else if (EF.getHeader().e_machine == ELF::EM_ARM) { in getSymbolFlags() 740 } else if (EF.getHeader().e_machine == ELF::EM_RISCV) { in getSymbolFlags() 1034 return getELFRelocationTypeName(EF.getHeader().e_machine, Type); in getRelocationTypeName() 1165 switch (EF.getHeader().e_machine) { in getFileFormatName() 1201 switch (EF.getHeader().e_machine) { in getFileFormatName() 1235 switch (EF.getHeader().e_machine) { in getArch()
|
| H A D | ELF.h | 148 return (object::getELFSectionTypeName(Obj.getHeader().e_machine, in describe() 247 return getHeader().e_machine == ELF::EM_MIPS && in isMipsELF64() 550 return getELFRelocationTypeName(getHeader().e_machine, Type); in getRelocationTypeName() 586 return getELFRelativeRelocationType(getHeader().e_machine); in getRelativeRelocationType() 1063 getHeader().e_machine, Section.sh_type))) in getStringTable() 1106 object::getELFSectionTypeName(getHeader().e_machine, SymTable.sh_type) + in getSHNDXTable()
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | readelf.h | 95 Elf32_Half e_machine; member 112 Elf64_Half e_machine; member
|
| H A D | elfclass.h | 71 fsize, elf_getu16(swap, elfhdr.e_machine),
|
| /freebsd-13.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_elf_access.c | 97 else if (e->eo_ehdr.e_machine == EM_MIPS) in _dwarf_elf_get_length_size()
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 2362 switch (re->ehdr.e_machine) { in dump_eflags() 2826 switch (re->ehdr.e_machine) { in dump_arch_dyn_val() 3089 if (re->ehdr.e_machine == EM_MIPS) { in dump_rel() 3102 if (re->ehdr.e_machine == EM_MIPS) { in dump_rel() 3174 if (re->ehdr.e_machine == EM_MIPS) { in dump_rela() 3188 if (re->ehdr.e_machine == EM_MIPS) { in dump_rela() 3637 re->ehdr.e_machine) { in dump_gnu_property_type_0() 3645 re->ehdr.e_machine); in dump_gnu_property_type_0() 4568 if (re->ehdr.e_machine == EM_ARM && in dump_attributes() 4575 else if (re->ehdr.e_machine == EM_PPC) in dump_attributes() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2174 switch (Obj.getHeader().e_machine) { in getDynamicEntry() 2371 if (Obj.getHeader().e_machine == EM_ARM) { in printUnwindInfo() 2558 switch (Obj.getHeader().e_machine) { in printArchSpecificInfo() 3267 if (e.e_machine == EM_MIPS) in printFileHeaders() 3272 else if (e.e_machine == EM_RISCV) in printFileHeaders() 3274 else if (e.e_machine == EM_AVR) in printFileHeaders() 6227 switch (E.e_machine) { in printFileHeaders() 6262 if (E.e_machine == EM_MIPS) in printFileHeaders() 6266 else if (E.e_machine == EM_AMDGPU) { in printFileHeaders() 6287 } else if (E.e_machine == EM_RISCV) in printFileHeaders() [all …]
|
| /freebsd-13.1/usr.bin/gcore/ |
| H A D | elfcore.c | 163 machine = le16toh(hdr.e_machine); in elf_ident() 166 machine = be16toh(hdr.e_machine); in elf_ident() 477 ehdr->e_machine = binhdr.e_machine; in elf_puthdr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 370 uint16_t e_machine; in FillMachine() member 400 hdr.ElfMach = info.e_machine; in FillMachine()
|
| /freebsd-13.1/sys/sys/ |
| H A D | elf32.h | 60 Elf32_Half e_machine; /* Machine architecture. */ member
|
| H A D | elf64.h | 69 Elf64_Half e_machine; /* Machine architecture. */ member
|
| /freebsd-13.1/lib/libkvm/ |
| H A D | kvm_private.c | 137 kd->nlehdr.e_machine == machine); in _kvm_probe_elf_kernel() 190 if (ehdr.e_machine != kd->nlehdr.e_machine) { in _kvm_read_core_phdrs()
|
| H A D | kvm_powerpc.c | 71 if (be16toh(eh->e_machine) != EM_PPC) in valid_elf_header()
|
| H A D | kvm_powerpc64.c | 72 if (_kvm16toh(kd, eh->e_machine) != EM_PPC64) in valid_elf_header()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.h | 64 elf_half e_machine; ///< Target architecture. member
|
| /freebsd-13.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 1293 PRT(" e_machine: %-18s", e_machines(ed->ehdr.e_machine)); in elf_print_ehdr() 1315 PRT("\te_machine: %s\n", e_machines(ed->ehdr.e_machine)); in elf_print_ehdr() 1414 sh_types(ed->ehdr.e_machine, s->type)); in elf_print_shdr() 1425 sh_types(ed->ehdr.e_machine, s->type)); in elf_print_shdr() 1565 st_type(ed->ehdr.e_machine, in elf_print_symtab() 1711 PRT(" %-23s ", elftc_reloc_type_str(ed->ehdr.e_machine, in elf_print_rel_entry() 1997 PRT("%-18s ", elftc_reloc_type_str(ed->ehdr.e_machine, in elf_print_got_section() 2452 else if (ed->ehdr.e_machine == EM_ALPHA && in elf_print_hash()
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libctf/common/ |
| H A D | ctf_lib.c | 146 dst->e_machine = src->e_machine; in ehdr_to_gelf()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | nlist.c | 117 if (ehdr->e_machine == ELF_TARG_MACH && in __elf_is_okay__()
|