Home
last modified time | relevance | path

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

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