Searched defs:start_pc (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc26 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top,
32 uptr start_pc; member in class:__sanitizer::FastUnwindTest
56 start_pc = PC(0);
62 // Should get all on-stack retaddrs and start_pc.
64 EXPECT_EQ(start_pc, trace.trace[0]);
76 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
78 EXPECT_EQ(start_pc, trace.trace[0]);
89 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
91 EXPECT_EQ(start_pc, trace.trace[0]);
101 EXPECT_EQ(start_pc, trac
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DLineNumber_info.java23 * start_pc
25 * The value of the start_pc item must indicate the index into the code array
27 * value of start_pc must be less than the value of the code_length item of
46 public LineNumber_info (final int start_pc, final int line_number) argument
48 m_start_pc = start_pc;
54 return "line_number_info: [start_pc = " + m_start_pc + ", line_number = " + m_line_number + "]";
H A DException_info.java22 * start_pc, end_pc
24 * The values of the two items start_pc and end_pc indicate the ranges in the code
25 * array at which the exception handler is active. The value of start_pc must be
29 * The value of start_pc must be less than the value of end_pc.<P>
31 * The start_pc is inclusive and end_pc is exclusive; that is, the exception handler
32 * must be active while the program counter is within the interval [start_pc, end_pc).
65 public Exception_info (final int start_pc, final int end_pc, argument
68 m_start_pc = start_pc;
77 return "exception_info: [start_pc/end_pc = " + m_start_pc + '/' + m_end_pc +
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h75 lldb::addr_t& start_pc);
97 lldb::addr_t start_pc; // The start address of the function/symbol for this frame - current pc if unknown member in struct:lldb_private::UnwindLLDB::Cursor
102 Cursor () : start_pc (LLDB_INVALID_ADDRESS), cfa (LLDB_INVALID_ADDRESS), sctx(), reg_ctx_lldb_sp() { }
H A DRegisterContextLLDB.cpp153 // else treat the current pc value as the start_pc and record no offset.
423 // else treat the current pc value as the start_pc and record no offset.
1445 RegisterContextLLDB::GetStartPC (addr_t& start_pc) argument
1452 return ReadPC (start_pc);
1454 start_pc = m_start_pc.GetLoadAddress (CalculateTarget().get());
/external/valgrind/main/coregrind/
H A Dm_stacktrace.c1297 Addr start_pc = uregs.pc - offset; local
1300 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += 4) {
/external/qemu/disas/
H A Di386.c3563 static bfd_vma start_pc; variable
3724 start_pc = pc;
4014 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep
5665 segment = ((start_pc + codep - start_codep)
5674 disp = ((start_pc + codep - start_codep + disp) & mask) | segment;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 181 milliseconds