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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h49 byte_t st_info; member in class:ELFSymbol_CRTP
86 return ELF_ST_TYPE(st_info);
90 return ELF_ST_BIND(st_info);
164 AR & st_info; local
186 AR & st_info; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp80 uint8_t st_info = 0x0; local
91 st_info = symtab[idx].st_info;
117 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
123 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
493 uint8_t st_info = 0x0; local
496 st_info = entry->st_info;
516 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
518 result->setBinding(getSymBinding((st_info >>
641 uint8_t st_info = 0x0; local
1049 uint8_t st_info = 0x0; local
[all...]

Completed in 58 milliseconds