Searched refs:st_other (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFSymbol.h50 byte_t st_other; member in class:ELFSymbol_CRTP
98 return ELF_ST_VISIBILITY(st_other);
165 AR & st_other; local
187 AR & st_other; local
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp843 symtab32[0].st_other = 0;
851 symtab64[0].st_other = 0;
875 symtab32[symtabIdx].st_other = (*symbol)->visibility();
883 symtab64[symtabIdx].st_other = (*symbol)->visibility();
942 symtab32[0].st_other = 0;
950 symtab64[0].st_other = 0;
982 symtab32[symtabIdx].st_other = (*symbol)->visibility();
990 symtab64[symtabIdx].st_other = (*symbol)->visibility();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp293 sym32.st_other = pSymbol.visibility();
332 symtab32[0].st_other = 0;

Completed in 352 milliseconds