/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/ |
H A D | sections.h | 27 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 D | README.md | 53 ## 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 D | elf.go | 25 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 D | MachOReader.cpp | 63 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 D | ELF.h | 311 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 D | MachO.h | 156 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 D | COFFReader.cpp | 57 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/ |
D | ELF.h | 485 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/ |
D | ELF.h | 485 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/ |
D | ELF.h | 485 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/ |
D | ELF.h | 485 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 D | ELF.h | 406 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 D | SpecialCaseList.cpp | 101 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 D | SpecialCaseList.cpp | 100 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 D | ELFObject.h | 51 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 D | ELFObject.cpp | 1738 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 D | doc.go | 31 Sections []ConfigSection member 47 Sections []HeaderSection member
|
/aosp_15_r20/external/boringssl/src/util/ |
H A D | doc.go | 31 Sections []ConfigSection member 47 Sections []HeaderSection member
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 143 SectionPair Sections; member 238 SectionList Sections; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 61 std::vector<Section> Sections; member 117 std::vector<Section> Sections; member
|
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 54 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 D | RuntimeDyldImpl.h | 142 SectionPair Sections; member 255 SectionList Sections; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 229 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 D | MCDwarf.cpp | 571 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 D | index.md | 6 ## Sections section in Cavium vendorcode-specific documentation
|