Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/symbol/
Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/linux-6.1.9/tools/perf/util/
Dsymbol_fprintf.c14 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf()
Dsymbol.c155 a = syma->binding == STB_GLOBAL; in choose_best_symbol()
156 b = symb->binding == STB_GLOBAL; in choose_best_symbol()
1544 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map()
1583 return STB_GLOBAL; in bfd2elf_binding()
Dsymbol-elf.c433 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
459 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
Dauxtrace.c2563 ((!idx && sym->binding == STB_GLOBAL) || in dso_sym_match()
2581 sym->binding == STB_GLOBAL ? 'g' : in print_duplicate_syms()
Dmachine.c1221 if (sym->binding != STB_GLOBAL) in find_entry_trampoline()
Dintel-pt.c2709 if (sym->binding == STB_GLOBAL && in intel_pt_switch_ip()
/linux-6.1.9/tools/perf/arch/x86/util/
Dmachine.c55 if (!mi->entry_trampoline && kallsyms2elf_binding(type) == STB_GLOBAL && in find_extra_kernel_maps()
/linux-6.1.9/tools/perf/ui/browsers/
Dmap.c35 sym->binding == STB_GLOBAL ? 'g' : in map_browser__write()
/linux-6.1.9/tools/perf/tests/
Dhists_common.c143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
/linux-6.1.9/tools/testing/selftests/vDSO/
Dparse_vdso.c215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
/linux-6.1.9/include/uapi/linux/
Delf.h125 #define STB_GLOBAL 1 macro
/linux-6.1.9/tools/perf/Documentation/
Dperf-dlfilter.txt192 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/linux-6.1.9/scripts/
Drecordmcount.h536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
/linux-6.1.9/tools/lib/bpf/
Dlinker.c802 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
1893 if (sym_bind == STB_GLOBAL) { in linker_append_elf_sym()
1898 sym_update_bind(dst_sym, STB_GLOBAL); in linker_append_elf_sym()
Dlibbpf.c1479 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in find_elf_var_offset()
3485 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern()
3503 return bind == STB_GLOBAL && type == STT_FUNC; in sym_is_subprog()
/linux-6.1.9/arch/x86/tools/
Drelocs.c177 SYM_BIND(STB_GLOBAL), in sym_bind()
/linux-6.1.9/tools/objtool/
Dcheck.c201 if (func->bind == STB_GLOBAL) in __dead_end_function()
2084 if (sym && sym->bind == STB_GLOBAL) { in read_unwind_hints()
2313 if (func->bind != STB_GLOBAL) in classify_symbols()
/linux-6.1.9/kernel/
Dkexec_file.c1058 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
/linux-6.1.9/tools/perf/
Dbuiltin-top.c185 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange()
/linux-6.1.9/scripts/mod/
Dmodpost.c634 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()