Home
last modified time | relevance | path

Searched refs:GELF_ST_BIND (Results 1 – 15 of 15) sorted by relevance

/third_party/elfutils/src/
Dnm.c855 GELF_ST_BIND (syms[cnt].sym.st_info), in show_symbols_sysv()
881 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL; in class_type_char()
897 && GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE) in class_type_char()
899 else if (GELF_ST_BIND (sym->st_info) == STB_WEAK) in class_type_char()
919 if (GELF_ST_BIND (sym->st_info) == STB_WEAK) in class_type_char()
980 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK; in show_symbols_bsd()
1117 : (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK in show_symbols_posix()
1359 || (hide_local && GELF_ST_BIND (sym->st_info) == STB_LOCAL)) in show_symbols()
1386 && GELF_ST_BIND (sym->st_info) != STB_LOCAL in show_symbols()
Delflint.c756 if (GELF_ST_BIND (sym->st_info) >= STB_NUM in check_symtab()
757 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL, in check_symtab()
762 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE in check_symtab()
921 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_symtab()
937 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in check_symtab()
2999 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_versym()
3007 if (!gnuld && GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_versym()
Dunstrip.c934 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL) in compare_symbols_output()
935 - (GELF_ST_BIND (s1->info.info) == STB_LOCAL)); in compare_symbols_output()
1981 if (GELF_ST_BIND (sym.st_info) == STB_LOCAL) in copy_elided_sections()
Dstrip.c2016 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
2065 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
Dreadelf.c2583 ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), in handle_symtab()
/third_party/elfutils/tests/
Ddwflsyms.c57 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind()
73 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind_order()
/third_party/elfutils/backends/
Darm_symbol.c157 && sym->st_size == 0 && GELF_ST_BIND (sym->st_info) == STB_LOCAL in arm_data_marker_symbol()
Daarch64_symbol.c107 && sym->st_size == 0 && GELF_ST_BIND (sym->st_info) == STB_LOCAL in aarch64_data_marker_symbol()
/third_party/elfutils/libelf/
Dgelf.h130 #define GELF_ST_BIND(val) ELF64_ST_BIND (val) macro
/third_party/elfutils/libdwfl/
Ddwfl_module_addrsym.c116 switch (GELF_ST_BIND (symp->st_info)) in binding_value()
Drelocate.c283 || GELF_ST_BIND (sym->st_info) == STB_LOCAL in resolve_symbol()
/third_party/libabigail/src/
Dabg-symtab-reader.cc367 elf_helpers::stb_to_elf_symbol_binding(GELF_ST_BIND(sym->st_info)), in load_()
Dabg-dwarf-reader.cc731 sym_binding = stb_to_elf_symbol_binding(GELF_ST_BIND(symbol.st_info)); in lookup_symbol_from_sysv_hash_tab()
1022 sym_binding = stb_to_elf_symbol_binding(GELF_ST_BIND(symbol.st_info)); in lookup_symbol_from_gnu_hash_tab()
1175 stb_to_elf_symbol_binding(GELF_ST_BIND(sym->st_info)); in lookup_symbol_from_symtab()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c226 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL || in parse_symbol_table()
/third_party/libbpf/src/
Dlibbpf.c11074 curr_bind = GELF_ST_BIND(sym.st_info);