Home
last modified time | relevance | path

Searched refs:relocation_end (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dcode-reference.cc41 const byte* CodeReference::relocation_end() const { in relocation_end() function in v8::internal::CodeReference
42 return kind_ == JS ? js_code_->relocation_end() in relocation_end()
Dcode-reference.h32 const byte* relocation_end() const;
Dreloc-info.cc284 code->relocation_end(), code->relocation_start(), in RelocIterator()
290 code_reference.relocation_end(), in RelocIterator()
/external/llvm/include/llvm/Object/
DObjectFile.h103 relocation_iterator relocation_end() const;
105 return make_range(relocation_begin(), relocation_end()); in relocations()
415 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h117 relocation_iterator relocation_end() const;
119 return make_range(relocation_begin(), relocation_end()); in relocations()
456 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/external/llvm/lib/Object/
DObject.cpp176 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObject.cpp176 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/external/v8/src/objects/
Dcode.h255 inline byte* relocation_end() const;
Dcode-inl.h309 byte* Code::relocation_end() const { in relocation_end() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp785 if (Section.relocation_begin() != Section.relocation_end()) { in DWARFContextInMemory()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp843 e = si->relocation_end(); in findOPDEntrySection()
1874 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
DRuntimeDyld.cpp301 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp617 e = si->relocation_end(); in findOPDEntrySection()
1871 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
DRuntimeDyld.cpp352 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1790 if (Section.relocation_begin() == Section.relocation_end()) in PrintRelocations()
1832 if (Section.relocation_begin() == Section.relocation_end()) in PrintDynamicRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1443 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1306 if (Section.relocation_begin() == Section.relocation_end()) in PrintRelocations()