Searched refs:ELF_ST_BIND (Results 1 – 10 of 10) sorted by relevance
15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
590 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
509 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
333 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
447 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
802 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
Completed in 15 milliseconds