Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm/lib/MC/
DMCELFStreamer.cpp36 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()
DELFObjectWriter.cpp603 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 …]
DWinCOFFStreamer.cpp100 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()
DMCContext.cpp206 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()
DMCSectionMachO.cpp75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
181 StringRef &Section, // Out. in ParseSectionSpecifier()
DMCSymbol.cpp60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue() local
DMCNullStreamer.cpp33 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/
DRuntimeDyldELF.cpp193 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
DRuntimeDyldMachO.cpp24 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
216 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef() local
/external/smack/src/org/xbill/DNS/
DSection.java11 public final class Section { class
61 Section() {} in Section() method in Section
/external/llvm/include/llvm/MC/
DMCAsmBackend.h80 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols()
88 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
DMCSectionCOFF.h38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
DMCSectionELF.h50 MCSectionELF(StringRef Section, unsigned type, unsigned flags, in MCSectionELF()
DMCStreamer.h223 void SwitchSection(const MCSection *Section) { in SwitchSection()
236 void SwitchSectionNoChange(const MCSection *Section) { in SwitchSectionNoChange()
DMCSymbol.h46 const MCSection *Section; variable
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DSection.java40 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/
DMachOFormat.h256 struct Section { struct
269 struct Section64 { argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DSection.java27 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/
Dshown_sections_handler.h20 enum Section { enum
/external/webkit/Source/WebCore/inspector/front-end/
DSection.js30 WebInspector.Section = function(title, subtitle) class in WebInspector
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp101 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/
Dyaml2obj.cpp712 struct Section { struct
713 COFF::section Header;
714 std::vector<uint8_t> Data;
715 std::vector<COFF::relocation> Relocations;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp150 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset() local
/external/llvm/lib/Transforms/Instrumentation/
DBlackList.cpp116 bool BlackList::inSection(const StringRef Section, in inSection()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp70 const MCSectionELF &Section = in ExplicitRelSym() local

123