/external/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 36 inline void MCELFStreamer::SetSection(StringRef Section, unsigned Type, in SetSection() 86 const MCSectionELF &Section = in EmitLabel() local 111 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() 239 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol() local 485 const MCSection &Section = Symbol.getSection(); in FinishImpl() local 544 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() 549 void MCELFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
|
D | ELFObjectWriter.cpp | 603 const MCSectionELF &Section = in WriteSymbolTable() local 659 const MCSectionELF &Section = in SymbolToReloc() local 843 const MCSectionELF &Section = in ComputeIndexMap() local 852 const MCSectionELF &Section = in ComputeIndexMap() local 927 const MCSectionELF &Section = in ComputeSymbolTable() local 995 const MCSectionELF &Section = in CreateRelocationSections() local 1023 const MCSectionELF &Section = in WriteRelocations() local 1182 const MCSectionELF &Section = in CreateMetadataSections() local 1196 const MCSectionELF &Section = *Sections[I]; in CreateMetadataSections() local 1234 const MCSectionELF &Section = in CreateIndexedSections() local [all …]
|
D | WinCOFFStreamer.cpp | 100 void SetSection(StringRef Section, in SetSection() 157 const MCSection *Section = MCStreamer::getContext().getCOFFSection( in AddCommonSymbol() local 297 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() 302 void WinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
|
D | MCContext.cpp | 206 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 235 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() 241 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() 273 const MCSection *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
|
D | MCSectionMachO.cpp | 75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 181 StringRef &Section, // Out. in ParseSectionSpecifier()
|
D | MCSymbol.cpp | 60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue() local
|
D | MCNullStreamer.cpp | 33 virtual void ChangeSection(const MCSection *Section) { in ChangeSection() 69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() 71 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 193 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 238 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 272 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 336 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation() 495 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 563 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() 669 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef() local 699 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef() local 747 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef() local
|
D | RuntimeDyldMachO.cpp | 24 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section, in resolveRelocation() 216 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef() local
|
/external/smack/src/org/xbill/DNS/ |
D | Section.java | 11 public final class Section { class 61 Section() {} in Section() method in Section
|
/external/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 80 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() 88 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
|
D | MCSectionCOFF.h | 38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
|
D | MCSectionELF.h | 50 MCSectionELF(StringRef Section, unsigned type, unsigned flags, in MCSectionELF()
|
D | MCStreamer.h | 223 void SwitchSection(const MCSection *Section) { in SwitchSection() 236 void SwitchSectionNoChange(const MCSection *Section) { in SwitchSectionNoChange()
|
D | MCSymbol.h | 46 const MCSection *Section; variable
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | Section.java | 40 public abstract class Section<T extends Item> { class 75 protected Section(DexFile dexFile, ItemType itemType) { in Section() method in Section
|
/external/llvm/include/llvm/Object/ |
D | MachOFormat.h | 256 struct Section { struct 269 struct Section64 { argument
|
/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/chromium/chrome/browser/ui/webui/ |
D | shown_sections_handler.h | 20 enum Section { enum
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Section.js | 30 WebInspector.Section = function(title, subtitle) class in WebInspector
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 101 static std::string getSectionFlagStr(const SectionRef &Section) { in getSectionFlagStr() 178 static void dumpSection(const SectionRef &Section, const ObjectFile *obj) { in dumpSection()
|
/external/llvm/utils/yaml2obj/ |
D | yaml2obj.cpp | 712 struct Section { struct 713 COFF::section Header; 714 std::vector<uint8_t> Data; 715 std::vector<COFF::relocation> Relocations;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 150 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BlackList.cpp | 116 bool BlackList::inSection(const StringRef Section, in inSection()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 70 const MCSectionELF &Section = in ExplicitRelSym() local
|