Lines Matching refs:e_machine
337 if (header.e_machine == llvm::ELF::EM_MIPS) in subTypeFromElfHeader()
339 else if (header.e_machine == llvm::ELF::EM_PPC64) in subTypeFromElfHeader()
341 else if (header.e_machine == llvm::ELF::EM_RISCV) in subTypeFromElfHeader()
343 else if (header.e_machine == llvm::ELF::EM_LOONGARCH) in subTypeFromElfHeader()
569 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications()
1399 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
2818 switch (hdr->e_machine) { in ApplyRelocations()
2874 GetModule()->ReportError("unsupported 32-bit ELF machine arch: {0}", hdr->e_machine); in ApplyRelocations()
2878 switch (hdr->e_machine) { in ApplyRelocations()
2921 GetModule()->ReportError("unsupported 64-bit ELF machine arch: {0}", hdr->e_machine); in ApplyRelocations()
3274 s->Printf("\ne_machine = 0x%4.4x\n", header.e_machine); in DumpELFHeader()