Home
last modified time | relevance | path

Searched defs:EMachine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp269 StringRef ELF::convertEMachineToArchName(uint16_t EMachine) { in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp53 uint16_t EMachine) in X86ELFObjectWriter()
401 llvm::createX86ELFObjectWriter(bool IsELF64, uint8_t OSABI, uint16_t EMachine) { in createX86ELFObjectWriter()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp67 uint16_t EMachine) { in getNewShfFlags()
93 uint16_t EMachine) { in getSectionFlagsPreserveMask()
114 uint16_t EMachine) { in setSectionFlagsAndType()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h56 const uint16_t EMachine; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1369 getSectionFlagsForTarget(unsigned EOSAbi, unsigned EMachine) { in getSectionFlagsForTarget()
1405 static std::string getGNUFlags(unsigned EOSAbi, unsigned EMachine, in getGNUFlags()
4145 unsigned EMachine) { in printSectionDescription()
5386 typename ELFT::Half EMachine) { in getGNUProperty()
5518 getGNUPropertyList(ArrayRef<uint8_t> Arr, typename ELFT::Half EMachine) { in getGNUPropertyList()
5589 ArrayRef<uint8_t> Desc, typename ELFT::Half EMachine) { in printGNUNote()
6300 const typename ELFT::Half EMachine = this->Obj.getHeader().e_machine; in printNotes() local
8005 typename ELFT::Half EMachine) { in printGNUNoteLLVMStyle()
8149 const typename ELFT::Half EMachine = this->Obj.getHeader().e_machine; in printNotes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h42 uint16_t EMachine; member