Searched refs:sym_bind (Results 1 – 2 of 2) sorted by relevance
939 int sym_bind = ELF64_ST_BIND(sym->st_info); in linker_sanity_check_elf_symtab() local951 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()953 i, sec->sec_idx, sym_bind); in linker_sanity_check_elf_symtab()962 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()2002 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local2009 sym_bind = ELF64_ST_BIND(sym->st_info); in linker_append_elf_sym()2031 if (sym_bind == STB_LOCAL) in linker_append_elf_sym()2090 if (sym_bind == STB_GLOBAL) { in linker_append_elf_sym()2121 if (!glob_sym->is_extern && sym_bind == STB_WEAK) in linker_append_elf_sym()2171 if (sym_bind != STB_LOCAL) { in linker_append_elf_sym()[all …]
175 static const char *sym_bind(unsigned bind) in sym_bind() function590 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()