Home
last modified time | relevance | path

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

/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
H A Drelocs.c589 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()
/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/scripts/
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/tools/perf/util/
H A Dgenelf.c60 .st_info = ELF_ST_TYPE(STT_NOTYPE),
67 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/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/scripts/mod/
H A Dsymsearch.c87 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC) in symsearch_populate()
H A Dfile2alias.c1498 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
/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()