Searched defs:ELF_ST_VISIBILITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFSymbol.h96 #define ELF_ST_VISIBILITY(o) ((o)&0x3) macro
98 return ELF_ST_VISIBILITY(st_other);
100 #undef ELF_ST_VISIBILITY macro

Completed in 25 milliseconds