| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_stacktrace_sparc.cc | 42 uhwptr pc1 = frame[15]; local 46 if (pc1 < kPageSize) 48 if (pc1 != pc) { 49 trace_buffer[size++] = (uptr) pc1;
|
| sanitizer_stacktrace.cc | 94 uhwptr pc1 = caller_frame[2]; local 96 uhwptr pc1 = frame[14]; 98 uhwptr pc1 = frame[1]; 103 if (pc1 < kPageSize) 105 if (pc1 != pc) { 106 trace_buffer[size++] = (uptr) pc1;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stacktrace_sparc.cpp | 61 uhwptr pc1 = ((uhwptr *)bp)[15]; local 65 if (pc1 < kPageSize) 67 if (pc1 != pc) { 70 trace_buffer[size++] = GetNextInstructionPc((uptr)pc1);
|
| sanitizer_stacktrace.cpp | 125 uhwptr pc1 = caller_frame[1]; local 127 uhwptr pc1 = caller_frame[2]; local 130 uhwptr pc1 = frame[14]; 133 uhwptr pc1 = frame[-1]; 135 uhwptr pc1 = STRIP_PAC_PC((void *)frame[1]); 140 if (pc1 < kPageSize) 142 if (pc1 != pc) { 143 trace_buffer[size++] = (uptr) pc1;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stacktrace_sparc.cpp | 67 uhwptr pc1 = ((uhwptr *)bp)[15]; local 71 if (pc1 < kPageSize) 73 if (pc1 != pc) { 76 trace_buffer[size++] = GetNextInstructionPc((uptr)pc1);
|
| sanitizer_stacktrace.cpp | 124 uhwptr pc1 = caller_frame[1]; local 126 uhwptr pc1 = caller_frame[2]; local 129 uhwptr pc1 = frame[14]; 132 uhwptr pc1 = frame[-1]; 134 uhwptr pc1 = STRIP_PAC_PC((void *)frame[1]); 139 if (pc1 < kPageSize) 141 if (pc1 != pc) { 142 trace_buffer[size++] = (uptr) pc1;
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| des-internal.c | 66 static const u8 pc1[56] = { variable 279 l = (u32) pc1[j];
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl_report.cc | 123 uptr pc1 = pc; local 127 pc1 = StackTrace::GetPreviousInstructionPc(pc); 128 SymbolizedStack *ent = SymbolizeCode(pc1);
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_rtl_report.cpp | 107 uptr pc1 = pc; local 111 pc1 = StackTrace::GetPreviousInstructionPc(pc); 112 SymbolizedStack *ent = SymbolizeCode(pc1);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_rtl_report.cpp | 107 uptr pc1 = pc; local 111 pc1 = StackTrace::GetPreviousInstructionPc(pc); 112 SymbolizedStack *ent = SymbolizeCode(pc1);
|
| /src/sys/kern/ |
| subr_pool.c | 2129 pool_cache_t pc1; local 2185 TAILQ_FOREACH(pc1, &pool_cache_head, pc_cachelist) { 2186 if (strcmp(pc1->pc_pool.pr_wchan, pc->pc_pool.pr_wchan) > 0) 2189 if (pc1 == NULL) 2192 TAILQ_INSERT_BEFORE(pc1, pc, pc_cachelist);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| frame.c | 789 CORE_ADDR pc1 = pc; 792 fde = dwarf2_frame_find_fde (&pc1, &per_objfile); 798 dwarf2_frame_state fs (pc1, fde->cie); 927 CORE_ADDR pc1 = get_frame_address_in_block (this_frame); 930 fde = dwarf2_frame_find_fde (&pc1, &cache->per_objfile); 937 struct dwarf2_frame_state fs (pc1, fde->cie); 785 CORE_ADDR pc1 = pc; local 922 CORE_ADDR pc1 = get_frame_address_in_block (this_frame); local
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| frame.c | 786 CORE_ADDR pc1 = pc; 789 fde = dwarf2_frame_find_fde (&pc1, &per_objfile); 795 dwarf2_frame_state fs (pc1, fde->cie); 924 CORE_ADDR pc1 = get_frame_address_in_block (this_frame); 927 fde = dwarf2_frame_find_fde (&pc1, &cache->per_objfile); 934 struct dwarf2_frame_state fs (pc1, fde->cie); 782 CORE_ADDR pc1 = pc; local 919 CORE_ADDR pc1 = get_frame_address_in_block (this_frame); local
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| unwind.c | 1319 greg_t pc1 = *((unsigned long*) ((char*) ((*pfp)) + 192 + 128 + 120)); local 1321 if (pc && pc1) 1325 lbuf[0] = pc1; 1336 lbuf[ind++] = pc1; 1339 DprintfT (SP_DUMP_UNWIND, "unwind.c: resolved sigreturn pc=0x%lx, pc1=0x%lx, fp=0x%lx\n", pc, pc1, *(pfp));
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| unwind.c | 1319 greg_t pc1 = *((unsigned long*) ((char*) ((*pfp)) + 192 + 128 + 120)); local 1321 if (pc && pc1) 1325 lbuf[0] = pc1; 1336 lbuf[ind++] = pc1; 1339 DprintfT (SP_DUMP_UNWIND, "unwind.c: resolved sigreturn pc=0x%lx, pc1=0x%lx, fp=0x%lx\n", pc, pc1, *(pfp));
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 7574 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; 7575 while (*pc1) 7576 if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_FIRSTPRIVATE 7577 && OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT (*pc1)) 7579 *pc3 = *pc1; 7581 *pc1 = OMP_CLAUSE_CHAIN (*pc1); 7583 else if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_MAP 7584 && OMP_CLAUSE_MAP_IMPLICIT (*pc1)) 7586 *pc2 = *pc1; 7573 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 7131 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; 7132 while (*pc1) 7133 if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_FIRSTPRIVATE 7134 && OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT (*pc1)) 7136 *pc3 = *pc1; 7138 *pc1 = OMP_CLAUSE_CHAIN (*pc1); 7140 else if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_MAP 7141 && OMP_CLAUSE_MAP_IMPLICIT (*pc1)) 7143 *pc2 = *pc1; 7130 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 15498 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; 15499 while (*pc1) 15500 if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_FIRSTPRIVATE 15501 && OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT (*pc1)) 15503 *pc3 = *pc1; 15505 *pc1 = OMP_CLAUSE_CHAIN (*pc1); 15507 else if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_MAP 15508 && OMP_CLAUSE_MAP_IMPLICIT (*pc1)) 15510 *pc2 = *pc1; 15457 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 14648 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; 14649 while (*pc1) 14650 if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_FIRSTPRIVATE 14651 && OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT (*pc1)) 14653 *pc3 = *pc1; 14655 *pc1 = OMP_CLAUSE_CHAIN (*pc1); 14657 else if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_MAP 14658 && OMP_CLAUSE_MAP_IMPLICIT (*pc1)) 14660 *pc2 = *pc1; 14609 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; local [all...] |