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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h47 byte_t st_info; member in class:ELFSymbol_CRTP
84 return ELF_ST_TYPE(st_info);
88 return ELF_ST_BIND(st_info);
162 AR & st_info; local
184 AR & st_info; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp81 uint8_t st_info = 0x0; local
92 st_info = symtab[idx].st_info;
118 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
124 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
467 uint8_t st_info = 0x0; local
470 st_info = entry->st_info;
489 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
491 result->setBinding(getSymBinding((st_info >>
606 uint8_t st_info = 0x0; local
988 uint8_t st_info = 0x0; local
[all...]

Completed in 395 milliseconds