Searched refs:ELF_ST_TYPE (Results 1 – 17 of 17) sorted by relevance
19 #undef ELF_ST_TYPE31 #define ELF_ST_TYPE ELF32_ST_TYPE macro45 #define ELF_ST_TYPE ELF64_ST_TYPE macro
642 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_symbol()1085 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC) in find_nearest_sym()1232 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()1240 ELF_ST_TYPE(sym->st_info) == STT_LOPROC) in check_export_symbol()
1579 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
67 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) macro78 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) macro
85 .st_info = ELF_ST_TYPE(STT_NOTYPE),92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
37 #undef ELF_ST_TYPE62 # define ELF_ST_TYPE ELF64_ST_TYPE macro86 # define ELF_ST_TYPE ELF32_ST_TYPE macro432 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in do_sort()
50 #undef ELF_ST_TYPE89 # define ELF_ST_TYPE ELF64_ST_TYPE macro127 # define ELF_ST_TYPE ELF32_ST_TYPE macro539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
137 #define ELF_ST_TYPE(x) ((x) & 0xf) macro139 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)141 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
14 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) macro
623 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()
27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
50 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
76 if (ELF_ST_TYPE(sym[i].st_info) == STT_REGISTER) in module_frob_arch_sections()
43 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT) in elf_type()