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

  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_sparc.h 123 uint64_t npc; /* Next Program Counter register (nPC) */ member in struct:__anon22630
  /external/selinux/policycoreutils/sestatus/
sestatus.c 95 void load_checks(char *pc[], int *npc, char *fc[], int *nfc)
138 if (*npc >= MAX_CHECK)
140 pc[*npc] =
143 memcpy(pc[*npc], bufp, buf_len);
144 (*npc)++;
193 int npc = 0; local
412 load_checks(pc, &npc, fc, &nfc);
430 for (i = 0; i < npc; i++) {
  /external/lua/src/
ldebug.c 682 int npc = pcRel(ci->u.l.savedpc, p); local
683 int newline = getfuncline(p, npc);
684 if (npc == 0 || /* call linehook when enter a new function, */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 74 int npc = pcRel(ci->u.l.savedpc, p); local
75 int newline = getfuncline(p, npc);
76 if (npc == 0 || /* call linehook when enter a new function, */
  /external/google-breakpad/src/processor/
dump_context.cc 488 printf(" npc = 0x%" PRIx64 "\n", context_sparc->npc);
minidump.cc     [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 161 context->npc = (unsigned int)(regs[REG_nPC]);
187 context->npc = (uintptr_t)(regs[R_nPC]);
  /external/elfutils/tests/
run-allregs.sh     [all...]

Completed in 1212 milliseconds