OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionByIndex
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/
ELFObject.h
74
ELFSectionTy const *
getSectionByIndex
(size_t i) const;
75
ELFSectionTy *
getSectionByIndex
(size_t i);
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx
36
ELFSectionTy const *section = owner->
getSectionByIndex
(index);
159
ELFSectionTy const *sec = owner->
getSectionByIndex
(idx);
224
ELFSectionTy const *sec = owner->
getSectionByIndex
(idx);
254
ELFSectionTy const *sec = owner->
getSectionByIndex
(idx);
283
ELFSectionTy const *sec = owner->
getSectionByIndex
(idx);
ELFObject.hxx
95
ELFObject<Bitwidth>::
getSectionByIndex
(size_t i) const {
101
ELFObject<Bitwidth>::
getSectionByIndex
(size_t i) {
/frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp
91
static_cast<ELFSectionBits<32> *>(mObject->
getSectionByIndex
(i));
/frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp
91
static_cast<ELFSectionBits<32>*>(object->
getSectionByIndex
(i));
Completed in 75 milliseconds