HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfo_sect_kind (Results 1 - 8 of 8) sorted by null

  /external/valgrind/drd/
drd_main.c 455 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectBSS);
465 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectPLT);
475 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectGOTPLT);
485 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectGOT);
    [all...]
drd_error.c 226 sect_kind = VG_(DebugInfo_sect_kind)(&sect_name, dri->addr);
drd_load_store.c 627 instrument = VG_(DebugInfo_sect_kind)(NULL, st->Ist.IMark.addr)
  /external/valgrind/include/
pub_tool_debuginfo.h 300 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/const HChar** objname, Addr a);
  /external/valgrind/callgrind/
bb.c 144 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, offset + obj->offset);
  /external/valgrind/coregrind/
m_addrinfo.c 207 sect = VG_(DebugInfo_sect_kind)( &name, a);
  /external/valgrind/helgrind/
hg_errors.c 485 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, data_addr );
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 340 milliseconds