/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 20 #undef ELF_ST_TYPE 32 #define ELF_ST_TYPE ELF32_ST_TYPE macro 46 #define ELF_ST_TYPE ELF64_ST_TYPE macro
|
H A D | symsearch.c | 87 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC) in symsearch_populate()
|
H A D | modpost.c | 644 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_symbol() 1152 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol() 1160 ELF_ST_TYPE(sym->st_info) == STT_LOPROC) in check_export_symbol()
|
H A D | file2alias.c | 1576 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.h | 67 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) macro 78 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) macro
|
H A D | genelf.c | 85 .st_info = ELF_ST_TYPE(STT_NOTYPE), 92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
|
/openbmc/linux/scripts/ |
H A D | sorttable.h | 37 #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()
|
H A D | recordmcount.h | 50 #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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 137 #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)
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs_64.c | 14 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
|
H A D | relocs_32.c | 14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) macro
|
H A D | relocs.c | 623 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs_32.c | 14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) macro
|
H A D | relocs_64.c | 27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | module.h | 50 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | module.c | 85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | module.c | 76 if (ELF_ST_TYPE(sym[i].st_info) == STT_REGISTER) in module_frob_arch_sections()
|
/openbmc/qemu/include/ |
H A D | elf.h | 301 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro 304 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) 306 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
|
/openbmc/linux/kernel/module/ |
H A D | kallsyms.c | 43 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT) in elf_type()
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 454 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 164 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) {
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 3699 || ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
|