Home
last modified time | relevance | path

Searched refs:section_end (Results 1 – 24 of 24) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dsaft_flashrom_util.py115 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/
Dfile_id.cc64 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/
DRuntimeDyldMachOI386.h151 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()
DRuntimeDyldMachOARM.h235 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()
DRuntimeDyldCOFFX86_64.h121 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
DRuntimeDyldCOFFI386.h65 if (Section == Obj.section_end()) { in processRelocationRef()
/external/llvm/include/llvm/Object/
DELFObjectFile.h320 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()
DELF.h120 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
DObjectFile.h249 virtual section_iterator section_end() const = 0;
253 return section_iterator_range(section_begin(), section_end()); in sections()
DMachO.h256 section_iterator section_end() const override;
DCOFF.h684 section_iterator section_end() const override;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp219 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()
DMachODump.cpp7012 if (Section == Obj->section_end()) in printMachOUnwindInfo()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp204 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()
DRuntimeDyldMachO.cpp73 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA()
153 section_iterator SE = Obj.section_end(); in getSectionByAddress()
DRuntimeDyldELF.cpp822 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/
DMachODebugMapParser.cpp436 section_iterator Section = MainBinary.section_end(); in loadMainBinarySymbols()
453 if (Section == MainBinary.section_end() || Section->isText()) in loadMainBinarySymbols()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp681 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/
DObject.cpp92 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
DMachOObjectFile.cpp457 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()
DCOFFObjectFile.cpp242 return section_end(); in getSymbolSection()
733 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp166 if (Sec2 != Obj->section_end()) in dumpCXXData()
185 if (SecI == Obj->section_end()) in dumpCXXData()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp549 if (SecI != Obj->section_end()) { in printRelocation()
617 if (SecI != Obj->section_end()) in printSymbol()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp671 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()
864 for (section_iterator I = Obj->section_begin(), E = Obj->section_end(); in getNsectForSegSect()