Searched refs:ELF64_ST_TYPE (Results 1 – 6 of 6) sorted by relevance
199 if (ELF64_ST_TYPE(symp->st_info) != STT_OBJECT) in ctf_lookup_by_symbol()268 if (ELF64_ST_TYPE(symp->st_info) != STT_FUNC) in ctf_func_info()
289 switch (ELF64_ST_TYPE(gsp->st_info)) { in init_symtab()
68 #define GELF_ST_TYPE ELF64_ST_TYPE
215 #define ELF64_ST_TYPE(info) ((info) & 0xf) macro
154 uchar_t type = ELF64_ST_TYPE(sym->st_info); in dt_module_syminit64() 226 if ((ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE) != in dt_module_symcomp64() 227 (ELF64_ST_TYPE(rhs->st_info) == STT_NOTYPE)) in dt_module_symcomp64() 228 return (ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1); in dt_module_symcomp64()
2809 #define ELF64_ST_TYPE(I) ((I) & 0xFU) macro