/external/google-breakpad/src/google_breakpad/common/ |
minidump_cpu_sparc.h | 123 uint64_t npc; /* Next Program Counter register (nPC) */ member in struct:__anon19412
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.c | 88 void load_checks(char *pc[], int *npc, char *fc[], int *nfc) 131 if (*npc >= MAX_CHECK) 133 pc[*npc] = 136 memcpy(pc[*npc], bufp, buf_len); 137 (*npc)++; 186 int npc = 0; local 391 load_checks(pc, &npc, fc, &nfc); 409 for (i = 0; i < npc; i++) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/ |
dj1.s | 827 stc $0,$npc 828 ldc $0,$npc 829 stc $15,$npc 830 ldc $15,$npc
|
dj1.be.d | [all...] |
dj1.le.d | [all...] |
allinsn.s | 709 ldc $8,$npc
|
allinsn.be.d | 624 4e2: 78 7b ldc \$8,\$npc [all...] |
allinsn.le.d | 624 4e2: 7b 78 ldc \$8,\$npc [all...] |
/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/skia/third_party/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/syslinux/com32/lua/src/ |
lvm.c | 97 int npc = pcRel(ci->u.l.savedpc, p); local 98 int newline = getfuncline(p, npc); 99 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...] |