Home
last modified time | relevance | path

Searched refs:ELF_ST_BIND (Results 1 – 17 of 17) sorted by relevance

/linux/scripts/mod/
A Dmodpost.h16 #undef ELF_ST_BIND
29 #define ELF_ST_BIND ELF32_ST_BIND macro
44 #define ELF_ST_BIND ELF64_ST_BIND macro
A Dmodpost.c712 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()
713 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
731 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_symbol()
2055 unsigned char bind = ELF_ST_BIND(sym->st_info); in read_symbols()
/linux/tools/perf/util/
A Dgenelf.h58 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
67 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
A Dgenelf.c91 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/linux/include/uapi/linux/
A Delf.h132 #define ELF_ST_BIND(x) ((x) >> 4) macro
134 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
136 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/linux/scripts/
A Dsorttable.h33 #undef ELF_ST_BIND
55 # define ELF_ST_BIND ELF64_ST_BIND macro
76 # define ELF_ST_BIND ELF32_ST_BIND macro
A Drecordmcount.h49 #undef ELF_ST_BIND
88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
/linux/arch/x86/tools/
A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
A Drelocs.c623 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/linux/arch/mips/boot/tools/
A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
A Drelocs.c504 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
/linux/arch/mips/kernel/
A Dmodule.c343 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux/arch/riscv/kernel/
A Dmodule.c336 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux/kernel/
A Dkexec_file.c1100 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
A Dmodule.c2332 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
2629 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()

Completed in 34 milliseconds