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

  /external/elfutils/src/libdwfl/
dwfl_module_return_value_location.c 51 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); local
52 if (unlikely (nops < 0))
54 if (nops == -1)
56 else if (nops == -2)
60 nops = -1;
63 return nops;
frame_unwind.c 109 size_t nops, Dwarf_Addr *result, Dwarf_Addr bias)
112 if (nops == 0)
158 for (const Dwarf_Op *op = ops; op < ops + nops; op++)
437 const Dwarf_Op *found = bsearch ((void *) (uintptr_t) offset, ops, nops,
  /external/elfutils/src/libdw/
dwarf_frame_cfa.c 38 dwarf_frame_cfa (fs, ops, nops)
41 size_t *nops;
52 *nops = 0;
58 *nops = 1;
67 ops, nops, IDX_debug_frame);
dwarf_frame_register.c 37 dwarf_frame_register (fs, regno, ops_mem, ops, nops)
42 size_t *nops;
55 *nops = 0;
82 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa };
84 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_plus_uconst,
88 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_stack_value };
93 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_regx,
116 ops, nops, IDX_debug_frame) < 0)
libdw.h     [all...]
  /external/elfutils/src/tests/
addrcfi.c 51 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias)
55 else if (nops == 0)
60 for (size_t i = 0; i < nops; ++i)
99 size_t nops; local
100 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops);
101 print_detail (result, ops, nops, stuff->bias);
144 // (nops == 0 && cfa_ops != NULL => "undefined")
  /external/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 6 # Test that long nops are generated for padding where possible.
25 # To align this group to a bundle end, we need two 15-byte NOPs, and a 1-byte.
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 268 size_t nops; local
280 dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0 ||
281 nops == 0) {
717 size_t nops; local
737 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
738 if (ret <= 0 || nops == 0) {
741 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
745 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 782 * insertGapCore0() inserts a gap (some NOPs).
1485 int nops = gap - padding; local
    [all...]
  /external/llvm/test/MC/MachO/
x86_32-optimal_nop.s 153 # Only the .text sections gets optimal nops.
  /external/llvm/test/MC/Mips/
nacl-mask.s 198 # check that 2 additional nops are inserted, to align it to the next bundle.
  /external/libvpx/libvpx/third_party/libyuv/source/
x86inc.asm 96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 186 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 186 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 870 milliseconds