Searched refs:start_pc (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsparcobsd-tdep.c50 CORE_ADDR start_pc = (pc & ~(sparc32obsd_page_size - 1)); local
57 insn = sparc_fetch_instruction (start_pc + 0xec);
62 insn = sparc_fetch_instruction (start_pc + 0xf4);
H A Di386obsd-tdep.c61 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); local
86 if (!safe_frame_unwind_memory (next_frame, start_pc + 0x0a, buf, buflen))
94 if (!safe_frame_unwind_memory (next_frame, start_pc + 0x14, buf, buflen))
H A Dsparc64obsd-tdep.c89 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1));
99 insn = sparc_fetch_instruction (start_pc + *offset);
104 insn = sparc_fetch_instruction (start_pc + *offset + 8);
88 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1)); local
H A Dh8300-tdep.c198 h8300_skip_prologue (CORE_ADDR start_pc) argument
206 w = read_memory_unsigned_integer (start_pc, 2);
210 w = read_memory_unsigned_integer (start_pc + 2, 2);
216 start_pc += 2 + adjust;
217 w = read_memory_unsigned_integer (start_pc, 2);
225 w = read_memory_unsigned_integer (start_pc, 2);
228 w = read_memory_unsigned_integer (start_pc + 2, 2);
234 start_pc += 2 + adjust;
235 w = read_memory_unsigned_integer (start_pc, 2);
242 start_pc
[all...]
H A Ddisasm.c43 CORE_ADDR start_pc; member in struct:dis_line_entry
84 return mle1->start_pc - mle2->start_pc;
195 mle[newlines].start_pc = le[i].pc;
206 mle[newlines].start_pc = le[i].pc;
278 num_displayed += dump_insns (uiout, di, mle[i].start_pc, mle[i].end_pc,
H A Damd64obsd-tdep.c87 CORE_ADDR start_pc = (pc & ~(amd64obsd_page_size - 1));
110 if (!safe_frame_unwind_memory (next_frame, start_pc + 6, buf, buflen))
86 CORE_ADDR start_pc = (pc & ~(amd64obsd_page_size - 1)); local
H A Dalpha-tdep.c889 CORE_ADDR start_pc;
980 CORE_ADDR start_pc)
995 if (start_pc == 0)
996 start_pc = alpha_heuristic_proc_start (limit_pc);
997 info->start_pc = start_pc;
1004 if (start_pc != 0)
1007 if (start_pc + 200 < limit_pc)
1008 limit_pc = start_pc + 200;
1010 for (cur_pc = start_pc; cur_p
882 CORE_ADDR start_pc; member in struct:alpha_heuristic_unwind_cache
971 alpha_heuristic_frame_unwind_cache(struct frame_info *next_frame, void **this_prologue_cache, CORE_ADDR start_pc) argument
[all...]
H A Dsh64-tdep.c478 look_for_args_moves (CORE_ADDR start_pc, int media_mode) argument
484 for (here = start_pc, end = start_pc + (insn_size * 28); here < end;)
500 start_pc = here;
505 start_pc = here;
524 start_pc = here;
529 start_pc = here;
562 start_pc = here;
570 return start_pc;
574 sh64_skip_prologue_hard_way (CORE_ADDR start_pc) argument
[all...]
H A Dsource.c1316 CORE_ADDR start_pc, end_pc;
1360 && find_line_pc_range (sal, &start_pc, &end_pc))
1362 if (start_pc == end_pc)
1368 print_address (start_pc, gdb_stdout);
1378 print_address (start_pc, gdb_stdout);
1386 set_next_address (start_pc);
1394 identify_source_line (sal.symtab, sal.line, 0, start_pc);
1308 CORE_ADDR start_pc, end_pc; local
H A Dmips-tdep.c1777 mips16_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc, argument
1803 if (limit_pc > start_pc + 200)
1804 limit_pc = start_pc + 200;
1806 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS16_INSTLEN)
2095 mips32_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc, argument
2116 if (limit_pc > start_pc + 200)
2117 limit_pc = start_pc + 200;
2122 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSTLEN)
2583 CORE_ADDR start_pc; local
2589 start_pc
2671 heuristic_proc_desc(CORE_ADDR start_pc, CORE_ADDR limit_pc, struct frame_info *next_frame, struct mips_frame_cache *this_cache) argument
[all...]
H A Dm32r-tdep.c262 decode_prologue (CORE_ADDR start_pc, CORE_ADDR scan_limit, argument
277 for (current_pc = start_pc; current_pc < scan_limit; current_pc += 2)
425 The way we do that is to return the original start_pc.
427 *pl_endptr = start_pc;
H A Dtracepoint.c2091 static CORE_ADDR start_pc, end_pc; local
2134 && find_line_pc_range (sal, &start_pc, &end_pc))
2136 if (start_pc == end_pc)
2142 print_address (start_pc, gdb_stdout);
2145 sal = find_pc_line (start_pc, 0);
2147 find_line_pc_range (sal, &start_pc, &end_pc) &&
2148 start_pc != end_pc)
2162 sprintf_vma (startpc_str, start_pc);
H A Dsparc-tdep.c590 sparc32_skip_prologue (CORE_ADDR start_pc)
598 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end))
603 && start_pc <= sal.end)
607 return sparc_analyze_prologue (start_pc, 0xffffffffUL, &cache);
584 sparc32_skip_prologue(CORE_ADDR start_pc) argument
H A Dsparc64-tdep.c456 sparc64_skip_prologue (CORE_ADDR start_pc)
464 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end))
469 && start_pc <= sal.end)
473 return sparc_analyze_prologue (start_pc, 0xffffffffffffffffULL, &cache);
454 sparc64_skip_prologue(CORE_ADDR start_pc) argument
H A Di386-tdep.c775 i386_skip_prologue (CORE_ADDR start_pc)
788 pc = i386_analyze_prologue (start_pc, 0xffffffff, &cache);
790 return start_pc;
844 if (i386_follow_jump (start_pc) != start_pc)
772 i386_skip_prologue(CORE_ADDR start_pc) argument
H A Damd64-tdep.c782 amd64_skip_prologue (CORE_ADDR start_pc)
787 pc = amd64_analyze_prologue (start_pc, 0xffffffffffffffffLL, &cache);
789 return start_pc;
779 amd64_skip_prologue(CORE_ADDR start_pc) argument
H A Dm68k-tdep.c732 m68k_skip_prologue (CORE_ADDR start_pc)
739 pc = m68k_analyze_prologue (start_pc, (CORE_ADDR) -1, &cache);
741 return start_pc;
727 m68k_skip_prologue(CORE_ADDR start_pc) argument
H A Dsh-tdep.c695 sh_skip_prologue (CORE_ADDR start_pc) argument
703 pc = after_prologue (start_pc);
708 return max (pc, start_pc);
711 pc = sh_analyze_prologue (start_pc, (CORE_ADDR) -1, &cache);
713 return start_pc;
H A Dhppa-tdep.c1945 CORE_ADDR pc, start_pc, end_pc, cur_pc;
1960 find_pc_partial_function (pc, NULL, &start_pc, &end_pc);
1962 if (start_pc == 0 || end_pc == 0)
1972 for (pc = start_pc; pc < end_pc; pc += 4)
1944 CORE_ADDR pc, start_pc, end_pc, cur_pc; local
H A Dsymtab.c4029 CORE_ADDR start_pc;
4033 find_pc_partial_function (func_addr, NULL, &start_pc, &end_pc);
4034 start_pc += DEPRECATED_FUNCTION_START_OFFSET;
4036 prologue_sal = find_pc_line (start_pc, 0);
4020 CORE_ADDR start_pc; local
H A Ds390-tdep.c1213 CORE_ADDR start_pc,
1223 CORE_ADDR result = start_pc;
1258 for (pc = start_pc; pc > 0 && pc < current_pc; pc = next_pc)
1212 s390_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR current_pc, struct s390_prologue_data *data) argument
H A Dia64-tdep.c937 CORE_ADDR start_pc = pc; local
975 if (start_pc == get_pc_function_start (lim_pc))
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h141 cma_t_address start_pc; /* Start routine address */ member in struct:CMA__T_TCB_DEBUG
/haiku-fatelf/src/bin/gdb/opcodes/
H A Di386-dis.c1895 static bfd_vma start_pc; variable
2061 start_pc = pc;
2322 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep
3774 disp = (start_pc + codep - start_codep + disp) & mask;

Completed in 229 milliseconds