/openbmc/linux/tools/lib/symbol/ |
H A D | kallsyms.h | 18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol_fprintf.c | 14 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf()
|
H A D | symbol.c | 155 a = syma->binding == STB_GLOBAL; in choose_best_symbol() 156 b = symb->binding == STB_GLOBAL; in choose_best_symbol() 1510 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map() 1549 return STB_GLOBAL; in bfd2elf_binding()
|
H A D | symbol-elf.c | 653 sym = symbol__new(shdr.sh_offset + i, shdr.sh_entsize, STB_GLOBAL, STT_FUNC, buf); in dso__synthesize_plt_got_symbols() 707 plt_sym = symbol__new(shdr_plt.sh_offset, plt_header_size, STB_GLOBAL, STT_FUNC, ".plt"); in dso__synthesize_plt_symbols() 827 f = symbol__new(plt_offset, plt_entry_size, STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
|
H A D | auxtrace.c | 2577 ((!idx && sym->binding == STB_GLOBAL) || in dso_sym_match() 2595 sym->binding == STB_GLOBAL ? 'g' : in print_duplicate_syms()
|
H A D | machine.c | 1270 if (sym->binding != STB_GLOBAL) in find_entry_trampoline()
|
H A D | intel-pt.c | 2776 if (sym->binding == STB_GLOBAL && in intel_pt_switch_ip()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | machine.c | 55 if (!mi->entry_trampoline && kallsyms2elf_binding(type) == STB_GLOBAL && in find_extra_kernel_maps()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | map.c | 35 sym->binding == STB_GLOBAL ? 'g' : in map_browser__write()
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 227 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_common.c | 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 125 #define STB_GLOBAL 1 macro
|
/openbmc/u-boot/include/ |
H A D | elf.h | 374 #define STB_GLOBAL 1 /* Global symbol */ macro
|
/openbmc/linux/scripts/ |
H A D | recordmcount.h | 536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-dlfilter.txt | 206 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
|
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 798 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab() 1901 if (sym_bind == STB_GLOBAL) { in linker_append_elf_sym() 1906 sym_update_bind(dst_sym, STB_GLOBAL); in linker_append_elf_sym()
|
H A D | libbpf.c | 1478 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in find_elf_var_sym() 3571 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern() 3589 return (bind == STB_GLOBAL || bind == STB_WEAK) && type == STT_FUNC; in sym_is_subprog()
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 636 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol() 1120 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in check_export_symbol()
|
/openbmc/linux/kernel/ |
H A D | kexec_file.c | 1080 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
|
/openbmc/qemu/include/ |
H A D | elf.h | 291 #define STB_GLOBAL 1 macro
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 177 SYM_BIND(STB_GLOBAL), in sym_bind()
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 204 if (func->bind == STB_GLOBAL || func->bind == STB_WEAK) in __dead_end_function() 2265 if (sym && sym->bind == STB_GLOBAL) { in read_unwind_hints() 2509 if (func->bind != STB_GLOBAL) in classify_symbols()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 187 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 6451 .st_info = ELF_ST_INFO(STB_GLOBAL, STT_FUNC), in tcg_register_jit_int()
|