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

  /external/valgrind/main/coregrind/
m_addrinfo.c 51 ai->Addr.Variable.descr1
52 = VG_(newXA)( VG_(malloc), "mc.da.descr1",
58 (void) VG_(get_data_description)( ai->Addr.Variable.descr1,
60 /* If there's nothing in descr1/2, free them. Why is it safe to to
62 guarantees to zero terminate descr1/2 regardless of the outcome
66 if (0 == VG_(strlen)( VG_(indexXA)( ai->Addr.Variable.descr1, 0 ))) {
67 VG_(deleteXA)( ai->Addr.Variable.descr1 );
68 ai->Addr.Variable.descr1 = NULL;
74 /* Assume (assert) that VG_(get_data_description) fills in descr1
76 if (ai->Addr.Variable.descr1 == NULL
    [all...]
  /external/valgrind/main/drd/
drd_error.c 164 XArray* /* of HChar */ descr1 local
174 tl_assert(descr1);
177 (void) VG_(get_data_description)(descr1, descr2, dri->addr);
178 /* If there's nothing in descr1/2, free them. Why is it safe to to
180 guarantees to zero terminate descr1/2 regardless of the outcome
184 if (0 == VG_(strlen)( VG_(indexXA)( descr1, 0 ))) {
185 VG_(deleteXA)( descr1 );
186 descr1 = NULL;
192 /* Assume (assert) that VG_(get_data_description) fills in descr1
194 if (descr1 == NULL
    [all...]
  /external/valgrind/main/include/
pub_tool_addrinfo.h 113 XArray* /* of HChar */ descr1; member in struct:_AddrInfo::__anon16556::__anon16561
  /external/valgrind/main/exp-sgcheck/
pc_common.c 135 XArray* descr1; /* XArray* of HChar */ member in struct:__anon16486::__anon16487::__anon16489
435 if (xe->XE.Heap.descr1)
437 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) );
450 if (xe->XE.Heap.descr1)
452 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) );
664 tl_assert(!xe->XE.Heap.descr1);
667 xe->XE.Heap.descr1
668 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
671 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
678 = VG_(get_data_description)( xe->XE.Heap.descr1,
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c     [all...]
ir_defs.c     [all...]

Completed in 134 milliseconds