OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relocation_end
(Results
1 - 17
of
17
) sorted by null
/external/v8/src/
code-reference.cc
41
const byte* CodeReference::
relocation_end
() const {
function in class:v8::internal::CodeReference
42
return kind_ == JS ? js_code_->
relocation_end
()
code-reference.h
32
const byte*
relocation_end
() const;
reloc-info.cc
284
code->
relocation_end
(), code->relocation_start(),
290
code_reference.
relocation_end
(),
/external/llvm/include/llvm/Object/
ObjectFile.h
103
relocation_iterator
relocation_end
() const;
105
return make_range(relocation_begin(),
relocation_end
());
415
inline relocation_iterator SectionRef::
relocation_end
() const {
function in class:llvm::object::SectionRef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ObjectFile.h
117
relocation_iterator
relocation_end
() const;
119
return make_range(relocation_begin(),
relocation_end
());
456
inline relocation_iterator SectionRef::
relocation_end
() const {
function in class:llvm::object::SectionRef
/external/llvm/lib/Object/
Object.cpp
176
return (*unwrap(SI) == (*unwrap(Section))->
relocation_end
()) ? 1 : 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Object.cpp
176
return (*unwrap(SI) == (*unwrap(Section))->
relocation_end
()) ? 1 : 0;