Searched refs:nops (Results 1 – 7 of 7) sorted by relevance
| /tools/perf/arch/powerpc/util/ |
| A D | skip-callchain-idx.c | 51 size_t nops; in check_return_reg() local 54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); in check_return_reg() 65 if ((nops != 0 || ops != NULL) && in check_return_reg() 66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg() 74 result = dwarf_frame_cfa(frame, &ops, &nops); in check_return_reg() 84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
|
| /tools/build/feature/ |
| A D | test-libdw.c | 31 size_t nops; in test_libdw_getlocations() local 34 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in test_libdw_getlocations()
|
| /tools/perf/util/ |
| A D | dwarf-aux.c | 1224 nops--; in check_allowed_ops() 1232 while (nops) { in check_allowed_ops() 1243 nops--; in check_allowed_ops() 1327 size_t nops; in die_get_var_range() local 1434 size_t nops; in __die_find_var_reg_cb() local 1529 size_t nops; in __die_find_var_addr_cb() local 1581 size_t nops; in __die_collect_vars_cb() local 1598 if (!check_allowed_ops(ops, nops)) in __die_collect_vars_cb() 1644 size_t nops; in __die_collect_global_vars_cb() local 1660 if (!check_allowed_ops(ops, nops)) in __die_collect_global_vars_cb() [all …]
|
| A D | probe-finder.c | 78 size_t nops; in convert_variable_location() local 105 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location() 127 &nops, 1) > 0) in convert_variable_location() 133 if (nops == 0) in convert_variable_location() 589 size_t nops; in call_probe_finder() local 615 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 616 if (ret <= 0 || nops == 0) { in call_probe_finder() 618 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 622 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
|
| A D | annotate-data.c | 89 size_t nops; in pr_debug_location() local 97 while ((off = dwarf_getlocations(&attr, off, &base, &start, &end, &ops, &nops)) > 0) { in pr_debug_location()
|
| /tools/objtool/arch/x86/ |
| A D | decode.c | 782 static const char nops[5][5] = { in arch_nop_insn() local 795 return nops[len-1]; in arch_nop_insn()
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 165 replacing the frame pointer related instructions with nops, here's
|
Completed in 19 milliseconds