Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.h20 #undef ELF_ST_BIND
32 #define ELF_ST_BIND ELF32_ST_BIND macro
46 #define ELF_ST_BIND ELF64_ST_BIND macro
/linux/include/uapi/linux/
H A Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro
138 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
140 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/linux/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
/linux/arch/mips/boot/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs.c509 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
/linux/scripts/
H 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/mips/kernel/
H A Dmodule.c333 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux/arch/s390/tools/
H A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux/kernel/module/
H A Dkallsyms.c42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
/linux/arch/loongarch/kernel/
H A Dmodule.c447 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux/arch/riscv/kernel/
H A Dmodule.c801 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux/kernel/
H A Dkexec_file.c1104 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()