STB_LOCAL         165 arch/x86/tools/relocs.c 		SYM_BIND(STB_LOCAL),
STB_LOCAL         450 scripts/recordmcount.h 		    && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) {
STB_LOCAL          18 tools/lib/symbol/kallsyms.h 	return isupper(type) ? STB_GLOBAL : STB_LOCAL;
STB_LOCAL         182 tools/perf/builtin-top.c 		    sym->binding == STB_LOCAL  ? 'l' : 'w', sym->name,
STB_LOCAL          36 tools/perf/ui/browsers/map.c 				sym->binding == STB_LOCAL  ? 'l' : 'w');
STB_LOCAL        1963 tools/perf/util/auxtrace.c 			       sym->binding == STB_LOCAL  ? 'l' : 'w',
STB_LOCAL          96 tools/perf/util/genelf.c 	  .st_info  = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
STB_LOCAL          15 tools/perf/util/symbol_fprintf.c 		       sym->binding == STB_LOCAL  ? 'l' : 'w',