Home
last modified time | relevance | path

Searched refs:get_inst_offset_in_function (Results 1 – 13 of 13) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_debuginfo.h102 Bool VG_(get_inst_offset_in_function)( DiEpoch ep, Addr a,
H A Dm_addrinfo.c452 if (VG_(get_inst_offset_in_function)( ai->Addr.Stack.epoch, in pp_addrinfo_WRK()
H A Dm_stacktrace.c1426 if (VG_(get_inst_offset_in_function)(cur_ep, uregs.pc, &offset)) {
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_debuginfo.h102 Bool VG_(get_inst_offset_in_function)( DiEpoch ep, Addr a,
H A Dm_addrinfo.c452 if (VG_(get_inst_offset_in_function)( ai->Addr.Stack.epoch, in pp_addrinfo_WRK()
H A Dm_stacktrace.c1426 if (VG_(get_inst_offset_in_function)(cur_ep, uregs.pc, &offset)) {
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_gdbserver/
H A Dvalgrind-low-mips64.c236 if (VG_(get_inst_offset_in_function) (cur_ep, bpaddr, &offset)) { in mips_adjust_breakpoint_address()
H A Dvalgrind-low-mips32.c235 if (VG_(get_inst_offset_in_function) (cur_ep, bpaddr, &offset)) { in mips_adjust_breakpoint_address()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_gdbserver/
H A Dvalgrind-low-mips32.c235 if (VG_(get_inst_offset_in_function) (cur_ep, bpaddr, &offset)) { in mips_adjust_breakpoint_address()
H A Dvalgrind-low-mips64.c236 if (VG_(get_inst_offset_in_function) (cur_ep, bpaddr, &offset)) { in mips_adjust_breakpoint_address()
/dports/lang/spidermonkey60/firefox-60.9.0/build/debian-packages/
H A Dvalgrind-wheezy.diff199 +- if (VG_(get_inst_offset_in_function)( ai->Addr.Stack.IP,
200 ++ if (VG_(get_inst_offset_in_function)( ai->Addr.Stack.epoch,
934 +-Bool VG_(get_inst_offset_in_function)( Addr a,
935 ++Bool VG_(get_inst_offset_in_function)( DiEpoch ep, Addr a,
1776 +- if (VG_(get_inst_offset_in_function) (bpaddr, &offset)) {
1781 ++ if (VG_(get_inst_offset_in_function) (ep, bpaddr, &offset)) {
1793 +- if (VG_(get_inst_offset_in_function) (bpaddr, &offset)) {
1798 ++ if (VG_(get_inst_offset_in_function) (ep, bpaddr, &offset)) {
2239 +-Bool VG_(get_inst_offset_in_function)( Addr a, /*OUT*/PtrdiffT* offset );
2240 ++Bool VG_(get_inst_offset_in_function)( DiEpoch ep, Addr a,
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Ddebuginfo.c2277 Bool VG_(get_inst_offset_in_function)( DiEpoch ep, Addr a, in VG_() argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Ddebuginfo.c2277 Bool VG_(get_inst_offset_in_function)( DiEpoch ep, Addr a, in VG_() argument