Home
last modified time | relevance | path

Searched refs:Sections (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h62 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
132 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
142 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
144 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation()
149 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
159 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation()
160 Sections[0].getLoadAddress(); in resolveRelocation()
164 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
172 uint64_t Result = RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
174 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
[all …]
DRuntimeDyldCOFFThumb.h84 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
175 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
187 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
189 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
194 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
203 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
204 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
208 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
236 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
240 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
[all …]
DRuntimeDyldMachOARM.h52 auto TargetObjAddr = Sections[SectionID].getObjAddress() + Offset; in isAddrTargetThumb()
56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
64 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
205 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
260 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
310 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation()
360 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h38 for (const SectionEntry &Section : Sections) in getImageBase()
87 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
148 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub()
211 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
273 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames()
274 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
275 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames()
DRuntimeDyldMachOX86_64.h88 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
112 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
131 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
168 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
DRuntimeDyldMachOI386.h101 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
115 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
154 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h35 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
358 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
447 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
490 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
DRuntimeDyldCOFFAArch64.h77 for (const SectionEntry &Section : Sections) in getImageBase()
103 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub()
168 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
246 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp101 StringMap<size_t> Sections; in createInternal() local
110 if (!parse(FileOrErr.get().get(), Sections, ParseError)) { in createInternal()
120 StringMap<size_t> Sections; in createInternal() local
121 if (!parse(MB, Sections, Error)) in createInternal()
187 SectionsMap[Section] = Sections.size(); in parse()
188 Sections.emplace_back(std::move(M)); in parse()
191 auto &Entry = Sections[SectionsMap[Section]].Entries[Prefix][Category]; in parse()
212 for (auto &SectionIter : Sections) in inSectionBlame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h797 std::unique_ptr<Section> Sec(new Section(Name, Prot, Sections.size())); in createSection()
798 Sections.push_back(std::move(Sec)); in createSection()
799 return *Sections.back(); in createSection()
904 return make_range(section_iterator(Sections.begin()), in sections()
905 section_iterator(Sections.end())); in sections()
918 return make_range(block_iterator(Sections.begin(), Sections.end()), in blocks()
919 block_iterator(Sections.end(), Sections.end())); in blocks()
923 return make_range(const_block_iterator(Sections.begin(), Sections.end()), in blocks()
924 const_block_iterator(Sections.end(), Sections.end())); in blocks()
936 return make_range(defined_symbol_iterator(Sections.begin(), Sections.end()), in defined_symbols()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h142 SectionPair Sections; member
175 Sections.SectionA = SectionA; in RelocationEntry()
176 Sections.SectionB = SectionB; in RelocationEntry()
186 Sections.SectionA = SectionA; in RelocationEntry()
187 Sections.SectionB = SectionB; in RelocationEntry()
255 SectionList Sections; variable
480 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
484 return Sections[SectionID].getAddress(); in getSectionAddress()
488 return StringRef(reinterpret_cast<char *>(Sections[SectionID].getAddress()), in getSectionContent()
489 Sections[SectionID].getStubOffset() + getMaxStubSize()); in getSectionContent()
DRuntimeDyld.cpp127 LLVM_DEBUG(for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations()
128 dumpSectionMemory(Sections[i], "before relocations");); in resolveRelocations()
139 LLVM_DEBUG(for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations()
140 dumpSectionMemory(Sections[i], "after relocations");); in resolveRelocations()
150 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveLocalRelocations()
161 for (unsigned i = 0, e = Sections.size(); i != e; ++i) { in mapSectionAddress()
162 if (Sections[i].getAddress() == LocalAddress) { in mapSectionAddress()
386 StringRef SectionName = Sections[SectionID].getName(); in loadObjectImpl()
725 unsigned SectionID = Sections.size(); in emitCommonSymbols()
731 Sections.push_back( in emitCommonSymbols()
[all …]
DRuntimeDyldMachO.cpp48 uint8_t *Src = Sections[RE.SectionID].getAddress() + RE.Offset; in memcpyAddend()
64 SectionEntry &Section = Sections[SectionID]; in processScatteredVANILLA()
150 const SectionEntry &Section = Sections[RE.SectionID]; in dumpRelocationToResolve()
199 << Sections[PTSectionID].getName() << ", Section ID " in populateIndirectSymbolPointersSection()
325 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()
326 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames()
329 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()
DRuntimeDyldELF.cpp231 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames()
232 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
233 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames()
325 for (const auto &Section : Sections) { in resolveX86_64Relocation()
929 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
977 return (void *)(Sections[SectionID].getObjAddress() + Offset); in computePlaceholderAddress()
1033 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch()
1036 Address = uint64_t(Sections[Value.SectionID].getLoadAddress()); in resolveAArch64ShortBranch()
1039 uint64_t SourceAddress = Sections[SectionID].getLoadAddressWithOffset(Offset); in resolveAArch64ShortBranch()
1047 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h133 Elf_Shdr_Range Sections) const;
137 Elf_Shdr_Range Sections) const;
279 Elf_Shdr_Range Sections,
311 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection() argument
312 if (Index >= Sections.size()) in getSection()
314 return &Sections[Index]; in getSection()
484 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() argument
488 Index = Sections[0].sh_link; in getSectionStringTable()
492 if (Index >= Sections.size()) in getSectionStringTable()
495 return getStringTable(&Sections[Index], WarnHandler); in getSectionStringTable()
[all …]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser_test.cc32 auto sections = p.Sections(); in TEST_F()
46 auto sections = p.Sections(); in TEST_F()
61 auto sections = p.Sections(); in TEST_F()
96 auto sections = p.Sections(); in TEST_F()
135 auto sections = p.Sections(); in TEST_F()
150 auto sections = p.Sections(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h110 SectionListType Sections; variable
333 iterator begin() { return Sections.begin(); } in begin()
334 const_iterator begin() const { return Sections.begin(); } in begin()
336 iterator end() { return Sections.end(); } in end()
337 const_iterator end() const { return Sections.end(); } in end()
339 size_t size() const { return Sections.size(); } in size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp138 sections Sections; member in __anonc30e7c580111::WinCOFFObjectWriter
158 Sections.clear(); in reset()
254 Sections.emplace_back(std::make_unique<COFFSection>(Name)); in createSection()
255 return Sections.back().get(); in createSection()
558 for (auto &Section : Sections) in writeSectionHeaders()
883 for (const std::unique_ptr<COFFSection> &Section : Sections) in assignSectionNumbers()
886 for (const std::unique_ptr<COFFSection> &Section : Sections) in assignSectionNumbers()
956 if (Sections.size() > INT32_MAX) in writeObject()
960 UseBigObj = Sections.size() > COFF::MaxNumberOfSections16; in writeObject()
961 Header.NumberOfSections = Sections.size(); in writeObject()
[all …]
DXCOFFObjectWriter.cpp167 std::array<Section *const, 3> Sections{{&Text, &Data, &BSS}}; member in __anona566ffe20111::XCOFFObjectWriter
234 for (auto *Sec : Sections) in reset()
360 for (const auto *Section : Sections) { in writeSections()
523 for (const auto *Sec : Sections) { in writeSectionHeaderTable()
558 for (const auto *Section : Sections) { in writeSymbolTable()
602 for (auto *Section : Sections) { in assignAddressesAndIndices()
653 for (auto *Sec : Sections) { in assignAddressesAndIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp45 return static_cast<int32_t>(Obj.Sections.size()) > in useBigObj()
68 for (std::vector<COFFYAML::Section>::iterator i = Obj.Sections.begin(), in parseSections()
69 e = Obj.Sections.end(); in parseSections()
214 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
219 for (COFFYAML::Section &S : CP.Obj.Sections) { in layoutCOFF()
232 for (COFFYAML::Section &S : CP.Obj.Sections) { in layoutCOFF()
303 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size(); in layoutCOFF()
363 for (const COFFYAML::Section &S : CP.Obj.Sections) { in initializeOptionalHeader()
478 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(), in writeCOFF()
479 e = CP.Obj.Sections.end(); in writeCOFF()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp169 std::vector<NormalizedSection *> Sections; in createNormalizedSections() local
170 Sections.reserve(IndexToSection.size()); in createNormalizedSections()
172 Sections.push_back(&KV.second); in createNormalizedSections()
176 if (Sections.empty()) in createNormalizedSections()
179 llvm::sort(Sections, in createNormalizedSections()
187 for (unsigned I = 0, E = Sections.size() - 1; I != E; ++I) { in createNormalizedSections()
188 auto &Cur = *Sections[I]; in createNormalizedSections()
189 auto &Next = *Sections[I + 1]; in createNormalizedSections()
/third_party/skia/third_party/externals/microhttpd/doc/
Dfdl-1.3.texi68 The ``Invariant Sections'' are certain Secondary Sections whose titles
69 are designated, as being those of Invariant Sections, in the notice
73 Invariant Sections. If the Document does not identify any Invariant
74 Sections then there are none.
228 Preserve in that license notice the full lists of Invariant Sections
259 Preserve all the Invariant Sections of the Document,
276 appendices that qualify as Secondary Sections and contain no material
279 list of Invariant Sections in the Modified Version's license notice.
308 Invariant Sections of all of the original documents, unmodified, and
309 list them all as Invariant Sections of your combined work in its
[all …]
/third_party/elfutils/doc/
DCOPYING-GFDL66 The "Invariant Sections" are certain Secondary Sections whose titles
67 are designated, as being those of Invariant Sections, in the notice
71 Invariant Sections. If the Document does not identify any Invariant
72 Sections then there are none.
210 G. Preserve in that license notice the full lists of Invariant Sections
231 L. Preserve all the Invariant Sections of the Document,
241 appendices that qualify as Secondary Sections and contain no material
244 list of Invariant Sections in the Modified Version's license notice.
273 Invariant Sections of all of the original documents, unmodified, and
274 list them all as Invariant Sections of your combined work in its
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp70 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() local
71 auto I = llvm::find_if(Sections, [&](object::SectionRef Section) { in loadObj()
79 if (I == Sections.end()) in loadObj()
109 for (const object::SectionRef &Section : Sections) { in loadObj()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp283 Sections.push_back(Sec); in WasmObjectFile()
574 StringRef SectionName = Sections[Info.ElementIndex].Name; in parseLinkingSectionSymtab()
752 if (SectionIndex >= Sections.size()) in parseRelocSection()
755 WasmSection &Section = Sections[SectionIndex]; in parseRelocSection()
987 GlobalSection = Sections.size(); in parseGlobalSection()
1006 EventSection = Sections.size(); in parseEventSection()
1139 CodeSection = Sections.size(); in parseCodeSection()
1204 DataSection = Sections.size(); in parseDataSection()
1393 const WasmSection &S = Sections[Sec.d.a]; in getSectionName()
1426 const WasmSection &S = Sections[Sec.d.a]; in getSectionSize()
[all …]

12345678910>>...16