Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/
DELFSymbol.h96 #define ELF_ST_VISIBILITY(o) ((o)&0x3) macro
98 return ELF_ST_VISIBILITY(st_other); in getVisibility()
100 #undef ELF_ST_VISIBILITY