Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp77 uint8_t st_info = 0x0; in readSymbols() local
88 st_info = symtab[idx].st_info; in readSymbols()
112 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx); in readSymbols()
119 getSymBinding((st_info >> 4), st_shndx, st_other); in readSymbols()
446 uint8_t st_info = 0x0; in readSignature() local
449 st_info = entry->st_info; in readSignature()
467 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF)); in readSignature()
469 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other)); in readSignature()
577 uint8_t st_info = 0x0; in readSymbols() local
588 st_info = symtab[idx].st_info; in readSymbols()
[all …]
/frameworks/libs/binary_translation/tiny_loader/
Dtiny_symbol_table.cc109 return (ELF32_ST_BIND(s->st_info) == STB_GLOBAL || ELF32_ST_BIND(s->st_info) == STB_WEAK) && in is_symbol_global_and_defined()
/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc412 uint8_t st_type = ElfStType(sym->st_info); in ReadExportedSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp884 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol32()
905 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol64()