Searched refs:STB_GLOBAL (Results 1 – 21 of 21) sorted by relevance
/linux/tools/lib/symbol/ |
A D | kallsyms.h | 18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
|
/linux/tools/perf/util/ |
A D | symbol_fprintf.c | 14 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf()
|
A D | symbol.c | 160 a = syma->binding == STB_GLOBAL; in choose_best_symbol() 161 b = symb->binding == STB_GLOBAL; in choose_best_symbol() 1527 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map() 1566 return STB_GLOBAL; in bfd2elf_binding()
|
A D | symbol-elf.c | 406 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols() 432 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
|
A D | auxtrace.c | 2493 ((!idx && sym->binding == STB_GLOBAL) || in dso_sym_match() 2511 sym->binding == STB_GLOBAL ? 'g' : in print_duplicate_syms()
|
A D | machine.c | 1123 if (sym->binding != STB_GLOBAL) in find_entry_trampoline()
|
A D | intel-pt.c | 2412 if (sym->binding == STB_GLOBAL && in intel_pt_switch_ip()
|
/linux/tools/perf/arch/x86/util/ |
A D | machine.c | 55 if (!mi->entry_trampoline && kallsyms2elf_binding(type) == STB_GLOBAL && in find_extra_kernel_maps()
|
/linux/tools/perf/ui/browsers/ |
A D | map.c | 35 sym->binding == STB_GLOBAL ? 'g' : in map_browser__write()
|
/linux/tools/perf/tests/ |
A D | hists_common.c | 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/linux/tools/testing/selftests/vDSO/ |
A D | parse_vdso.c | 215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
|
/linux/include/uapi/linux/ |
A D | elf.h | 121 #define STB_GLOBAL 1 macro
|
/linux/tools/perf/Documentation/ |
A D | perf-dlfilter.txt | 170 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
|
/linux/scripts/ |
A D | recordmcount.h | 536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
|
/linux/tools/lib/bpf/ |
A D | linker.c | 806 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab() 1895 if (sym_bind == STB_GLOBAL) { in linker_append_elf_sym() 1900 sym_update_bind(dst_sym, STB_GLOBAL); in linker_append_elf_sym()
|
A D | libbpf.c | 1381 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL || in find_elf_var_offset() 3346 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern() 3364 return bind == STB_GLOBAL && type == STT_FUNC; in sym_is_subprog()
|
/linux/scripts/mod/ |
A D | modpost.c | 712 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol() 2057 if (bind == STB_GLOBAL || bind == STB_WEAK) { in read_symbols()
|
/linux/arch/x86/tools/ |
A D | relocs.c | 176 SYM_BIND(STB_GLOBAL), in sym_bind()
|
/linux/kernel/ |
A D | kexec_file.c | 1100 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
|
/linux/tools/objtool/ |
A D | check.c | 190 if (func->bind == STB_GLOBAL) in __dead_end_function() 1997 if (func->bind != STB_GLOBAL) in classify_symbols()
|
/linux/tools/perf/ |
A D | builtin-top.c | 185 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange()
|
Completed in 87 milliseconds