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

  /external/libunwind/src/ptrace/
_UPT_access_reg.c 145 unsigned long sof, cfm, bsp; local
153 cfm = ptrace (PTRACE_PEEKUSER, pid, PT_CFM, 0);
157 sof = (cfm & 0x7f);
187 /* If we change CFM, we need to adjust ptrace's notion of bsp
191 unsigned long new_sof, old_sof, cfm, bsp; local
198 cfm = ptrace (PTRACE_PEEKUSER, pid, PT_CFM, 0);
202 old_sof = (cfm & 0x7f);
  /external/libunwind/tests/
Gia64-test-stack.c 58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; local
107 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0)
109 sof = cfm & 0x7f;
122 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0)
124 sof = cfm & 0x7f;
125 sol = (cfm >> 7) & 0x7f;
  /external/ltrace/sysdeps/linux-gnu/ia64/
trace.c 68 } cfm; member in union:cfm_t
fetch.c 61 } cfm; member in union:cfm_t
141 union cfm_t cfm = { .value = ctx->regs.cfm }; local
143 unsigned long idx = -cfm.cfm.sof + reg_num;
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 134 /* IP, CFM, and predicate cache (these are always equal to the
138 unw_word_t cfm; /* current frame mask */ member in struct:cursor
145 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */
  /external/strace/
util.c 1160 unsigned long cfm, sof, sol; local
1171 if (upeek(tcp->pid, PT_CFM, (long *) &cfm) < 0)
1174 sof = (cfm >> 0) & 0x7f;
1175 sol = (cfm >> 7) & 0x7f;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 178 tL2C_FCR_CFM_TEST_CB cfm; /* Conformance test structure */ member in struct:__anon6284
    [all...]

Completed in 794 milliseconds