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

  /external/valgrind/coregrind/
m_addrinfo.c 94 ai->Addr.Variable.descr1
95 = VG_(newXA)( VG_(malloc), "mc.da.descr1",
101 (void) VG_(get_data_description)( ai->Addr.Variable.descr1,
103 /* If there's nothing in descr1/2, free them. Why is it safe to to
105 guarantees to zero terminate descr1/2 regardless of the outcome
109 if (0 == VG_(strlen)( VG_(indexXA)( ai->Addr.Variable.descr1, 0 ))) {
110 VG_(deleteXA)( ai->Addr.Variable.descr1 );
111 ai->Addr.Variable.descr1 = NULL;
117 /* Assume (assert) that VG_(get_data_description) fills in descr1
119 if (ai->Addr.Variable.descr1 == NULL
    [all...]
  /external/valgrind/drd/
drd_error.c 165 XArray* /* of HChar */ descr1 local
176 (void) VG_(get_data_description)(descr1, descr2, dri->addr);
177 /* If there's nothing in descr1/2, free them. Why is it safe to to
179 guarantees to zero terminate descr1/2 regardless of the outcome
183 if (0 == VG_(strlen)( VG_(indexXA)( descr1, 0 ))) {
184 VG_(deleteXA)( descr1 );
185 descr1 = NULL;
191 /* Assume (assert) that VG_(get_data_description) fills in descr1
193 if (descr1 == NULL)
196 if (descr1 == NULL
    [all...]
  /external/valgrind/include/
pub_tool_addrinfo.h 168 XArray* /* of HChar */ descr1; member in struct:_AddrInfo::__anon20662::__anon20667
  /external/valgrind/exp-sgcheck/
pc_common.c 135 XArray* descr1; /* XArray* of HChar */ member in struct:__anon20588::__anon20589::__anon20591
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 ) );
663 tl_assert(!xe->XE.Heap.descr1);
666 xe->XE.Heap.descr1
667 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
670 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
676 = VG_(get_data_description)( xe->XE.Heap.descr1,
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c     [all...]
ir_defs.c     [all...]

Completed in 229 milliseconds