Searched defs:EMachine (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 204 StringRef ELF::convertEMachineToArchName(uint16_t EMachine) { in convertEMachineToArchName()
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 40 uint16_t EMachine) in X86ELFObjectWriter() argument 362 createX86ELFObjectWriter(bool IsELF64,uint8_t OSABI,uint16_t EMachine) createX86ELFObjectWriter() argument
|
/llvm-project/offload/plugins-nextgen/common/src/Utils/ |
H A D | ELF.cpp | 56 checkMachineImpl(const object::ELFObjectFile<ELFT> & ELFObj,uint16_t EMachine) checkMachineImpl() argument 81 checkMachine(StringRef Object,uint16_t EMachine) checkMachine() argument
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 72 getNewShfFlags(SectionFlag AllFlags,uint16_t EMachine) getNewShfFlags() argument 98 getSectionFlagsPreserveMask(uint64_t OldFlags,uint64_t NewFlags,uint16_t EMachine) getSectionFlagsPreserveMask() argument 119 setSectionFlagsAndType(SectionBase & Sec,SectionFlag Flags,uint16_t EMachine) setSectionFlagsAndType() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFObjectWriter.h | 56 const uint16_t EMachine; variable
|
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 41 uint16_t EMachine; member
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1364 getSectionFlagsForTarget(unsigned EOSAbi, unsigned EMachine) { in getSectionFlagsForTarget() argument 1404 static std::string getGNUFlags(unsigned EOSAbi, unsigned EMachine, in getGNUFlags() argument 4080 printSectionDescription(formatted_raw_ostream & OS,unsigned EMachine) printSectionDescription() argument
|