/external/chromium_org/courgette/ |
D | types_win_pe.h | 18 struct Section { struct 32 COMPILE_ASSERT(sizeof(Section) == 40, section_is_40_bytes); argument
|
/external/llvm/lib/MC/ |
D | ConstantPools.cpp | 51 AssemblerConstantPools::getConstantPool(const MCSection *Section) { in getConstantPool() 60 AssemblerConstantPools::getOrCreateConstantPool(const MCSection *Section) { in getOrCreateConstantPool() 64 static void emitConstantPool(MCStreamer &Streamer, const MCSection *Section, in emitConstantPool() 77 const MCSection *Section = CPI->first; in emitAll() local 85 const MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() local 93 const MCSection *Section = Streamer.getCurrentSection().first; in addEntry() local
|
D | MCContext.cpp | 207 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 231 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() 236 void MCContext::renameELFSection(const MCSectionELF *Section, StringRef Name) { in renameELFSection() 250 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() 281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 307 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics, in getCOFFSection() 312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
|
D | MCELFStreamer.cpp | 61 const MCSectionELF &Section = in EmitLabel() local 85 void MCELFStreamer::ChangeSection(const MCSection *Section, in ChangeSection() 242 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol() local 520 const MCSection &Section = Symbol.getSection(); in Flush() local 579 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() 584 void MCELFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
|
D | ELFObjectWriter.cpp | 87 const MCSectionData *Section; // The section to relocate with. member 657 const MCSectionELF &Section = in WriteSymbolTable() local 969 const MCSectionELF &Section = in ComputeIndexMap() local 978 const MCSectionELF &Section = in ComputeIndexMap() local 1046 const MCSectionELF &Section = in computeSymbolTable() local 1117 const MCSectionELF &Section = in CreateRelocationSections() local 1233 const MCSectionELF &Section, in CompressDebugSection() 1278 const MCSectionELF &Section = in CompressDebugSections() local 1297 const MCSectionELF &Section = in WriteRelocations() local 1445 const MCSectionELF &Section = in CreateMetadataSections() local [all …]
|
D | WinCOFFStreamer.cpp | 201 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol() local 220 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section, in EmitZerofill() 226 void MCWinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, in EmitTBSSSymbol()
|
D | MCSectionMachO.cpp | 72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 171 StringRef &Section, // Out. in ParseSectionSpecifier()
|
D | WinCOFFObjectWriter.cpp | 68 COFFSection *Section; member in __anon79e664d50111::COFFSymbol 688 for (const auto & Section : Asm) in ExecutePostLayoutBinding() local 835 for (auto & Section : Sections) { in WriteObject() local 870 for (auto & Section : Sections) { in WriteObject() local 903 for (const auto & Section : Asm) { in WriteObject() local 966 for (auto & Section : Sections) { in WriteObject() local
|
D | MCSymbol.cpp | 60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue() local
|
/external/llvm/include/llvm/Object/ |
D | ELFYAML.h | 63 StringRef Section; member 73 struct Section { struct 74 enum class SectionKind { RawContent, Relocation }; argument 75 SectionKind Kind; argument 82 Section(SectionKind Kind) : Kind(Kind) {} in Section() argument
|
D | COFFYAML.h | 49 struct Section { struct 52 yaml::BinaryRef SectionData; argument 55 Section(); argument
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 116 const coff_section *Section, uint64_t Offset, in formatSymbol() 138 const coff_section *Section, in resolveRelocation() 161 const coff_section *Section, in printRuntimeFunctionEntry() 232 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo() 277 const coff_section *Section, in printRuntimeFunction() 301 for (const auto &Section : Ctx.COFF.sections()) { in printData() local
|
D | COFFDumper.cpp | 103 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() 121 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 325 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() local 436 void COFFDumper::printCodeViewLineTables(const SectionRef &Section) { in printCodeViewLineTables() 601 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections() local 656 for (const SectionRef &Section : Obj->sections()) { in printRelocations() local 680 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation() 726 const coff_section *Section; in printSymbol() local 859 SymbolRef &Symbol, void *user_data) -> std::error_code { in printUnwindInfo()
|
D | ARMWinEHPrinter.cpp | 188 for (const auto &Section : COFF.sections()) { in getSectionContaining() local 224 const SectionRef &Section, in getRelocatedSymbol() 522 const SectionRef &Section, in dumpXDataRecord() 598 const SectionRef Section, uint64_t Offset, in dumpUnpackedEntry() 652 ErrorOr<SectionRef> Section = in dumpUnpackedEntry() local 663 const SectionRef Section, uint64_t Offset, in dumpPackedEntry() 700 const SectionRef Section, unsigned Index, in dumpProcedureDataEntry() 714 const SectionRef Section) { in dumpProcedureData() 730 for (const auto &Section : COFF.sections()) { in dumpProcedureData() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 257 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 326 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 358 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() 499 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 571 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation() 748 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 839 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation() 895 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 900 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() 1026 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local [all …]
|
D | RuntimeDyldMachO.cpp | 222 const SectionRef &Section = i->first; in finalizeLoad() local 302 const SectionEntry &Section = Sections[RE.SectionID]; in resolveI386Relocation() local 332 const SectionEntry &Section = Sections[RE.SectionID]; in resolveX86_64Relocation() local 364 const SectionEntry &Section = Sections[RE.SectionID]; in resolveARMRelocation() local 417 const SectionEntry &Section = Sections[RE.SectionID]; in resolveAArch64Relocation() local 557 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation() local 622 SectionEntry &Section = Sections[SectionID]; in processI386ScatteredVANILLA() local 685 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 672 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping() 681 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() 687 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping() 694 IO &IO, std::unique_ptr<ELFYAML::Section> &Section) { in mapping() 716 IO &io, std::unique_ptr<ELFYAML::Section> &Section) { in validate()
|
/external/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 66 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() 74 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
|
D | MCSectionCOFF.h | 47 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
|
/external/smack/src/org/xbill/DNS/ |
D | Section.java | 11 public final class Section { class 61 Section() {} in Section() method in Section
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | Section.java | 27 public abstract class Section { class 69 public Section(String name, DexFile file, int alignment) { in Section() method in Section
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 99 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() local 116 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() local 157 const Allocation &Section = I->second; in finalizeMemory() local
|
/external/llvm/lib/DebugInfo/ |
D | DWARFContext.h | 67 struct Section { struct 68 StringRef Data; 69 RelocAddrMap Relocs;
|
/external/llvm/lib/MC/MCAnalysis/ |
D | MCObjectSymbolizer.cpp | 54 for (const SectionRef &Section : MOOF->sections()) { in MCMachObjectSymbolizer() local 237 for (const SectionRef &Section : Obj->sections()) { in buildSectionList() local 259 for (const SectionRef &Section : Obj->sections()) { in buildRelocationByAddrMap() local
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 400 for (const SectionRef &Section : Obj->sections()) { in DisassembleObject() local 406 for (const SectionRef &Section : Obj->sections()) { in DisassembleObject() local 564 for (const SectionRef &Section : Obj->sections()) { in PrintRelocations() local 597 for (const SectionRef &Section : Obj->sections()) { in PrintSectionHeaders() local 624 for (const SectionRef &Section : Obj->sections()) { in PrintSectionContents() local 741 section_iterator Section = o->section_end(); in PrintSymbolTable() local
|