Home
last modified time | relevance | path

Searched refs:const_this (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/linkloader/include/impl/
DELFSectionHeaderTable.hxx111 ELFSectionHeaderTableTy const *const_this = this; in getByName() local
112 ELFSectionHeaderTy const *shptr = const_this->getByName(name); in getByName()
DELFObject.hxx115 ELFObjectTy const *const_this = this; in getSectionByName() local
116 ELFSectionTy const *sptr = const_this->getSectionByName(str); in getSectionByName()