Home
last modified time | relevance | path

Searched refs:ELF_ST_TYPE (Results 1 – 6 of 6) sorted by relevance

/scripts/mod/
Dmodpost.h21 #undef ELF_ST_TYPE
33 #define ELF_ST_TYPE ELF32_ST_TYPE macro
47 #define ELF_ST_TYPE ELF64_ST_TYPE macro
Dsymsearch.c87 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC) in symsearch_populate()
Dmodpost.c642 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_symbol()
1127 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()
1135 ELF_ST_TYPE(sym->st_info) == STT_LOPROC) in check_export_symbol()
Dfile2alias.c1614 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
/scripts/
Dsorttable.h37 #undef ELF_ST_TYPE
62 # define ELF_ST_TYPE ELF64_ST_TYPE macro
86 # define ELF_ST_TYPE ELF32_ST_TYPE macro
435 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in do_sort()
Drecordmcount.h50 #undef ELF_ST_TYPE
89 # define ELF_ST_TYPE ELF64_ST_TYPE macro
127 # define ELF_ST_TYPE ELF32_ST_TYPE macro
539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()