Searched refs:st_info (Results 1 – 3 of 3) sorted by relevance
116 st_bind = ELF32_ST_BIND(sym32[n].st_info); in check_found_sym()117 st_type = ELF32_ST_TYPE(sym32[n].st_info); in check_found_sym()123 st_bind = ELF64_ST_BIND(sym64[n].st_info); in check_found_sym()124 st_type = ELF64_ST_TYPE(sym64[n].st_info); in check_found_sym()271 ELF32_ST_BIND(sym_tab[sym_idx].st_info) == STB_WEAK) in e32_get_sym_name()501 ELF64_ST_BIND(sym_tab[sym_idx].st_info) == STB_WEAK) in e64_get_sym_name()
189 unsigned char st_info; /* Type and binding information. */ member
194 unsigned char st_info; /* Type and binding information. */ member
Completed in 6 milliseconds