HomeSort by relevance Sort by last modified time
    Searched defs:nops (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_return_value_location.c 72 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); local
73 if (unlikely (nops < 0))
75 if (nops == -1)
77 else if (nops == -2)
81 nops = -1;
84 return nops;
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 782 * insertGapCore0() inserts a gap (some NOPs).
1485 int nops = gap - padding; local
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 815 size_t nops; local
827 dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0 ||
828 nops == 0) {
1250 size_t nops; local
1266 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
1267 if (ret <= 0 || nops == 0) {
1270 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
1274 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 157 milliseconds