Home
last modified time | relevance | path

Searched refs:EM_AARCH64 (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/sys/arm64/include/
H A Delf.h72 #define ELF_ARCH EM_AARCH64
81 #define ELF_TARG_MACH EM_AARCH64
H A Ddump.h36 #define EM_VALUE EM_AARCH64
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c87 case EM_AARCH64: in elftc_reloc_type_str()
H A Dlibelftc_bfdtarget.c282 .bt_machine = EM_AARCH64,
/freebsd/lib/libkldelf/
H A Def_aarch64.c81 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_AARCH64, ef_aarch64_reloc);
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp158 .Case("aarch64", EM_AARCH64) in convertArchNameToEMachine()
217 return EM_AARCH64; in convertTripleArchTypeToEMachine()
547 case EM_AARCH64: in convertEMachineToArchName()
/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c181 #ifndef EM_AARCH64 in ELFNAMEEND()
182 #define EM_AARCH64 183 in ELFNAMEEND() macro
184 case EM_AARCH64: break; in ELFNAMEEND()
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf_config.h44 #define LIBELF_ARCH EM_AARCH64
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp57 case ELF::EM_AARCH64: in getELFRelocationTypeName()
203 case ELF::EM_AARCH64: in getELFRelativeRelocationType()
279 case ELF::EM_AARCH64: in getELFSectionTypeName()
528 case ELF::EM_AARCH64: in getDynamicTagAsString()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp87 case ELF::EM_AARCH64: in createLinkGraphFromELFObject()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp57 case EM_AARCH64: in setTarget()
H A DInputFiles.cpp640 case EM_AARCH64: in parse()
949 } else if (ctx.arg.emachine == EM_AARCH64 && in parseGnuPropertyNote()
989 case EM_AARCH64: in readGnuProperty()
1454 if (ctx.arg.emachine != EM_AARCH64) in parseGnuAndFeatures()
1696 return EM_AARCH64; in getBitcodeMachineKind()
H A DDriver.cpp159 .Cases("aarch64elf", "aarch64linux", {ELF64LEKind, EM_AARCH64}) in parseEmulation()
160 .Cases("aarch64elfb", "aarch64linuxb", {ELF64BEKind, EM_AARCH64}) in parseEmulation()
388 if (ctx.arg.emachine != EM_AARCH64) { in checkOptions()
409 if (ctx.arg.emachine != EM_AARCH64 && ctx.arg.emachine != EM_ARM && in checkOptions()
1303 bool rela = is_contained({EM_AARCH64, EM_AMDGPU, EM_HEXAGON, EM_LOONGARCH, in getIsRela()
2709 if (ctx.arg.emachine == EM_AARCH64) { in compileBitcodeFiles()
2905 ctx.arg.emachine != EM_AARCH64 && ctx.arg.emachine != EM_RISCV) in readSecurityNotes()
2911 if (ctx.arg.emachine == EM_AARCH64) { in readSecurityNotes()
H A DOutputSections.cpp47 (ctx.arg.emachine == EM_AARCH64 && (flags & SHF_AARCH64_PURECODE)); in getPhdrFlags()
170 if (ctx.arg.emachine == EM_AARCH64) in commitSection()
H A DScriptParser.cpp445 .Case("elf64-aarch64", {ELF64LEKind, EM_AARCH64}) in parseBfdName()
446 .Case("elf64-littleaarch64", {ELF64LEKind, EM_AARCH64}) in parseBfdName()
447 .Case("elf64-bigaarch64", {ELF64BEKind, EM_AARCH64}) in parseBfdName()
H A DRelocations.cpp1149 if (ctx.arg.emachine == EM_AARCH64 && type == R_AARCH64_AUTH_ABS64) { in processAux()
1196 !(ctx.arg.emachine == EM_AARCH64 && type == R_AARCH64_AUTH_ABS64)) { in processAux()
1322 bool isAArch64 = ctx.arg.emachine == EM_AARCH64; in handleTlsRelocation()
2462 if (ctx.arg.emachine == EM_AARCH64) in createThunks()
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c126 .machine = EM_AARCH64,
/freebsd/lib/libkvm/
H A Dkvm_minidump_aarch64.c69 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_AARCH64) && in _aarch64_minidump_probe()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp337 ECase(EM_AARCH64); in enumeration()
758 case ELF::EM_AARCH64: in enumeration()
804 case ELF::EM_AARCH64: in bitset()
923 case ELF::EM_AARCH64: in enumeration()
993 case ELF::EM_AARCH64: in enumeration()
1318 if (EMachine == ELF::EM_AARCH64) in getFlags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp202 case EM_AARCH64: in GetRelocationJumpSlotType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h416 case ELF::EM_AARCH64: in getBuildAttributes()
794 if (EF.getHeader().e_machine == ELF::EM_AARCH64) { in getSymbolFlags()
1336 case ELF::EM_AARCH64: in getFileFormatName()
1375 case ELF::EM_AARCH64: in getArch()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c71 case EM_AARCH64: in _dwarf_get_reloc_size()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1265 ENUM_ENT(EM_AARCH64, "AArch64"),
1381 case EM_AARCH64: in getSectionFlagsForTarget()
2070 if (Obj.getHeader().e_machine == EM_AARCH64) { in parseDynamicTable()
2385 case EM_AARCH64: in getDynamicEntry()
2919 case EM_AARCH64: in printArchSpecificInfo()
3540 } else if (Header.e_machine == EM_AARCH64) { in getOtherFlagsFromSymbol()
3956 (EHeader.e_machine == EM_AARCH64 && in isRelocationSec()
3964 (this->Obj.getHeader().e_machine == EM_AARCH64 && in printRelocations()
4156 else if (EMachine == EM_ARM || EMachine == EM_AARCH64) in printSectionDescription()
4349 if (this->Obj.getHeader().e_machine == ELF::EM_AARCH64) { in printSymbol()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c508 elf_file.ehdr.e_machine = EM_AARCH64; in dump_elf32()
665 elf_file.ehdr.e_machine = EM_AARCH64; in dump_elf64()
1251 emachine1 = emachine2 = EM_AARCH64; in process_obj()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp50 : MCELFObjectTargetWriter(/*Is64Bit*/ !IsILP32, OSABI, ELF::EM_AARCH64, in AArch64ELFObjectWriter()

12