Home
last modified time | relevance | path

Searched refs:DebugInfo_sect_kind (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/drd/
Ddrd_main.c455 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectBSS); in DRD_()
465 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectPLT); in DRD_()
475 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectGOTPLT); in DRD_()
485 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectGOT); in DRD_()
Ddrd_error.c227 sect_kind = VG_(DebugInfo_sect_kind)(&sect_name, dri->addr); in drd_report_data_race()
Ddrd_load_store.c629 instrument = VG_(DebugInfo_sect_kind)(NULL, st->Ist.IMark.addr) in DRD_()
/external/valgrind/include/
Dpub_tool_debuginfo.h267 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/const HChar** name, Addr a);
/external/valgrind/callgrind/
Dbb.c144 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, offset + obj->offset); in new_bb()
/external/valgrind/coregrind/
Dm_addrinfo.c207 sect = VG_(DebugInfo_sect_kind)( &name, a); in VG_()
/external/valgrind/helgrind/
Dhg_errors.c485 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, data_addr ); in HG_()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c4347 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/const HChar** name, Addr a) in VG_() argument