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

/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
/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...]

Completed in 2815 milliseconds