Searched refs:ELF_ST_TYPE (Results 1 – 5 of 5) sorted by relevance
21 #undef ELF_ST_TYPE33 #define ELF_ST_TYPE ELF32_ST_TYPE macro47 #define ELF_ST_TYPE ELF64_ST_TYPE macro
87 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC) in symsearch_populate()
633 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_symbol()1117 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()1125 ELF_ST_TYPE(sym->st_info) == STT_LOPROC) in check_export_symbol()
1488 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
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()
Completed in 14 milliseconds