HomeSort by relevance Sort by last modified time
    Searched refs:roff (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/src/tools/perf/arch/arm/util/
dwarf-regs.c 59 const struct pt_regs_dwarfnum *roff; local
60 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
61 if (roff->dwarfnum == n)
62 return roff->name;
  /external/linux-tools-perf/src/tools/perf/arch/arm64/util/
dwarf-regs.c 75 const struct pt_regs_dwarfnum *roff; local
76 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
77 if (roff->dwarfnum == n)
78 return roff->name;
  /external/linux-tools-perf/src/tools/perf/arch/powerpc/util/
dwarf-regs.c 83 const struct pt_regs_dwarfnum *roff; local
84 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
85 if (roff->dwarfnum == n)
86 return roff->name;
  /external/linux-tools-perf/src/tools/perf/Documentation/
asciidoc.conf 30 ifndef::perf-asciidoc-no-roff[]
32 # v1.72 breaks with this because it replaces dots not in roff requests.
45 endif::perf-asciidoc-no-roff[]
47 ifdef::perf-asciidoc-no-roff[]
66 endif::perf-asciidoc-no-roff[]
Makefile 108 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
113 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
114 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
  /external/valgrind/VEX/priv/
host_x86_isel.c 698 HReg tmp, roff; local
725 roff = iselIntExpr_R(env, off);
726 addInstr(env, mk_iMOVsd_RR(roff, tmp));
    [all...]
host_amd64_isel.c 705 HReg tmp, roff; local
724 roff = iselIntExpr_R(env, off);
725 addInstr(env, mk_iMOVsd_RR(roff, tmp));
    [all...]
host_ppc_isel.c 634 HReg rtmp, roff; local
664 roff = iselWordExpr_R(env, off, IEndianess);
668 rtmp, roff,
    [all...]
  /external/libedit/
configure     [all...]

Completed in 358 milliseconds