Home
last modified time | relevance | path

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

/external/elfutils/tests/
Ddwflsyms.c58 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind()
74 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind_order()
/external/elfutils/src/
Dnm.c863 GELF_ST_BIND (syms[cnt].sym.st_info), in show_symbols_sysv()
885 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL; in class_type_char()
901 && GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE) in class_type_char()
975 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK; in show_symbols_bsd()
1113 : (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK in show_symbols_posix()
1340 || (hide_local && GELF_ST_BIND (sym->st_info) == STB_LOCAL)) in show_symbols()
1367 && GELF_ST_BIND (sym->st_info) != STB_LOCAL in show_symbols()
Delflint.c736 if (GELF_ST_BIND (sym->st_info) >= STB_NUM in check_symtab()
737 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL, in check_symtab()
742 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE in check_symtab()
901 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_symtab()
917 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in check_symtab()
2957 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_versym()
2965 if (!gnuld && GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_versym()
Dxelf.h381 # define XELF_ST_BIND(info) GELF_ST_BIND (info)
Dunstrip.c876 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL) in compare_symbols_output()
877 - (GELF_ST_BIND (s1->info.info) == STB_LOCAL)); in compare_symbols_output()
1821 if (GELF_ST_BIND (sym.st_info) == STB_LOCAL) in copy_elided_sections()
Dstrip.c1325 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
1376 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
Dreadelf.c2357 ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), in handle_symtab()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_elf_util.c56 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL || in parse_symbol_table()
/external/elfutils/libelf/
Dgelf.h130 #define GELF_ST_BIND(val) ELF64_ST_BIND (val) macro
/external/mesa3d/src/amd/common/
Dac_binary.c62 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL || in parse_symbol_table()
/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c112 switch (GELF_ST_BIND (symp->st_info)) in binding_value()
Drelocate.c276 || GELF_ST_BIND (sym->st_info) == STB_LOCAL in resolve_symbol()