Home
last modified time | relevance | path

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

/external/elfutils/src/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/src/
Dnm.c860 GELF_ST_BIND (syms[cnt].sym.st_info), in show_symbols_sysv()
882 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL; in class_type_char()
898 && GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE) in class_type_char()
972 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK; in show_symbols_bsd()
1110 : (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK in show_symbols_posix()
1240 || (hide_local && GELF_ST_BIND (sym->st_info) == STB_LOCAL)) in show_symbols()
1267 && GELF_ST_BIND (sym->st_info) != STB_LOCAL in show_symbols()
Delflint.c733 if (GELF_ST_BIND (sym->st_info) >= STB_NUM in check_symtab()
734 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL, in check_symtab()
739 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE in check_symtab()
888 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_symtab()
904 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in check_symtab()
2799 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL) in check_versym()
2807 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.c842 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL) in compare_symbols_output()
843 - (GELF_ST_BIND (s1->info.info) == STB_LOCAL)); in compare_symbols_output()
1714 if (GELF_ST_BIND (sym.st_info) == STB_LOCAL) in copy_elided_sections()
Dstrip.c1264 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
1314 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
Dreadelf.c2259 ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), in handle_symtab()
/external/elfutils/src/libelf/
Dgelf.h127 #define GELF_ST_BIND(val) ELF64_ST_BIND (val) macro
/external/elfutils/src/libdwfl/
Ddwfl_module_addrsym.c125 switch (GELF_ST_BIND (symp->st_info)) in __libdwfl_addrsym()
Drelocate.c242 || GELF_ST_BIND (sym->st_info) == STB_LOCAL in resolve_symbol()
/external/linux-tools-perf/src/tools/perf/util/
Dsymbol-elf.c938 GELF_ST_BIND(sym.st_info), elf_name); in dso__load_sym()