Home
last modified time | relevance | path

Searched defs:Sections (Results 1 – 25 of 165) sorted by relevance

1234567

/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dsections.h27 struct Sections { struct
29 void parse(const char* name) { in parse()
49 Section debug_info;
50 Section debug_abbrev;
51 Section debug_str;
52 Section debug_line;
53 Section debug_line_str;
54 Section debug_rnglists;
55 Section debug_ranges;
56 Section debug_addr;
[all …]
/aosp_15_r20/test/dittosuite/
H A DREADME.md53 ## Sections section in Writing .ditto files {#writing-ditto-files}
71 ### `global`
82 ### `main`
94 ### `init` (optional)
101 ### `clean_up` (optional)
/aosp_15_r20/build/soong/symbol_inject/
H A Delf.go25 Sections() []elf.SectionHeader methodSpec
35 func (f elfFileWrapper) Sections() []elf.SectionHeader { func
54 func (f mockElfFile) Sections() []elf.SectionHeader { return f.sections } func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp63 std::vector<std::unique_ptr<Section>> Sections; in extractSections() local
135 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
151 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
247 std::vector<const Section *> Sections; in setSymbolInRelocationInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h311 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
484 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
632 Elf_Shdr_Range Sections) const { in getSHNDXTable()
670 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
H A DMachO.h156 SmallVector<SectionInfo, 32> Sections; variable
662 SectionList Sections; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp57 std::vector<Section> Sections; in readSections() local
87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELF.h485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1205 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1243 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELF.h485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1205 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1243 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELF.h485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1205 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1243 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELF.h485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1205 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1243 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELF.h406 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
638 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1126 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1164 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSpecialCaseList.cpp101 StringMap<size_t> Sections; in createInternal() local
120 StringMap<size_t> Sections; in createInternal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSpecialCaseList.cpp100 StringMap<size_t> Sections; in createInternal() local
119 StringMap<size_t> Sections; in createInternal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h51 ArrayRef<std::unique_ptr<SectionBase>> Sections; variable
376 std::set<const SectionBase *, SectionCompare> Sections; variable
464 std::set<const SectionBase *, SectionCompare> Sections; variable
1025 std::vector<SecPtr> Sections; variable
H A DELFObject.cpp1738 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSectionHeaders() local
1831 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSections() local
2287 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections()
2326 std::vector<SectionBase *> Sections; in layoutSectionsForOnlyKeepDebug() local
2519 SectionTableRef Sections = Obj.sections(); in finalize() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/
H A Ddoc.go31 Sections []ConfigSection member
47 Sections []HeaderSection member
/aosp_15_r20/external/boringssl/src/util/
H A Ddoc.go31 Sections []ConfigSection member
47 Sections []HeaderSection member
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h143 SectionPair Sections; member
238 SectionList Sections; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h61 std::vector<Section> Sections; member
117 std::vector<Section> Sections; member
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h54 std::vector<Section> Sections; member
108 std::vector<Section> Sections; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h142 SectionPair Sections; member
255 SectionList Sections; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp229 StringMap<std::unique_ptr<DebugObjectSection>> Sections; member in llvm::orc::ELFDebugObject
279 Expected<ArrayRef<SectionHeader>> Sections = ObjRef->sections(); in CreateArchType() local
/aosp_15_r20/external/llvm/lib/MC/
H A DMCDwarf.cpp571 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfAranges() local
702 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfInfo() local
805 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfRanges() local
/aosp_15_r20/external/coreboot/Documentation/vendorcode/cavium/
H A Dindex.md6 ## Sections section in Cavium vendorcode-specific documentation

1234567