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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp77 uint8_t st_info = 0x0; local
88 st_info = symtab[idx].st_info;
112 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
119 getSymBinding((st_info >> 4), st_shndx, st_other);
446 uint8_t st_info = 0x0; local
449 st_info = entry->st_info;
467 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
469 result->setBinding(getSymBinding((st_info >>
577 uint8_t st_info = 0x0; local
940 uint8_t st_info = 0x0; local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp884 pSym.st_info = getSymbolInfo(pSymbol);
905 pSym.st_info = getSymbolInfo(pSymbol);

Completed in 1189 milliseconds