Searched refs:npc (Results 1 – 6 of 6) sorted by relevance
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 88 void load_checks(char *pc[], int *npc, char *fc[], int *nfc) in load_checks() argument 131 if (*npc >= MAX_CHECK) in load_checks() 133 pc[*npc] = in load_checks() 136 memcpy(pc[*npc], bufp, buf_len); in load_checks() 137 (*npc)++; in load_checks() 186 int npc = 0; in main() local 391 load_checks(pc, &npc, fc, &nfc); in main() 409 for (i = 0; i < npc; i++) { in main()
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_cpu_sparc.h | 123 uint64_t npc; /* Next Program Counter register (nPC) */ member
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 161 context->npc = (unsigned int)(regs[REG_nPC]); in WriteContext() 187 context->npc = (uintptr_t)(regs[R_nPC]); in WriteContext()
|
/external/google-breakpad/src/processor/ |
D | dump_context.cc | 488 printf(" npc = 0x%" PRIx64 "\n", context_sparc->npc); in Print()
|
D | minidump.cc | 952 Swap(&context_sparc->npc); in Read()
|
/external/elfutils/tests/ |
D | run-allregs.sh | 2420 69: %npc (npc), address 32 bits 2510 81: %npc (npc), address 64 bits
|