Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.h21 #undef ELF_ST_TYPE
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) in symsearch_populate()
H A Dmodpost.c612 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_symbol()
1096 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()
1104 ELF_ST_TYPE(sym->st_info) == STT_LOPROC) in check_export_symbol()
H A Dfile2alias.c1495 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
/linux/tools/perf/util/
H A Dgenelf.h70 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a)
81 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a)
67 #define ELF_ST_TYPE( global() macro
78 #define ELF_ST_TYPE( global() macro
H A Dgenelf.c80 .st_info = ELF_ST_TYPE(STT_NOTYPE),
87 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/linux/scripts/
H A Dsorttable.h37 #undef ELF_ST_TYPE
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) in do_sort()
H A 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()
/linux/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/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
/linux/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/arch/arm/include/asm/
H A Dmodule.h50 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
/linux/arch/arc/kernel/
H A Dmodule.c85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
/linux/arch/sparc/kernel/
H A Dmodule.c46 if (ELF_ST_TYPE(sym[i].st_info) == STT_REGISTER) in module_frob_arch_sections()
/linux/arch/s390/tools/
H A Drelocs.c27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
/linux/kernel/module/
H A Dkallsyms.c43 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT) in elf_type()