Searched refs:pc1 (Results 1 – 7 of 7) sorted by relevance
57 set pc1 [find_breakpoint_pc "marker"]61 gdb_test "print /d $pc1 == $pc2" "\\\$$decimal = 1" "same pc from minimal symbol"
14 # GRR: line above is too general as it catches also compressed DEGAS low-res bitmap *.pc115 # skip many compressed DEGAS low-res bitmap *.pc1 by test for unused bytes
1530 # bitmap-pc1-degas.trid.xml bitmap-pc2-degas.trid.xml bitmap-pc3-degas.trid.xml 1608 # DEGAS low-res compressed bitmap *.pc1 like: BATTLSHP.PC1 GNUCHESS.PC1 MEDUSABL.PC1 MOONLORD.PC1 W…1651 !:ext pc1
1420 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b 2106 5 string -pc1- PopCom compressed executable (CP/M)
66 static const u8 pc1[56] = { variable279 l = (u32) pc1[j]; in deskey()
2126 pool_cache_t pc1; in pool_cache_bootstrap() local2182 TAILQ_FOREACH(pc1, &pool_cache_head, pc_cachelist) { in pool_cache_bootstrap()2183 if (strcmp(pc1->pc_pool.pr_wchan, pc->pc_pool.pr_wchan) > 0) in pool_cache_bootstrap()2186 if (pc1 == NULL) in pool_cache_bootstrap()2189 TAILQ_INSERT_BEFORE(pc1, pc, pc_cachelist); in pool_cache_bootstrap()
7122 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; in finish_omp_clauses() local7123 while (*pc1) in finish_omp_clauses()7124 if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_FIRSTPRIVATE in finish_omp_clauses()7125 && OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT (*pc1)) in finish_omp_clauses()7127 *pc3 = *pc1; in finish_omp_clauses()7129 *pc1 = OMP_CLAUSE_CHAIN (*pc1); in finish_omp_clauses()7131 else if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_MAP in finish_omp_clauses()7132 && OMP_CLAUSE_MAP_IMPLICIT (*pc1)) in finish_omp_clauses()7134 *pc2 = *pc1; in finish_omp_clauses()7136 *pc1 = OMP_CLAUSE_CHAIN (*pc1); in finish_omp_clauses()[all …]