Home
last modified time | relevance | path

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

/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.c590 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/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.c509 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
/arch/mips/kernel/
A Dmodule.c333 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/arch/s390/tools/
A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/arch/loongarch/kernel/
A Dmodule.c447 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/arch/riscv/kernel/
A Dmodule.c802 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()

Completed in 20 milliseconds