OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBindingAttribute
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/
ELFSymbol.h
89
byte_t
getBindingAttribute
() const {
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx
98
PRINT_LINT("Bind", getBindingAttributeStr(
getBindingAttribute
()));
112
setw(10) << getBindingAttributeStr(
getBindingAttribute
()) <<
ELFObject.hxx
516
if (sym->
getBindingAttribute
() == STB_LOCAL) { // local binding
583
if (sym->
getBindingAttribute
() == STB_LOCAL) {
605
sym->
getBindingAttribute
());
Completed in 183 milliseconds