Home
last modified time | relevance | path

Searched refs:start_pc (Results 1 – 25 of 44) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexcept.c84 if (pc < child->start_pc)
92 cache_range_end = child == NULL ? range->end_pc : child->start_pc;
130 if (range->start_pc == outer->start_pc && range->end_pc == outer->end_pc)
138 if (range->start_pc <= outer->start_pc && range->end_pc >= outer->end_pc)
154 if (range->start_pc < outer->start_pc || range->end_pc > outer->end_pc)
157 if (range->start_pc < outer->start_pc)
159 h->start_pc = range->start_pc;
160 h->end_pc = outer->start_pc;
161 range->start_pc = outer->start_pc;
165 h->start_pc = outer->end_pc;
[all …]
H A Ddecl.c290 int start_pc; member
1500 current_binding_level->start_pc = pc;
1522 maybe_end_try (current_binding_level->start_pc, pc);
1534 force_poplevels (start_pc) in force_poplevels() argument
1535 int start_pc; in force_poplevels()
1537 while (current_binding_level->start_pc > start_pc)
1539 if (pedantic && current_binding_level->start_pc > start_pc)
1542 current_binding_level->start_pc);
1607 int start_pc = JCF_readu2 (jcf); local
1615 && start_pc == 0
[all …]
H A Dverify.c344 int start_pc; member
356 return x->start_pc - y->start_pc;
455 starts[i].start_pc = GET_u2 (jcf->read_ptr + 8 * i);
462 int start_pc, end_pc, handler_pc, catch_type; local
466 start_pc = GET_u2 (p);
471 if (start_pc < 0 || start_pc >= length
472 || end_pc < 0 || end_pc > length || start_pc >= end_pc
474 || ! (instruction_bits [start_pc] & BCODE_INSTRUCTION_START)
484 if (handler_pc >= start_pc && handler_pc < end_pc)
487 add_handler (start_pc, end_pc,
[all …]
H A Djava-except.h29 int start_pc; member
H A Djcf-dump.c279 int start_pc = JCF_readu2 (jcf); \
288 fprintf (out, " (pc: %d length: %d)\n", start_pc, length); }}
296 int start_pc = JCF_readu2 (jcf); \
298 fprintf (out, " line: %d at pc: %d\n", line_number, start_pc); }\
776 int start_pc = GET_u2 (ptr); variable
781 start_pc, end_pc, handler_pc, catch_type);
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp40 uhwptr start_pc; member in __sanitizer::FastUnwindTest
85 start_pc = PC(0); in SetUp()
108 trace.UnwindFast(start_pc, fake_bp, fake_top, fake_bottom, kStackTraceMax); in UnwindFast()
115 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
128 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
140 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
147 trace.Unwind(start_pc, fake_bp, nullptr, true, 1); in TEST_F()
149 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
154 trace.Unwind(start_pc, fake_bp, nullptr, true, 0); in TEST_F()
176 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dh8300-tdep.c198 h8300_skip_prologue (CORE_ADDR start_pc) in h8300_skip_prologue() argument
206 w = read_memory_unsigned_integer (start_pc, 2); in h8300_skip_prologue()
210 w = read_memory_unsigned_integer (start_pc + 2, 2); in h8300_skip_prologue()
216 start_pc += 2 + adjust; in h8300_skip_prologue()
217 w = read_memory_unsigned_integer (start_pc, 2); in h8300_skip_prologue()
225 w = read_memory_unsigned_integer (start_pc, 2); in h8300_skip_prologue()
228 w = read_memory_unsigned_integer (start_pc + 2, 2); in h8300_skip_prologue()
234 start_pc += 2 + adjust; in h8300_skip_prologue()
235 w = read_memory_unsigned_integer (start_pc, 2); in h8300_skip_prologue()
242 start_pc += 2; in h8300_skip_prologue()
[all …]
H A Ddisasm.c43 CORE_ADDR start_pc; member
84 return mle1->start_pc - mle2->start_pc; in compare_lines()
195 mle[newlines].start_pc = le[i].pc; in do_mixed_source_and_assembly()
206 mle[newlines].start_pc = le[i].pc; in do_mixed_source_and_assembly()
278 num_displayed += dump_insns (uiout, di, mle[i].start_pc, mle[i].end_pc, in do_mixed_source_and_assembly()
H A Dsparcobsd-tdep.c51 CORE_ADDR start_pc = (pc & ~(sparc32obsd_page_size - 1)); in sparc32obsd_pc_in_sigtramp() local
58 insn = sparc_fetch_instruction (start_pc + 0xec); in sparc32obsd_pc_in_sigtramp()
63 insn = sparc_fetch_instruction (start_pc + 0xf4); in sparc32obsd_pc_in_sigtramp()
H A Dalpha-tdep.c882 CORE_ADDR start_pc; member
973 CORE_ADDR start_pc) in alpha_heuristic_frame_unwind_cache() argument
988 if (start_pc == 0) in alpha_heuristic_frame_unwind_cache()
989 start_pc = alpha_heuristic_proc_start (limit_pc); in alpha_heuristic_frame_unwind_cache()
990 info->start_pc = start_pc; in alpha_heuristic_frame_unwind_cache()
997 if (start_pc != 0) in alpha_heuristic_frame_unwind_cache()
1000 if (start_pc + 200 < limit_pc) in alpha_heuristic_frame_unwind_cache()
1001 limit_pc = start_pc + 200; in alpha_heuristic_frame_unwind_cache()
1003 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += 4) in alpha_heuristic_frame_unwind_cache()
1073 && cur_pc < (start_pc + 80) in alpha_heuristic_frame_unwind_cache()
[all …]
H A Dsh64-tdep.c478 look_for_args_moves (CORE_ADDR start_pc, int media_mode) in look_for_args_moves() argument
484 for (here = start_pc, end = start_pc + (insn_size * 28); here < end;) in look_for_args_moves()
500 start_pc = here; in look_for_args_moves()
505 start_pc = here; in look_for_args_moves()
524 start_pc = here; in look_for_args_moves()
529 start_pc = here; in look_for_args_moves()
562 start_pc = here; in look_for_args_moves()
570 return start_pc; in look_for_args_moves()
574 sh64_skip_prologue_hard_way (CORE_ADDR start_pc) in sh64_skip_prologue_hard_way() argument
581 if (!start_pc) in sh64_skip_prologue_hard_way()
[all …]
H A Dsparc64obsd-tdep.c116 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1)); in sparc64obsd_pc_in_sigtramp() local
126 insn = sparc_fetch_instruction (start_pc + *offset); in sparc64obsd_pc_in_sigtramp()
131 insn = sparc_fetch_instruction (start_pc + *offset + 8); in sparc64obsd_pc_in_sigtramp()
H A Dmips-tdep.c1416 mips16_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc, in mips16_scan_prologue() argument
1442 if (limit_pc > start_pc + 200) in mips16_scan_prologue()
1443 limit_pc = start_pc + 200; in mips16_scan_prologue()
1445 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN16_SIZE) in mips16_scan_prologue()
1734 mips32_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc, in mips32_scan_prologue() argument
1755 if (limit_pc > start_pc + 200) in mips32_scan_prologue()
1756 limit_pc = start_pc + 200; in mips32_scan_prologue()
1761 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN32_SIZE) in mips32_scan_prologue()
2220 CORE_ADDR start_pc; in heuristic_proc_start() local
2226 start_pc = pc; in heuristic_proc_start()
[all …]
H A Dsource.c1308 CORE_ADDR start_pc, end_pc; in line_info() local
1352 && find_line_pc_range (sal, &start_pc, &end_pc)) in line_info()
1354 if (start_pc == end_pc) in line_info()
1360 print_address (start_pc, gdb_stdout); in line_info()
1370 print_address (start_pc, gdb_stdout); in line_info()
1378 set_next_address (start_pc); in line_info()
1386 identify_source_line (sal.symtab, sal.line, 0, start_pc); in line_info()
H A Dppcobsd-tdep.c156 CORE_ADDR start_pc = (pc & ~(ppcobsd_page_size - 1)); in ppcobsd_sigtramp_p() local
169 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in ppcobsd_sigtramp_p()
H A Di386obsd-tdep.c72 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); in i386obsd_sigtramp_p() local
101 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in i386obsd_sigtramp_p()
H A Damd64obsd-tdep.c98 CORE_ADDR start_pc = (pc & ~(amd64obsd_page_size - 1)); in amd64obsd_sigtramp_p() local
122 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in amd64obsd_sigtramp_p()
H A Dm32r-tdep.c262 decode_prologue (CORE_ADDR start_pc, CORE_ADDR scan_limit, in decode_prologue() argument
277 for (current_pc = start_pc; current_pc < scan_limit; current_pc += 2) in decode_prologue()
427 *pl_endptr = start_pc; in decode_prologue()
H A Dppc64obsd-tdep.c233 CORE_ADDR start_pc = (pc & ~(ppc64obsd_page_size - 1)); in ppc64obsd_sigtramp_p() local
246 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in ppc64obsd_sigtramp_p()
H A Dtracepoint.c2091 static CORE_ADDR start_pc, end_pc; in trace_find_line_command() local
2134 && find_line_pc_range (sal, &start_pc, &end_pc)) in trace_find_line_command()
2136 if (start_pc == end_pc) in trace_find_line_command()
2142 print_address (start_pc, gdb_stdout); in trace_find_line_command()
2145 sal = find_pc_line (start_pc, 0); in trace_find_line_command()
2147 find_line_pc_range (sal, &start_pc, &end_pc) && in trace_find_line_command()
2148 start_pc != end_pc) in trace_find_line_command()
2162 sprintf_vma (startpc_str, start_pc); in trace_find_line_command()
H A Di386-tdep.c772 i386_skip_prologue (CORE_ADDR start_pc) in i386_skip_prologue() argument
785 pc = i386_analyze_prologue (start_pc, 0xffffffff, &cache); in i386_skip_prologue()
787 return start_pc; in i386_skip_prologue()
841 if (i386_follow_jump (start_pc) != start_pc) in i386_skip_prologue()
H A Dsparc-tdep.c586 sparc32_skip_prologue (CORE_ADDR start_pc) in sparc32_skip_prologue() argument
594 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end)) in sparc32_skip_prologue()
599 && start_pc <= sal.end) in sparc32_skip_prologue()
603 return sparc_analyze_prologue (start_pc, 0xffffffffUL, &cache); in sparc32_skip_prologue()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp91 if (!reg_ctx_sp->ReadPC(first_cursor_sp->start_pc)) in AddFirstFrame()
245 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame()
264 if (abi && !abi->CodeAddressIsValid(cursor_sp->start_pc)) { in GetOneMoreFrame()
283 if (prev_frame->start_pc == cursor_sp->start_pc && in GetOneMoreFrame()
407 pc = m_frames[idx]->start_pc; in DoGetFrameInfoAtIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnwindLLDB.h76 lldb::addr_t &start_pc,
112 lldb::addr_t start_pc = member
H A DRegisterContextUnwind.h66 bool GetStartPC(lldb::addr_t &start_pc);
68 bool ReadPC(lldb::addr_t &start_pc);

12