Home
last modified time | relevance | path

Searched refs:ELF_ST_TYPE (Results 1 – 14 of 14) 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 Dfile2alias.c1488 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
/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/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/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()