Home
last modified time | relevance | path

Searched refs:getSectionByIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/impl/
DELFSymbol.hxx41 ELFSectionTy const *section = owner->getSectionByIndex(index); in getName()
164 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
239 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
269 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
298 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
DELFObject.hxx94 ELFObject<Bitwidth>::getSectionByIndex(size_t i) const { in getSectionByIndex() function in ELFObject
100 ELFObject<Bitwidth>::getSectionByIndex(size_t i) { in getSectionByIndex() function in ELFObject
/frameworks/compile/linkloader/include/
DELFObject.h72 ELFSectionTy const *getSectionByIndex(size_t i) const;
73 ELFSectionTy *getSectionByIndex(size_t i);