Searched refs:nops (Results 1 – 6 of 6) sorted by relevance
/tools/perf/arch/powerpc/util/ |
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/ |
D | test-dwarf_getlocations.c | 10 size_t nops; in main() local 12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in main()
|
/tools/perf/util/ |
D | probe-finder.c | 178 size_t nops; in convert_variable_location() local 205 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location() 227 &nops, 1) > 0) in convert_variable_location() 233 if (nops == 0) in convert_variable_location() 691 size_t nops; in call_probe_finder() local 717 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 718 if (ret <= 0 || nops == 0) { in call_probe_finder() 721 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 725 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
|
D | dwarf-aux.c | 1170 size_t nops; in die_get_var_range() local 1188 &start, &end, &op, &nops)) > 0) { in die_get_var_range()
|
/tools/objtool/arch/x86/ |
D | decode.c | 578 static const char nops[5][5] = { in arch_nop_insn() local 591 return nops[len-1]; in arch_nop_insn()
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 73 replacing the frame pointer related instructions with nops, here's
|