Home
last modified time | relevance | path

Searched refs:CodeSection (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/powerpc/stand/mkbootimage/
H A Dpef.h68 #define CodeSection 0 macro
H A Dmkbootimage.c629 textHdr.regionKind = CodeSection; in bebox_write_header()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);
512 WasmYAML::CodeSection &Section) { in writeSectionContent()
639 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm()
H A DWasmYAML.cpp148 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()
259 Section.reset(new WasmYAML::CodeSection()); in mapping()
260 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h369 struct CodeSection : Section { struct
370 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp646 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
647 Worklist.push_back(&CodeSection); in remapSectionsAndSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h300 uint32_t CodeSection = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp341 auto CodeSec = std::make_unique<WasmYAML::CodeSection>(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1304 CodeSection = Sections.size(); in parseCodeSection()
1596 return CodeSection; in getSymbolSectionIdImpl()