Searched refs:e_machine (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-11-stable/lib/libkvm/
H A Dkvm_minidump_mips.c67 if (kd->nlehdr.e_machine != EM_MIPS)
H A Dkvm_powerpc.c69 if (be16toh(eh->e_machine) != EM_PPC)
H A Dkvm_powerpc64.c69 if (be16toh(eh->e_machine) != EM_PPC64)
H A Dkvm.c224 kd->nlehdr.e_machine == machine);
277 if (ehdr.e_machine != kd->nlehdr.e_machine) {
/freebsd-11-stable/usr.bin/gcore/
H A Delfcore.c157 machine = le16toh(hdr.e_machine);
160 machine = be16toh(hdr.e_machine);
465 ehdr->e_machine = binhdr.e_machine;
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c187 oeh.e_machine = ecp->oem;
H A Dascii.c233 oeh.e_machine = ecp->oem;
502 oeh.e_machine = ecp->oem;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ehdr.c100 eh->e_machine = EM_NONE; \
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2257 /* e_machine. */
2258 printf("%-37s%s\n", " Machine:", elf_machine(re->ehdr.e_machine));
2328 switch (re->ehdr.e_machine) {
2439 #define PH_CT phdr_type(re->ehdr.e_machine, phdr.p_type), \
2580 #define S_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \
2584 #define ST_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \
2588 #define ST_CTL i, s->name, section_type(re->ehdr.e_machine, s->type), \
2744 printf(" %-20s", dt_type(re->ehdr.e_machine,
2787 switch (re->ehdr.e_machine) {
2988 printf(" %s\n", dt_type(re->ehdr.e_machine, dy
[all...]
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c280 if (hdr->e_machine == bi->machine && (bi->flags &
317 if (hdr->e_machine == bi->machine &&
351 if (hdr->e_machine == bi->machine) {
366 if (hdr->e_machine == bi->machine &&
383 if (hdr->e_machine == bi->machine &&
419 if (bi != NULL && bi->machine == hdr->e_machine)
1101 imgp->proc->p_elf_machine = hdr->e_machine;
1713 ehdr->e_machine = td->td_proc->p_elf_machine;
H A Dkern_dump.c303 ehdr.e_machine = EM_VALUE;
/freebsd-11-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 &&
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c226 if (ehdr->e_machine == ELF_TARG_MACH &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp124 // Read e_type and e_machine.
179 switch (e_machine) {
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c456 if (hdr.elf.e_machine != EM_ARM)
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c243 dbg->dbg_machine = e->eo_ehdr.e_machine;
/freebsd-11-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c180 switch (xe16toh(eh.e_machine)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp496 return getDynamicTagAsString(getHeader()->e_machine, Type);
/freebsd-11-stable/libexec/rtld-elf/
H A Dmap_object.c378 if (hdr->e_machine != ELF_TARG_MACH) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h63 Elf32_Half e_machine; // Required architecture for this file (see EM_*) member in struct:llvm::ELF::Elf32_Ehdr
89 Elf64_Half e_machine; member in struct:llvm::ELF::Elf64_Ehdr
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c1453 elf_elfheader (abfd)->e_machine = code;
/freebsd-11-stable/sys/dev/ksyms/
H A Dksyms.c279 hdr->kh_ehdr.e_machine = ELF_ARCH;
/freebsd-11-stable/stand/common/
H A Dload_elf_obj.c120 hdr->e_machine != ELF_TARG_MACH || /* Machine ? */
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.c593 hdr->e_machine != ELF_TARG_MACH ||
H A Def_obj.c394 hdr->e_version != EV_CURRENT || hdr->e_machine != ELF_TARG_MACH ||

Completed in 333 milliseconds

123