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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp82 uint8_t st_other = 0x0; local
93 st_other = symtab[idx].st_other;
124 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
130 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
468 uint8_t st_other = 0x0; local
471 st_other = entry->st_other;
491 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
492 result->setVisibility(getSymVisibility(st_other));
607 uint8_t st_other = 0x0; local
989 uint8_t st_other = 0x0; local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp936 pSym.st_other = pSymbol.visibility();
959 pSym.st_other = pSymbol.visibility();
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h48 byte_t st_other; member in class:ELFSymbol_CRTP
96 return ELF_ST_VISIBILITY(st_other);
163 AR & st_other; local
185 AR & st_other; local

Completed in 845 milliseconds