Searched refs:binding (Results 1 – 14 of 14) sorted by relevance
| /tools/perf/util/ |
| D | symbol_fprintf.c | 14 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf() 15 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
|
| D | symbol.h | 58 u8 binding:4; member 158 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name);
|
| D | symbol.c | 158 a = syma->binding == STB_WEAK; in choose_best_symbol() 159 b = symb->binding == STB_WEAK; in choose_best_symbol() 166 a = syma->binding == STB_GLOBAL; in choose_best_symbol() 167 b = symb->binding == STB_GLOBAL; in choose_best_symbol() 291 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name) in symbol__new() argument 310 sym->binding = binding; in symbol__new()
|
| D | dlfilter.c | 59 d_al->sym_binding = sym->binding; in al_to_d_al()
|
| D | auxtrace.c | 2585 ((!idx && sym->binding == STB_GLOBAL) || in dso_sym_match() 2603 sym->binding == STB_GLOBAL ? 'g' : in print_duplicate_syms() 2604 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
|
| D | srcline.c | 123 base_sym ? base_sym->binding : 0, in new_inline_sym()
|
| D | machine.c | 1056 if (sym->binding != STB_GLOBAL) in find_entry_trampoline()
|
| D | intel-pt.c | 2930 if (sym->binding == STB_GLOBAL && in intel_pt_switch_ip()
|
| /tools/perf/ui/browsers/ |
| D | map.c | 35 sym->binding == STB_GLOBAL ? 'g' : in map_browser__write() 36 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
|
| /tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 1017 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument 1021 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb…
|
| /tools/perf/util/scripting-engines/ |
| D | trace-event-perl.c | 307 !hv_stores(sym, "binding", newSVuv(node->ms.sym->binding)) || in perl_process_callchain()
|
| D | trace-event-python.c | 466 _PyLong_FromLong(node->ms.sym->binding)); in python_process_callchain() 1283 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
|
| /tools/perf/ |
| D | builtin-top.c | 187 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange() 188 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()
|
| D | Makefile.config | 917 …$(warning Missing python setuptools, the python binding won't be built, please install python3-set…
|