| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | i386obsd-tdep.c | 56 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); in i386obsd_pc_in_sigtramp() local 74 if (target_read_memory (start_pc + 0x14, buf, sizeof sigreturn)) in i386obsd_pc_in_sigtramp() 90 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); in i386obsd_sigtramp_start() local 95 return start_pc; in i386obsd_sigtramp_start() 103 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); in i386obsd_sigtramp_end() local 108 return start_pc + 0x22; in i386obsd_sigtramp_end()
|
| HD | disasm.c | 43 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()
|
| HD | alpha-tdep.c | 886 CORE_ADDR start_pc; member 977 CORE_ADDR start_pc) in alpha_heuristic_frame_unwind_cache() argument 992 if (start_pc == 0) in alpha_heuristic_frame_unwind_cache() 993 start_pc = alpha_heuristic_proc_start (limit_pc); in alpha_heuristic_frame_unwind_cache() 994 info->start_pc = start_pc; in alpha_heuristic_frame_unwind_cache() 1001 if (start_pc != 0) in alpha_heuristic_frame_unwind_cache() 1004 if (start_pc + 200 < limit_pc) in alpha_heuristic_frame_unwind_cache() 1005 limit_pc = start_pc + 200; in alpha_heuristic_frame_unwind_cache() 1007 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += 4) in alpha_heuristic_frame_unwind_cache() 1077 && cur_pc < (start_pc + 80) in alpha_heuristic_frame_unwind_cache() [all …]
|
| HD | sparcobsd-tdep.c | 51 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()
|
| HD | sparc64obsd-tdep.c | 84 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1)); in sparc64obsd_pc_in_sigtramp() local 91 insn = sparc_fetch_instruction (start_pc + 0xe8); in sparc64obsd_pc_in_sigtramp() 96 insn = sparc_fetch_instruction (start_pc + 0xf0); in sparc64obsd_pc_in_sigtramp()
|
| HD | amd64obsd-tdep.c | 83 CORE_ADDR start_pc = (pc & ~(amd64obsd_page_size - 1)); in amd64obsd_pc_in_sigtramp() local 97 if (target_read_memory (start_pc + 0x7, buf, sizeof sigreturn)) in amd64obsd_pc_in_sigtramp()
|
| HD | source.c | 1240 CORE_ADDR start_pc, end_pc; in line_info() local 1284 && find_line_pc_range (sal, &start_pc, &end_pc)) in line_info() 1286 if (start_pc == end_pc) in line_info() 1292 print_address (start_pc, gdb_stdout); in line_info() 1302 print_address (start_pc, gdb_stdout); in line_info() 1310 set_next_address (start_pc); in line_info() 1318 identify_source_line (sal.symtab, sal.line, 0, start_pc); in line_info()
|
| HD | mips-tdep.c | 1863 CORE_ADDR start_pc; in heuristic_proc_start() local 1869 start_pc = pc; in heuristic_proc_start() 1870 fence = start_pc - heuristic_fence_post; in heuristic_proc_start() 1871 if (start_pc == 0) in heuristic_proc_start() 1880 for (start_pc -= instlen;; start_pc -= instlen) in heuristic_proc_start() 1881 if (start_pc < fence) in heuristic_proc_start() 1920 else if (pc_is_mips16 (start_pc)) in heuristic_proc_start() 1930 inst = mips_fetch_instruction (start_pc); in heuristic_proc_start() 1942 else if (mips_about_to_return (start_pc)) in heuristic_proc_start() 1944 start_pc += 2 * MIPS_INSTLEN; /* skip return, and its delay slot */ in heuristic_proc_start() [all …]
|
| HD | tracepoint.c | 2099 static CORE_ADDR start_pc, end_pc; in trace_find_line_command() local 2142 && find_line_pc_range (sal, &start_pc, &end_pc)) in trace_find_line_command() 2144 if (start_pc == end_pc) in trace_find_line_command() 2150 print_address (start_pc, gdb_stdout); in trace_find_line_command() 2153 sal = find_pc_line (start_pc, 0); in trace_find_line_command() 2155 find_line_pc_range (sal, &start_pc, &end_pc) && in trace_find_line_command() 2156 start_pc != end_pc) in trace_find_line_command() 2170 sprintf_vma (startpc_str, start_pc); in trace_find_line_command()
|
| HD | sparc-tdep.c | 585 sparc32_skip_prologue (CORE_ADDR start_pc) in sparc32_skip_prologue() argument 593 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end)) in sparc32_skip_prologue() 598 && start_pc <= sal.end) in sparc32_skip_prologue() 602 return sparc_analyze_prologue (start_pc, 0xffffffffUL, &cache); in sparc32_skip_prologue()
|
| HD | sparc64-tdep.c | 465 sparc64_skip_prologue (CORE_ADDR start_pc) in sparc64_skip_prologue() argument 473 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end)) in sparc64_skip_prologue() 478 && start_pc <= sal.end) in sparc64_skip_prologue() 482 return sparc_analyze_prologue (start_pc, 0xffffffffffffffffULL, &cache); in sparc64_skip_prologue()
|
| HD | amd64-tdep.c | 759 amd64_skip_prologue (CORE_ADDR start_pc) in amd64_skip_prologue() argument 764 pc = amd64_analyze_prologue (start_pc, 0xffffffffffffffff, &cache); in amd64_skip_prologue() 766 return start_pc; in amd64_skip_prologue()
|
| HD | i386-tdep.c | 678 i386_skip_prologue (CORE_ADDR start_pc) in i386_skip_prologue() argument 691 pc = i386_analyze_prologue (start_pc, 0xffffffff, &cache); in i386_skip_prologue() 693 return start_pc; in i386_skip_prologue()
|
| HD | symtab.c | 3919 CORE_ADDR start_pc; in skip_prologue_using_sal() local 3923 find_pc_partial_function (func_addr, NULL, &start_pc, &end_pc); in skip_prologue_using_sal() 3924 start_pc += FUNCTION_START_OFFSET; in skip_prologue_using_sal() 3926 prologue_sal = find_pc_line (start_pc, 0); in skip_prologue_using_sal()
|
| HD | s390-tdep.c | 1289 CORE_ADDR start_pc, in s390_analyze_prologue() argument 1299 CORE_ADDR result = start_pc; in s390_analyze_prologue() 1331 for (pc = start_pc; pc > 0 && pc < current_pc; pc = next_pc) in s390_analyze_prologue()
|
| HD | ia64-tdep.c | 958 CORE_ADDR start_pc = pc; in refine_prologue_limit() local 996 if (start_pc == get_pc_function_start (lim_pc)) in refine_prologue_limit()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | UnwindLLDB.h | 76 lldb::addr_t &start_pc, 113 lldb::addr_t start_pc; // The start address of the function/symbol for this member 122 : start_pc(LLDB_INVALID_ADDRESS), cfa(LLDB_INVALID_ADDRESS), sctx(), in Cursor()
|
| HD | UnwindLLDB.cpp | 91 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() 408 pc = m_frames[idx]->start_pc; in DoGetFrameInfoAtIndex()
|
| HD | RegisterContextLLDB.h | 66 bool GetStartPC(lldb::addr_t &start_pc); 68 bool ReadPC(lldb::addr_t &start_pc);
|
| HD | RegisterContextLLDB.cpp | 2100 bool RegisterContextLLDB::GetStartPC(addr_t &start_pc) { in GetStartPC() argument 2105 bool read_successfully = ReadPC (start_pc); in GetStartPC() 2113 start_pc = abi->FixCodeAddress(start_pc); in GetStartPC() 2118 start_pc = m_start_pc.GetLoadAddress(CalculateTarget().get()); in GetStartPC()
|
| /freebsd-11-stable/sys/arm/arm/ |
| HD | db_trace.c | 74 sym = db_search_symbol(state->start_pc, DB_STGY_ANY, &offset); in db_stack_trace_cmd() 81 db_printsym(state->start_pc, DB_STGY_PROC); in db_stack_trace_cmd() 83 db_printf("\t pc = 0x%08x lr = 0x%08x (", state->start_pc, in db_stack_trace_cmd()
|
| HD | unwind.c | 378 if (state->start_pc != state->registers[PC]) in unwind_tab() 395 state->start_pc = state->registers[PC]; in unwind_stack_one() 398 index = find_index(state->start_pc, can_lock); in unwind_stack_one()
|
| /freebsd-11-stable/sys/arm/include/ |
| HD | stack.h | 45 uint32_t start_pc; member
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | i386-dis.c | 3468 static bfd_vma start_pc; variable 3668 start_pc = pc; in print_insn() 3958 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn() 5612 segment = ((start_pc + codep - start_codep) in OP_J() 5621 disp = ((start_pc + codep - start_codep + disp) & mask) | segment; in OP_J()
|
| HD | ChangeLog-9899 | 1110 * i386-dis.c: Make op_address and start_pc unsigned.
|