Home
last modified time | relevance | path

Searched defs:nops (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/0.153/libdw/
Ddwarf_frame_cfa.c59 dwarf_frame_cfa (fs, ops, nops) in dwarf_frame_cfa() argument
Ddwarf_frame_register.c58 dwarf_frame_register (fs, regno, ops_mem, ops, nops) in dwarf_frame_register() argument
/external/elfutils/0.153/libdwfl/
Ddwfl_module_return_value_location.c72 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); local
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.c289 size_t nops; in convert_variable_location() local
738 size_t nops; in call_probe_finder() local
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1485 int nops = gap - padding; in write() local
1513 void adjustOffsets(int size, int nops) { in adjustOffsets()