Searched refs:binding (Results 1 – 12 of 12) 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 | 51 u8 binding:4; member 169 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name);
|
D | symbol.c | 152 a = syma->binding == STB_WEAK; in choose_best_symbol() 153 b = symb->binding == STB_WEAK; in choose_best_symbol() 160 a = syma->binding == STB_GLOBAL; in choose_best_symbol() 161 b = symb->binding == STB_GLOBAL; in choose_best_symbol() 271 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name) in symbol__new() argument 290 sym->binding = binding; in symbol__new()
|
D | srcline.c | 110 base_sym ? base_sym->binding : 0, in new_inline_sym()
|
D | auxtrace.c | 1951 ((!idx && sym->binding == STB_GLOBAL) || in dso_sym_match() 1969 sym->binding == STB_GLOBAL ? 'g' : in print_duplicate_syms() 1970 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
|
D | machine.c | 1001 if (sym->binding != STB_GLOBAL) in find_entry_trampoline()
|
D | intel-pt.c | 2040 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 | 1014 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument 1018 …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 | 305 !hv_stores(sym, "binding", newSVuv(node->sym->binding)) || in perl_process_callchain()
|
D | trace-event-python.c | 440 _PyLong_FromLong(node->sym->binding)); in python_process_callchain() 1092 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
|
/tools/perf/ |
D | builtin-top.c | 181 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange() 182 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()
|