/external/jhead/ |
D | jpgfile.c | 18 static Section_t * Sections = NULL; variable 118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated() 119 if (Sections == NULL){ in CheckSectionsAllocated() 158 Sections[SectionsRead].Type = marker; in ReadJpegSections() 159 Sections[SectionsRead].Offset = ftell(infile); in ReadJpegSections() 173 Sections[SectionsRead].Size = itemlen; in ReadJpegSections() 181 Sections[SectionsRead].Data = Data; in ReadJpegSections() 224 Sections[SectionsRead].Data = Data; in ReadJpegSections() 225 Sections[SectionsRead].Offset = cp; in ReadJpegSections() 226 Sections[SectionsRead].Size = size; in ReadJpegSections() [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 107 const auto Section = Sections[RE.SectionID]; in resolveRelocation() 117 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation() 119 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation() 127 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation() 136 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation() 137 Sections[0].getLoadAddress(); in resolveRelocation() 144 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation() 151 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation() 159 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
|
D | RuntimeDyldMachOX86_64.h | 75 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 99 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 100 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() 120 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() 157 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
|
D | RuntimeDyldMachOARM.h | 37 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 96 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 135 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 136 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() 179 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() 222 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 127 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() 181 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames() 182 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames() 183 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames()
|
D | RuntimeDyldMachOI386.h | 85 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 101 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 102 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() 136 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 306 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 370 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 88 for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations() 89 dumpSectionMemory(Sections[i], "before relocations"); in resolveRelocations() 101 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations() 110 for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations() 111 dumpSectionMemory(Sections[i], "after relocations"); in resolveRelocations() 119 for (unsigned i = 0, e = Sections.size(); i != e; ++i) { in mapSectionAddress() 120 if (Sections[i].getAddress() == LocalAddress) { in mapSectionAddress() 514 unsigned SectionID = Sections.size(); in emitCommonSymbols() 520 Sections.push_back( in emitCommonSymbols() 584 unsigned SectionID = Sections.size(); in emitSection() [all …]
|
D | RuntimeDyldMachO.cpp | 48 uint8_t *Src = Sections[RE.SectionID].getAddress() + RE.Offset; in memcpyAddend() 62 SectionEntry &Section = Sections[SectionID]; in processScatteredVANILLA() 137 const SectionEntry &Section = Sections[RE.SectionID]; in dumpRelocationToResolve() 186 << Sections[PTSectionID].getName() << ", Section ID " in populateIndirectSymbolPointersSection() 292 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames() 293 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames() 296 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()
|
D | RuntimeDyldImpl.h | 149 SectionPair Sections; member 178 Sections.SectionA = SectionA; in RelocationEntry() 179 Sections.SectionB = SectionB; in RelocationEntry() 244 SectionList Sections; variable 313 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress() 317 return Sections[SectionID].getAddress(); in getSectionAddress()
|
D | RuntimeDyldELF.cpp | 201 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames() 202 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames() 203 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames() 213 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in deregisterEHFrames() 214 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in deregisterEHFrames() 215 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in deregisterEHFrames() 1075 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 1132 return (void *)(Sections[SectionID].getObjAddress() + Offset); in computePlaceholderAddress() 1242 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() 1293 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 42 return static_cast<int32_t>(Obj.Sections.size()) > in useBigObj() 64 for (std::vector<COFFYAML::Section>::iterator i = Obj.Sections.begin(), in parseSections() 65 e = Obj.Sections.end(); i != e; ++i) { in parseSections() 168 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF() 174 for (COFFYAML::Section &S : CP.Obj.Sections) { in layoutCOFF() 222 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size(); in layoutCOFF() 300 for (const COFFYAML::Section &S : CP.Obj.Sections) { in initializeOptionalHeader() 419 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(), in writeCOFF() 420 e = CP.Obj.Sections.end(); in writeCOFF() 445 for (const COFFYAML::Section &S : CP.Obj.Sections) { in writeCOFF()
|
D | yaml2elf.cpp | 146 unsigned getDotSymTabSecNo() const { return Doc.Sections.size() + 1; } in getDotSymTabSecNo() 147 unsigned getDotStrTabSecNo() const { return Doc.Sections.size() + 2; } in getDotStrTabSecNo() 148 unsigned getDotShStrTabSecNo() const { return Doc.Sections.size() + 3; } in getDotShStrTabSecNo() 149 unsigned getSectionCount() const { return Doc.Sections.size() + 4; } in getSectionCount() 194 for (const auto &Sec : Doc.Sections) in initSectionHeaders() 198 for (const auto &Sec : Doc.Sections) { in initSectionHeaders() 466 for (unsigned i = 0, e = Doc.Sections.size(); i != e; ++i) { in buildSectionIndex() 467 StringRef Name = Doc.Sections[i]->Name; in buildSectionIndex()
|
/external/valgrind/ |
D | COPYING.DOCS | 62 The "Invariant Sections" are certain Secondary Sections whose titles 63 are designated, as being those of Invariant Sections, in the notice 67 Invariant Sections. If the Document does not identify any Invariant 68 Sections then there are none. 203 G. Preserve in that license notice the full lists of Invariant Sections 224 L. Preserve all the Invariant Sections of the Document, 234 appendices that qualify as Secondary Sections and contain no material 237 list of Invariant Sections in the Modified Version's license notice. 266 Invariant Sections of all of the original documents, unmodified, and 267 list them all as Invariant Sections of your combined work in its [all …]
|
/external/boringssl/src/util/ |
D | doc.go | 28 Sections []ConfigSection member 44 Sections []HeaderSection member 426 header.Sections = append(header.Sections, section) 537 {{range .Sections}} 547 {{range .Sections}} 577 for _, section := range config.Sections { 626 {{range .Sections}}
|
/external/llvm/test/Object/ |
D | yaml2obj-elf-multi-doc.test | 20 Sections: 42 Sections:
|
D | objdump-no-sectionheaders.test | 4 ; CHECK: Sections:
|
/external/llvm/test/MC/Mips/ |
D | elf_reginfo.s | 15 # CHECK_64: Sections [ 25 # CHECK_32: Sections [
|
/external/libmicrohttpd/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 …]
|
/external/bison/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. 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 …]
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 127 sections Sections; member in __anonc9cc57dd0111::WinCOFFObjectWriter 142 Sections.clear(); in reset() 253 return createCOFFEntity<COFFSection>(Name, Sections); in createSection() 796 size_t SectionsSize = Sections.size(); in writeObject() 808 for (const auto &Section : Sections) { in writeObject() 857 for (const auto &S : Sections) in writeObject() 866 for (const auto &S : Sections) in writeObject() 883 for (auto &Section : Sections) { in writeObject() 997 for (auto &Section : Sections) { in writeObject() 1006 for (i = Sections.begin(), ie = Sections.end(), j = Asm.begin(), in writeObject()
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 580 SectionListType Sections; 777 iterator begin() { return Sections.begin(); } 778 const_iterator begin() const { return Sections.begin(); } 780 iterator end() { return Sections.end(); } 781 const_iterator end() const { return Sections.end(); } 783 size_t size() const { return Sections.size(); }
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 96 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get())); in dump() 103 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get())); in dump() 110 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(G.get())); in dump() 117 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(G.get())); in dump() 124 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get())); in dump() 131 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get())); in dump()
|
/external/llvm/test/MC/COFF/ |
D | early-dce.s | 11 # CHECK: Sections [
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-section-headers.test | 3 CHECK: Sections:
|