Home
last modified time | relevance | path

Searched refs:STB_GLOBAL (Results 1 – 17 of 17) sorted by relevance

/tools/lib/symbol/
A Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/tools/perf/util/
A Dsymbol_fprintf.c14 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf()
A Dsymbol.c183 a = syma->binding == STB_GLOBAL; in choose_best_symbol()
184 b = symb->binding == STB_GLOBAL; in choose_best_symbol()
1567 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map()
1606 return STB_GLOBAL; in bfd2elf_binding()
A Dsymbol-elf.c597 sym = symbol__new(shdr.sh_offset + i, shdr.sh_entsize, STB_GLOBAL, STT_FUNC, buf); in dso__synthesize_plt_got_symbols()
651 plt_sym = symbol__new(shdr_plt.sh_offset, plt_header_size, STB_GLOBAL, STT_FUNC, ".plt"); in dso__synthesize_plt_symbols()
771 f = symbol__new(plt_offset, plt_entry_size, STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
A Dauxtrace.c2646 ((!idx && sym->binding == STB_GLOBAL) || in dso_sym_match()
2664 sym->binding == STB_GLOBAL ? 'g' : in print_duplicate_syms()
A Dmachine.c1081 if (sym->binding != STB_GLOBAL) in find_entry_trampoline()
A Dintel-pt.c2982 if (sym->binding == STB_GLOBAL && in intel_pt_switch_ip()
/tools/perf/arch/x86/util/
A Dmachine.c55 if (!mi->entry_trampoline && kallsyms2elf_binding(type) == STB_GLOBAL && in find_extra_kernel_maps()
/tools/perf/ui/browsers/
A Dmap.c35 sym->binding == STB_GLOBAL ? 'g' : in map_browser__write()
/tools/perf/tests/
A Dhists_common.c143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
/tools/testing/selftests/vDSO/
A Dparse_vdso.c246 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in check_sym()
/tools/include/uapi/linux/
A Delf.h128 #define STB_GLOBAL 1 macro
/tools/perf/Documentation/
A Dperf-dlfilter.txt206 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/tools/lib/bpf/
A Dlinker.c951 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
2090 if (sym_bind == STB_GLOBAL) { in linker_append_elf_sym()
2095 sym_update_bind(dst_sym, STB_GLOBAL); in linker_append_elf_sym()
A Dlibbpf.c1715 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in find_elf_var_sym()
4009 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern()
4027 return (bind == STB_GLOBAL || bind == STB_WEAK) && type == STT_FUNC; in sym_is_subprog()
/tools/objtool/
A Dcheck.c264 if (func->bind == STB_GLOBAL || func->bind == STB_WEAK) { in __dead_end_function()
2264 if (sym && sym->bind == STB_GLOBAL) { in read_unwind_hints()
2477 if (func->bind != STB_GLOBAL) in classify_symbols()
/tools/perf/
A Dbuiltin-top.c188 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange()

Completed in 74 milliseconds