/external/autotest/client/cros/faft/utils/ |
D | saft_flashrom_util.py | 115 for section_base, section_end in ost: 116 if section_base <= base or section_end + 1 < section_base: 118 section_base, section_end)) 119 base = section_end
|
/external/google-breakpad/src/common/linux/ |
D | file_id.cc | 64 const void* section_end = reinterpret_cast<const char*>(section) + length; in ElfClassBuildIDNoteIdentifier() local 66 while (reinterpret_cast<const void *>(note_header) < section_end) { in ElfClassBuildIDNoteIdentifier() 74 if (reinterpret_cast<const void *>(note_header) >= section_end || in ElfClassBuildIDNoteIdentifier()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 151 assert(SAI != Obj.section_end() && "Can't find section for address A"); in processSECTDIFFRelocation() 161 assert(SBI != Obj.section_end() && "Can't find section for address B"); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 235 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation() 245 assert(SBI != MachO.section_end() && "Can't find section for address B"); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 121 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
|
D | RuntimeDyldCOFFI386.h | 65 if (Section == Obj.section_end()) { in processRelocationRef()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 320 section_iterator section_end() const override; 523 return section_end(); in getSymbolSection() 644 return section_end(); in getRelocatedSection() 649 return section_end(); in getRelocatedSection() 811 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function 812 return section_iterator(SectionRef(toDRI(EF.section_end()), this)); in section_end()
|
D | ELF.h | 120 const Elf_Shdr *section_end() const; 122 return make_range(section_begin(), section_end()); in sections() 402 const typename ELFFile<ELFT>::Elf_Shdr *ELFFile<ELFT>::section_end() const { in section_end() function
|
D | ObjectFile.h | 249 virtual section_iterator section_end() const = 0; 253 return section_iterator_range(section_begin(), section_end()); in sections()
|
D | MachO.h | 256 section_iterator section_end() const override;
|
D | COFF.h | 684 section_iterator section_end() const override;
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 219 Object.section_end()); in begin() 222 return SectionFilterIterator(Predicate, Object.section_end(), in end() 223 Object.section_end()); in end() 862 if (Sec2 != Obj->section_end()) in DisassembleObject() 883 if (SecI == Obj->section_end()) in DisassembleObject() 1267 if (Type == SymbolRef::ST_Debug && Section != o->section_end()) { in PrintSymbolTable() 1308 } else if (Section == o->section_end()) { in PrintSymbolTable()
|
D | MachODump.cpp | 7012 if (Section == Obj->section_end()) in printMachOUnwindInfo()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 204 if (SI == Obj.section_end()) in loadObjectImpl() 227 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 348 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize() 429 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
|
D | RuntimeDyldMachO.cpp | 73 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA() 153 section_iterator SE = Obj.section_end(); in getSectionByAddress()
|
D | RuntimeDyldELF.cpp | 822 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 825 if (RelSecI == Obj.section_end()) in findOPDEntrySection() 1207 if (si == Obj.section_end()) in processRelocationRef() 1821 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 436 section_iterator Section = MainBinary.section_end(); in loadMainBinarySymbols() 453 if (Section == MainBinary.section_end() || Section->isText()) in loadMainBinarySymbols()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 681 if (RelocatedSection == Obj.section_end()) in DWARFContextInMemory() 737 object::section_iterator RSec = Obj.section_end(); in DWARFContextInMemory() 769 if (L != nullptr && RSec != Obj.section_end()) { in DWARFContextInMemory()
|
/external/llvm/lib/Object/ |
D | Object.cpp | 92 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
|
D | MachOObjectFile.cpp | 457 return section_end(); in getSymbolSection() 983 section_iterator MachOObjectFile::section_end() const { in section_end() function in MachOObjectFile 1952 return *section_end(); in getAnyRelocationSection() 1955 return *section_end(); in getAnyRelocationSection()
|
D | COFFObjectFile.cpp | 242 return section_end(); in getSymbolSection() 733 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 166 if (Sec2 != Obj->section_end()) in dumpCXXData() 185 if (SecI == Obj->section_end()) in dumpCXXData()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 549 if (SecI != Obj->section_end()) { in printRelocation() 617 if (SecI != Obj->section_end()) in printSymbol()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 671 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar() 864 for (section_iterator I = Obj->section_begin(), E = Obj->section_end(); in getNsectForSegSect()
|