Searched refs:e_machine (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_elfmachine.c56 return eh32 ? eh32->e_machine : EM_NONE;
59 return eh64 ? eh64->e_machine : EM_NONE;
H A Dgelf_ehdr.c70 d->e_machine = eh32->e_machine;
153 eh32->e_machine = s->e_machine;
H A Dgelf_mips64el.c37 e->e_u.e_elf.e_ehdr.e_ehdr64->e_machine == EM_MIPS &&
H A Dlibelf_ehdr.c100 eh->e_machine = EM_NONE; \
/freebsd-13-stable/contrib/file/src/
H A Delfclass.h71 fsize, elf_getu16(swap, elfhdr.e_machine),
H A Dreadelf.h95 Elf32_Half e_machine; member in struct:__anon753
112 Elf64_Half e_machine; member in struct:__anon754
132 /* e_machine (used only for SunOS 5.x hardware capabilities) */
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c97 else if (e->eo_ehdr.e_machine == EM_MIPS)
H A Dlibdwarf_elf_init.c243 dbg->dbg_machine = e->eo_ehdr.e_machine;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c506 elf_file.ehdr.e_machine = EM_ARM;
508 elf_file.ehdr.e_machine = EM_MIPS;
510 elf_file.ehdr.e_machine = EM_PPC;
512 elf_file.ehdr.e_machine = EM_386;
514 elf_file.ehdr.e_machine = EM_AARCH64;
646 elf_file.ehdr.e_machine = EM_ARM;
648 elf_file.ehdr.e_machine = EM_MIPS;
653 elf_file.ehdr.e_machine = EM_PPC64;
655 elf_file.ehdr.e_machine = EM_AMD64;
657 elf_file.ehdr.e_machine
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h64 elf_half e_machine; ///< Target architecture. member in struct:elf::ELFHeader
H A DELFHeader.cpp124 // Read e_type and e_machine.
179 switch (e_machine) {
/freebsd-13-stable/sys/sys/
H A Delf32.h60 Elf32_Half e_machine; /* Machine architecture. */ member in struct:__anon15799
H A Delf64.h69 Elf64_Half e_machine; /* Machine architecture. */ member in struct:__anon15817
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h169 return getHeader()->e_machine == ELF::EM_MIPS &&
467 return getELFRelocationTypeName(getHeader()->e_machine, Type);
503 return getELFRelativeRelocationType(getHeader()->e_machine);
646 getHeader()->e_machine, Section->sh_type)))
688 object::getELFSectionTypeName(getHeader()->e_machine,
H A DELFObjectFile.h509 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) &&
561 return EF.getHeader()->e_machine;
652 if (EF.getHeader()->e_machine == ELF::EM_ARM) {
933 return getELFRelocationTypeName(EF.getHeader()->e_machine, Type);
1089 switch (EF.getHeader()->e_machine) {
1121 switch (EF.getHeader()->e_machine) {
1155 switch (EF.getHeader()->e_machine) {
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c146 dst->e_machine = src->e_machine;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp367 uint16_t e_machine; member in struct:__anon3670::__anon3671
397 hdr.ElfMach = info.e_machine;
/freebsd-13-stable/lib/libc/gen/
H A Dnlist.c117 if (ehdr->e_machine == ELF_TARG_MACH &&
/freebsd-13-stable/lib/libkvm/
H A Dkvm_powerpc.c71 if (be16toh(eh->e_machine) != EM_PPC)
H A Dkvm_powerpc64.c72 if (_kvm16toh(kd, eh->e_machine) != EM_PPC64)
H A Dkvm_minidump_mips.c70 if (kd->nlehdr.e_machine != EM_MIPS)
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c187 oeh.e_machine = ecp->oem;
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c163 machine = le16toh(hdr.e_machine);
166 machine = be16toh(hdr.e_machine);
477 ehdr->e_machine = binhdr.e_machine;
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2262 /* e_machine. */
2263 printf("%-37s%s\n", " Machine:", elf_machine(re->ehdr.e_machine));
2333 switch (re->ehdr.e_machine) {
2444 #define PH_CT phdr_type(re->ehdr.e_machine, phdr.p_type), \
2585 #define S_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \
2589 #define ST_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \
2593 #define ST_CTL i, s->name, section_type(re->ehdr.e_machine, s->type), \
2754 printf(" %-20s", dt_type(re->ehdr.e_machine,
2797 switch (re->ehdr.e_machine) {
2998 printf(" %s\n", dt_type(re->ehdr.e_machine, dy
[all...]
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1293 PRT(" e_machine: %-18s", e_machines(ed->ehdr.e_machine));
1315 PRT("\te_machine: %s\n", e_machines(ed->ehdr.e_machine));
1414 sh_types(ed->ehdr.e_machine, s->type));
1425 sh_types(ed->ehdr.e_machine, s->type));
1565 st_type(ed->ehdr.e_machine,
1711 PRT(" %-23s ", elftc_reloc_type_str(ed->ehdr.e_machine,
1997 PRT("%-18s ", elftc_reloc_type_str(ed->ehdr.e_machine,
2452 else if (ed->ehdr.e_machine == EM_ALPHA &&

Completed in 274 milliseconds

12