Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_MEM_16BIT (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dpe.h252 #define IMAGE_SCN_MEM_16BIT 0x00020000 macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp167 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_16BIT, C, Style, "16-bit"); in formatSectionCharacteristics()
H A DDbiStreamBuilder.cpp337 if (!(Flags & COFF::IMAGE_SCN_MEM_16BIT)) in toSecMapFlags()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h39 // We check the IMAGE_SCN_MEM_16BIT flag in the section of the symbol to tell in isThumbFunc()
44 COFF::IMAGE_SCN_MEM_16BIT; in isThumbFunc()
72 bool isThumb = CoffSec->Characteristics & COFF::IMAGE_SCN_MEM_16BIT; in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h311 IMAGE_SCN_MEM_16BIT = 0x00020000, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp390 unsigned Flags = COFF::IMAGE_SCN_MEM_PRELOAD | COFF::IMAGE_SCN_MEM_16BIT; in ParseDirectiveIncludelib()
H A DCOFFAsmParser.cpp406 Flags |= COFF::IMAGE_SCN_MEM_16BIT; in parseSectionArguments()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp292 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_16BIT),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp281 BCase(IMAGE_SCN_MEM_16BIT); in bitset()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp579 (IsThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) | in initCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1602 (isThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0); in getCOFFSectionFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp432 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_MEM_16BIT ),