Searched refs:STB_GLOBAL (Results 1 - 20 of 20) sorted by relevance

/linux-master/tools/lib/symbol/
H A Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL;
/linux-master/tools/perf/util/
H A Dsymbol_fprintf.c14 sym->binding == STB_GLOBAL ? 'g' :
H A Dsymbol.c165 a = syma->binding == STB_GLOBAL;
166 b = symb->binding == STB_GLOBAL;
1542 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len);
1581 return STB_GLOBAL;
H A Dsymbol-elf.c654 sym = symbol__new(shdr.sh_offset + i, shdr.sh_entsize, STB_GLOBAL, STT_FUNC, buf);
708 plt_sym = symbol__new(shdr_plt.sh_offset, plt_header_size, STB_GLOBAL, STT_FUNC, ".plt");
828 f = symbol__new(plt_offset, plt_entry_size, STB_GLOBAL, STT_FUNC, sympltname);
H A Dauxtrace.c2578 ((!idx && sym->binding == STB_GLOBAL) ||
2596 sym->binding == STB_GLOBAL ? 'g' :
H A Dintel-pt.c2774 if (sym->binding == STB_GLOBAL &&
H A Dmachine.c1106 if (sym->binding != STB_GLOBAL)
/linux-master/tools/perf/arch/x86/util/
H A Dmachine.c55 if (!mi->entry_trampoline && kallsyms2elf_binding(type) == STB_GLOBAL &&
/linux-master/tools/perf/ui/browsers/
H A Dmap.c35 sym->binding == STB_GLOBAL ? 'g' :
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL &&
/linux-master/tools/perf/tests/
H A Dhists_common.c143 STB_GLOBAL, STT_FUNC, fsym->name);
/linux-master/include/uapi/linux/
H A Delf.h125 #define STB_GLOBAL 1 macro
/linux-master/scripts/
H A Drecordmcount.h536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) {
/linux-master/tools/lib/bpf/
H A Dlinker.c821 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) {
1924 if (sym_bind == STB_GLOBAL) {
1929 sym_update_bind(dst_sym, STB_GLOBAL);
H A Dlibbpf.c1628 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL &&
3899 (bind == STB_GLOBAL || bind == STB_WEAK) &&
3917 return bind == STB_GLOBAL && type == STT_FUNC;
/linux-master/scripts/mod/
H A Dmodpost.c625 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL &&
1102 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL &&
/linux-master/arch/x86/tools/
H A Drelocs.c177 SYM_BIND(STB_GLOBAL),
/linux-master/kernel/
H A Dkexec_file.c1099 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL)
/linux-master/tools/objtool/
H A Dcheck.c205 if (func->bind == STB_GLOBAL || func->bind == STB_WEAK)
2294 if (sym && sym->bind == STB_GLOBAL) {
2541 if (func->bind != STB_GLOBAL)
/linux-master/tools/perf/
H A Dbuiltin-top.c187 sym->binding == STB_GLOBAL ? 'g' :

Completed in 334 milliseconds