/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 62 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 …]
|
D | RuntimeDyldCOFFThumb.h | 84 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 …]
|
D | RuntimeDyldCOFFX86_64.h | 38 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()
|
D | RuntimeDyldMachOARM.h | 52 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()
|
D | RuntimeDyldMachOX86_64.h | 88 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()
|
D | RuntimeDyldMachOI386.h | 101 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()
|
D | RuntimeDyldMachOAArch64.h | 35 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()
|
/third_party/boost/boost/geometry/algorithms/detail/sections/ |
D | sectionalize.hpp | 397 typename Sections 399 static inline void apply(Sections& sections, in apply() 408 typename cs_tag<typename Sections::box_type>::type in apply() 414 typename cs_tag<typename Sections::box_type>::type in apply() 428 typename Sections, 432 static inline void apply(Sections& sections, in apply() 442 typedef typename boost::range_value<Sections>::type section_type; in apply() 606 typename Sections, 612 Sections& sections, in apply() 659 typename Sections, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 101 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/ |
D | JITLink.h | 797 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/ |
D | RuntimeDyldImpl.h | 142 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()
|
D | RuntimeDyldMachO.cpp | 48 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()
|
D | RuntimeDyld.cpp | 127 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 …]
|
D | RuntimeDyldELF.cpp | 231 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/ |
D | ELF.h | 133 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAssembler.h | 110 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/boost/tools/quickbook/test/include/ |
D | include_id_unbalanced-1_6.quickbook | 6 [/ Sections start in included files ] 14 [/ Sections end in included files ]
|
/third_party/libinput/quirks/ |
D | README.md | 30 == Sections, matches and values == 63 * Sections without at least one `Match*` entry 64 * Sections with the same `Match*` entry repeated 65 * Sections without at least one of `Model*` or `Attr` entries
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 138 sections Sections; member in __anonbd5d82f90111::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 …]
|
D | XCOFFObjectWriter.cpp | 167 std::array<Section *const, 3> Sections{{&Text, &Data, &BSS}}; member in __anonf951ea430111::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/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 169 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/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFEmitter.cpp | 45 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/gettext/gettext-runtime/libasprintf/ |
D | fdl.texi | 68 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. 225 Preserve in that license notice the full lists of Invariant Sections 256 Preserve all the Invariant Sections of the Document, 273 appendices that qualify as Secondary Sections and contain no material 276 list of Invariant Sections in the Modified Version's license notice. 305 Invariant Sections of all of the original documents, unmodified, and 306 list them all as Invariant Sections of your combined work in its [all …]
|
/third_party/gettext/gettext-tools/doc/ |
D | fdl.texi | 68 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. 225 Preserve in that license notice the full lists of Invariant Sections 256 Preserve all the Invariant Sections of the Document, 273 appendices that qualify as Secondary Sections and contain no material 276 list of Invariant Sections in the Modified Version's license notice. 305 Invariant Sections of all of the original documents, unmodified, and 306 list them all as Invariant Sections of your combined work in its [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | fdl-1.3.texi | 68 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 …]
|