HomeSort by: relevance | last modified time | path
    Searched defs:start_pc (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/
alpha-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(alphaobsd_page_size - 1)); local
58 insn = alpha_read_insn (gdbarch, start_pc + 5 * ALPHA_INSN_SIZE);
63 insn = alpha_read_insn (gdbarch, start_pc + 6 * ALPHA_INSN_SIZE);
sparc-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(sparc32obsd_page_size - 1)); local
58 insn = sparc_fetch_instruction (start_pc + 0xec);
63 insn = sparc_fetch_instruction (start_pc + 0xf4);
amd64-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(amd64obsd_page_size - 1)); local
79 /* If we can't read the instructions at START_PC, return zero. */
81 if (!safe_frame_unwind_memory (this_frame, start_pc + 6, {buf, buflen}))
i386-obsd-tdep.c 70 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); local
101 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
ppc-fbsd-tdep.c 159 CORE_ADDR start_pc = (pc & ~(ppcfbsd_page_size - 1)); local
178 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
ppc-obsd-tdep.c 128 CORE_ADDR start_pc = (pc & ~(ppcobsd_page_size - 1));
141 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
126 CORE_ADDR start_pc = (pc & ~(ppcobsd_page_size - 1)); local
s12z-tdep.c 84 CORE_ADDR start_pc = 0; local
86 if (find_pc_partial_function (pc, NULL, &start_pc, NULL))
sparc64-obsd-tdep.c 128 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1));
138 insn = sparc_fetch_instruction (start_pc + *offset);
143 insn = sparc_fetch_instruction (start_pc + *offset + 8);
127 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1)); local
or1k-tdep.c 455 CORE_ADDR start_pc;
467 if (find_pc_partial_function (pc, NULL, &start_pc, NULL))
473 struct symtab_and_line prologue_sal = find_pc_line (start_pc, 0);
453 CORE_ADDR start_pc; local
rx-tdep.c 179 /* Analyze a prologue starting at START_PC, going no further than
183 rx_analyze_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc,
190 CORE_ADDR after_last_frame_setup_insn = start_pc;
229 pc = start_pc;
418 CORE_ADDR pc, start_pc, lim_pc; local
442 if (!find_pc_partial_function (pc, &name, &start_pc, &lim_pc))
tilegx-tdep.c 50 CORE_ADDR start_pc; member in struct:tilegx_frame_cache
726 tilegx_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
733 if (find_pc_partial_function (start_pc, NULL, &func_start, NULL))
739 return std::max (start_pc, post_prologue_pc);
743 s = find_pc_section (start_pc);
744 end_pc = start_pc + 8 * TILEGX_BUNDLE_SIZE_IN_BYTES;
750 start_pc,
849 cache->start_pc = get_frame_func (this_frame);
855 if (cache->start_pc)
856 tilegx_analyze_prologue (gdbarch, cache->start_pc, current_pc
    [all...]
alpha-tdep.c 1150 CORE_ADDR start_pc;
1259 CORE_ADDR start_pc)
1275 if (start_pc == 0)
1276 start_pc = alpha_heuristic_proc_start (gdbarch, limit_pc);
1277 info->start_pc = start_pc;
1284 if (start_pc != 0)
1287 if (start_pc + 200 < limit_pc)
1288 limit_pc = start_pc + 200;
1290 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += ALPHA_INSN_SIZE
1142 CORE_ADDR start_pc; member in struct:alpha_heuristic_unwind_cache
    [all...]
avr-tdep.c 985 CORE_ADDR start_pc, current_pc; local
1002 start_pc = get_frame_func (this_frame);
1004 if ((start_pc > 0) && (start_pc <= current_pc))
1006 start_pc, current_pc, info); local
  /src/external/gpl3/gdb.old/dist/gdb/
alpha-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(alphaobsd_page_size - 1)); local
58 insn = alpha_read_insn (gdbarch, start_pc + 5 * ALPHA_INSN_SIZE);
63 insn = alpha_read_insn (gdbarch, start_pc + 6 * ALPHA_INSN_SIZE);
sparc-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(sparc32obsd_page_size - 1)); local
58 insn = sparc_fetch_instruction (start_pc + 0xec);
63 insn = sparc_fetch_instruction (start_pc + 0xf4);
amd64-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(amd64obsd_page_size - 1)); local
79 /* If we can't read the instructions at START_PC, return zero. */
81 if (!safe_frame_unwind_memory (this_frame, start_pc + 6, {buf, buflen}))
i386-obsd-tdep.c 70 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); local
101 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
ppc-fbsd-tdep.c 159 CORE_ADDR start_pc = (pc & ~(ppcfbsd_page_size - 1)); local
178 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
ppc-obsd-tdep.c 128 CORE_ADDR start_pc = (pc & ~(ppcobsd_page_size - 1));
141 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
126 CORE_ADDR start_pc = (pc & ~(ppcobsd_page_size - 1)); local
s12z-tdep.c 84 CORE_ADDR start_pc = 0; local
86 if (find_pc_partial_function (pc, NULL, &start_pc, NULL))
sparc64-obsd-tdep.c 128 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1));
138 insn = sparc_fetch_instruction (start_pc + *offset);
143 insn = sparc_fetch_instruction (start_pc + *offset + 8);
127 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1)); local
or1k-tdep.c 455 CORE_ADDR start_pc;
467 if (find_pc_partial_function (pc, NULL, &start_pc, NULL))
473 struct symtab_and_line prologue_sal = find_pc_line (start_pc, 0);
453 CORE_ADDR start_pc; local
rx-tdep.c 179 /* Analyze a prologue starting at START_PC, going no further than
183 rx_analyze_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc,
190 CORE_ADDR after_last_frame_setup_insn = start_pc;
229 pc = start_pc;
418 CORE_ADDR pc, start_pc, lim_pc; local
442 if (!find_pc_partial_function (pc, &name, &start_pc, &lim_pc))
tilegx-tdep.c 50 CORE_ADDR start_pc; member in struct:tilegx_frame_cache
726 tilegx_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
733 if (find_pc_partial_function (start_pc, NULL, &func_start, NULL))
739 return std::max (start_pc, post_prologue_pc);
743 s = find_pc_section (start_pc);
744 end_pc = start_pc + 8 * TILEGX_BUNDLE_SIZE_IN_BYTES;
750 start_pc,
849 cache->start_pc = get_frame_func (this_frame);
855 if (cache->start_pc)
856 tilegx_analyze_prologue (gdbarch, cache->start_pc, current_pc
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 27 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top,
35 uhwptr start_pc; member in class:__sanitizer::FastUnwindTest
66 start_pc = PC(0);
77 // Should get all on-stack retaddrs and start_pc.
79 EXPECT_EQ(start_pc, trace.trace[0]);
91 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
93 EXPECT_EQ(start_pc, trace.trace[0]);
104 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
106 EXPECT_EQ(start_pc, trace.trace[0]);
116 EXPECT_EQ(start_pc, trace.trace[0])
    [all...]

Completed in 57 milliseconds

1 2 3