Searched refs:st_type (Results 1 – 1 of 1) sorted by relevance
412 uint8_t st_type = ElfStType(sym->st_info); in ReadExportedSymbols() local413 if (st_type == STT_FUNC || (st_type == STT_OBJECT && sym->st_size != 0)) { in ReadExportedSymbols()