Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/
DELFSymbol.h50 byte_t st_other; variable
98 return ELF_ST_VISIBILITY(st_other); in getVisibility()
165 AR & st_other; in serialize() local
187 AR & st_other; in serialize() local
/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.tcc268 uint8_t st_other = 0x0; in readSymbols() local
275 st_other = symtab[idx].st_other; in readSymbols()
306 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other); in readSymbols()
318 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other); in readSymbols()
386 uint8_t st_other = 0x0; in readSymbol() local
389 st_other = entry->st_other; in readSymbol()
416 getSymBinding((st_info >> 4), st_shndx, st_other); in readSymbol()
419 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other); in readSymbol()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp843 symtab32[0].st_other = 0; in emitRegNamePools()
851 symtab64[0].st_other = 0; in emitRegNamePools()
875 symtab32[symtabIdx].st_other = (*symbol)->visibility(); in emitRegNamePools()
883 symtab64[symtabIdx].st_other = (*symbol)->visibility(); in emitRegNamePools()
942 symtab32[0].st_other = 0; in emitDynNamePools()
950 symtab64[0].st_other = 0; in emitDynNamePools()
982 symtab32[symtabIdx].st_other = (*symbol)->visibility(); in emitDynNamePools()
990 symtab64[symtabIdx].st_other = (*symbol)->visibility(); in emitDynNamePools()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp293 sym32.st_other = pSymbol.visibility(); in emitDynamicSymbol()
332 symtab32[0].st_other = 0; in emitDynNamePools()