Searched refs:get_inst_offset_in_function (Results 1 – 5 of 5) sorted by relevance
100 Bool VG_(get_inst_offset_in_function)( Addr a, /*OUT*/PtrdiffT* offset );
1296 if (VG_(get_inst_offset_in_function)(uregs.pc, &offset)) { in VG_()
232 if (VG_(get_inst_offset_in_function) (bpaddr, &offset)) { in mips_adjust_breakpoint_address()
233 if (VG_(get_inst_offset_in_function) (bpaddr, &offset)) { in mips_adjust_breakpoint_address()
1564 Bool VG_(get_inst_offset_in_function)( Addr a, in VG_() argument