Searched refs:ELF_ST_TYPE (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/x86/tools/
H A Drelocs_64.c14 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) macro
H A Drelocs.c623 sym_type(ELF_ST_TYPE(sym->st_info)),
/linux-master/arch/mips/boot/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) macro
H A Drelocs_64.c27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
/linux-master/arch/arm/include/asm/
H A Dmodule.h50 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC)
/linux-master/tools/perf/util/
H A Dgenelf.h67 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) macro
78 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) macro
H A Dgenelf.c85 .st_info = ELF_ST_TYPE(STT_NOTYPE),
92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/linux-master/scripts/mod/
H A Dmodpost.h21 #undef ELF_ST_TYPE macro
33 #define ELF_ST_TYPE ELF32_ST_TYPE macro
47 #define ELF_ST_TYPE ELF64_ST_TYPE macro
H A Dsymsearch.c87 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC)
H A Dmodpost.c633 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER)
1134 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC);
1142 ELF_ST_TYPE(sym->st_info) == STT_LOPROC)
H A Dfile2alias.c1606 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT)
/linux-master/include/uapi/linux/
H A Delf.h137 #define ELF_ST_TYPE(x) ((x) & 0xf) macro
139 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)
141 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
/linux-master/scripts/
H A Dsorttable.h37 #undef ELF_ST_TYPE macro
62 # define ELF_ST_TYPE ELF64_ST_TYPE macro
86 # define ELF_ST_TYPE ELF32_ST_TYPE macro
432 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT)
H A Drecordmcount.h50 #undef ELF_ST_TYPE macro
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)
/linux-master/arch/arc/kernel/
H A Dmodule.c85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) {
/linux-master/arch/sparc/kernel/
H A Dmodule.c76 if (ELF_ST_TYPE(sym[i].st_info) == STT_REGISTER)
/linux-master/kernel/module/
H A Dkallsyms.c43 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT)
/linux-master/arch/s390/tools/
H A Drelocs.c27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro

Completed in 202 milliseconds