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

/frameworks/rs/cpu_ref/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/LD/
H A DELFReader.cpp81 uint8_t st_other = 0x0; local
92 st_other = symtab[idx].st_other;
123 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
129 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
494 uint8_t st_other = 0x0; local
497 st_other = entry->st_other;
518 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
519 result->setVisibility(getSymVisibility(st_other));
642 uint8_t st_other = 0x0; local
1050 uint8_t st_other = 0x0; local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp919 pSym.st_other = pSymbol.visibility();
942 pSym.st_other = pSymbol.visibility();

Completed in 2273 milliseconds