Searched refs:ELF64_ST_TYPE (Results 1 – 9 of 9) sorted by relevance
198 if (ELF64_ST_TYPE(symp->st_info) != STT_OBJECT) in ctf_lookup_by_symbol()261 if (ELF64_ST_TYPE(symp->st_info) != STT_FUNC) in ctf_func_info()
150 switch (ELF64_ST_TYPE(gsp->st_info)) { in init_symtab()
67 #define GELF_ST_TYPE ELF64_ST_TYPE
215 #define ELF64_ST_TYPE(info) ((info) & 0xf) macro
476 #define ELF64_ST_TYPE ELF_ST_TYPE 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()
7898 && ELF64_ST_TYPE (sym->st_info) != STT_SECTION in debug_apply_rela_addends()7899 && ELF64_ST_TYPE (sym->st_info) != STT_NOTYPE in debug_apply_rela_addends()7900 && ELF64_ST_TYPE (sym->st_info) != STT_OBJECT) in debug_apply_rela_addends()7903 get_symbol_type (ELF64_ST_TYPE (sym->st_info)), in debug_apply_rela_addends()
2770 #define ELF64_ST_TYPE(I) ((I) & 0xFU) macro
10103 sym_type = ELF64_ST_TYPE (sym->st_info); in ppc64_elf_relocate_section()