HomeSort by: relevance | last modified time | path
    Searched refs:DataSection (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbolData.cpp 40 uint32_t DataSection = RawSymbol->getAddressSection();
42 if (DataSection == 0) {
44 Session.addressForRVA(RVA, DataSection, DataOffset);
47 if (DataSection) {
50 if (Section->getAddressSection() == DataSection &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 36 return DataSection;
  /src/sys/arch/powerpc/stand/mkbootimage/
pef.h 69 #define DataSection 1
mkbootimage.c 642 dataHdr.regionKind = DataSection;
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 29 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
128 return DataSection;
  /src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.cpp 37 BinaryDataSection * dataSection = dynamic_cast<BinaryDataSection*>(section);
38 if (dataSection)
40 processDataSection(dataSection, image);
289 EncoreBootImage::DataSection * dataSection = new EncoreBootImage::DataSection(section->getIdentifier());
290 dataSection->setData(section->getData(), section->getLength());
293 processSectionOptions(dataSection, section);
295 image->addSection(dataSection);
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 69 * EncoreBootImage::DataSection class and can contain any arbitrary data.
78 * create instances of the EncoreBootImage::BootSection or EncoreBootImage::DataSection
840 class DataSection : public Section
844 DataSection() : Section(), m_data(), m_length(0) {}
847 DataSection(uint32_t identifier) : Section(identifier), m_data(), m_length(0) {}
EncoreBootImage.cpp 1300 void EncoreBootImage::DataSection::setData(const uint8_t * data, unsigned length)
1309 void EncoreBootImage::DataSection::setDataNoCopy(const uint8_t * data, unsigned length)
1315 unsigned EncoreBootImage::DataSection::getBlockCount() const
1320 unsigned EncoreBootImage::DataSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data)
1368 void EncoreBootImage::DataSection::debugPrint() const
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 58 MCSection *DataSection = nullptr;
255 MCSection *getDataSection() const { return DataSection; }
  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.cpp 352 EncoreBootImage::DataSection * dataSection = new EncoreBootImage::DataSection(header.m_tag);
353 dataSection->setDataNoCopy(contents, contentLength);
355 resultSection = dataSection;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 77 DataSection // .data
155 DataCoalSection = DataSection;
357 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
531 DataSection = Ctx->getCOFFSection(
790 DataSection = Ctx->getWasmSection(".data", SectionKind::getData());
884 DataSection = Ctx->getXCOFFSection(
WasmObjectWriter.cpp 652 MCSectionWasm &DataSection) {
653 LLVM_DEBUG(errs() << "addData: " << DataSection.getName() << "\n");
655 DataBytes.resize(alignTo(DataBytes.size(), DataSection.getAlignment()));
657 for (const MCFragment &Frag : DataSection) {
1577 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection());
1578 if (!DataSection.isWasmData())
1585 DataSection.getSegmentIndex(), Layout.getSymbolOffset(WS),
1686 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection());
1696 DataSegments[DataSection.getSegmentIndex()];
1700 DataSection.getSegmentIndex()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 379 struct DataSection : Section {
380 DataSection() : Section(wasm::WASM_SEC_DATA) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 883 MCSection &DataSection = *OFI.getDataSection();
884 MCA.registerSection(DataSection);
889 DataSection.setAlignment(Align(std::max(16u, DataSection.getAlignment())));
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp 381 return DataSection;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp 50 void writeSectionContent(raw_ostream &OS, WasmYAML::DataSection &Section);
540 WasmYAML::DataSection &Section) {
641 else if (auto S = dyn_cast<WasmYAML::DataSection>(Sec.get()))
WasmYAML.cpp 153 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) {
264 Section.reset(new WasmYAML::DataSection());
265 sectionMapping(IO, *cast<WasmYAML::DataSection>(Section.get()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 214 DataSection,
743 if (CurrentState != DataSection) {
749 CurrentState = DataSection;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 301 uint32_t DataSection = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 1293 auto &DataSection = Obj->addSection<Section>(Data);
1294 DataSection.Name = ".data";
1295 DataSection.Type = ELF::SHT_PROGBITS;
1296 DataSection.Size = Data.size();
1297 DataSection.Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE;
1305 SymTab->addSymbol(Prefix + "_start", STB_GLOBAL, STT_NOTYPE, &DataSection,
1307 SymTab->addSymbol(Prefix + "_end", STB_GLOBAL, STT_NOTYPE, &DataSection,
1308 /*Value=*/DataSection.Size, NewSymbolVisibility, 0, 0);
1310 /*Value=*/DataSection.Size, NewSymbolVisibility, SHN_ABS,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 648 for (const auto& DataSection : MemMgr.DataMemory)
649 Worklist.push_back(&DataSection);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 358 auto DataSec = std::make_unique<WasmYAML::DataSection>();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1316 return DataSection;
1677 return DataSection;
2332 return DataSection;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 1410 DataSection = Sections.size();
1600 return DataSection;

Completed in 86 milliseconds