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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp78 uint8_t st_other = 0x0; local
89 st_other = symtab[idx].st_other;
119 getSymBinding((st_info >> 4), st_shndx, st_other);
125 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
447 uint8_t st_other = 0x0; local
450 st_other = entry->st_other;
469 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
470 result->setVisibility(getSymVisibility(st_other));
578 uint8_t st_other = 0x0; local
941 uint8_t st_other = 0x0; local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp885 pSym.st_other = pSymbol.visibility();
906 pSym.st_other = pSymbol.visibility();

Completed in 61 milliseconds