HomeSort by relevance Sort by last modified time
    Searched refs:XArray (Results 1 - 25 of 31) sorted by null

1 2

  /external/valgrind/main/include/
pub_tool_xarray.h 49 typedef struct _XArray XArray;
53 /* Create new XArray, using given allocation and free function, and
56 extern XArray* VG_(newXA) ( void*(*alloc_fn)(const HChar*,SizeT),
61 /* Free all memory associated with an XArray. */
62 extern void VG_(deleteXA) ( XArray* );
64 /* Set the comparison function for this XArray. This clears an
67 extern void VG_(setCmpFnXA) ( XArray*, XACmpFn_t);
69 /* Add an element to an XArray. Element is copied into the XArray.
72 extern Word VG_(addToXA) ( XArray*, const void* elem )
    [all...]
pub_tool_clientstate.h 35 #include "pub_tool_xarray.h" // XArray
44 extern XArray* /* of HChar* */ VG_(args_for_client);
58 extern XArray* /* of HChar* */ VG_(args_for_valgrind);
pub_tool_addrinfo.h 111 // Is described by Dwarf debug info. XArray*s of HChar.
113 XArray* /* of HChar */ descr1;
114 XArray* /* of HChar */ descr2;
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 40 #include "pub_core_xarray.h" // XArray
67 in "Rs" are XArray*s of references to other TyEnts. */
120 XArray* /* of UWord */ fieldRs;
127 XArray* /* of UWord */ atomRs;
131 XArray* /* of UWord */ boundRs;
153 /* Print a whole XArray of TyEnts, debug-style */
154 void ML_(pp_TyEnts)( XArray* tyents, const HChar* who );
157 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
176 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
180 deallocate the resulting XArray. *
    [all...]
priv_storage.h 47 #include "pub_core_xarray.h" // XArray
402 extern Int ML_(CfiExpr_Undef) ( XArray* dst );
403 extern Int ML_(CfiExpr_Deref) ( XArray* dst, Int ixAddr );
404 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
405 extern Int ML_(CfiExpr_Unop) ( XArray* dst, CfiUnop op, Int ix );
406 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR );
407 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg );
408 extern Int ML_(CfiExpr_DwReg) ( XArray* dst, Int reg );
410 extern void ML_(ppCfiExpr)( XArray* src, Int ix );
441 XArray* /* of DiVariable */ vars
    [all...]
tytypes.c 70 static void pp_XArray_of_cuOffs ( XArray* xa )
199 /* Print a whole XArray of TyEnts, debug-style */
201 void ML_(pp_TyEnts)( XArray* tyents, const HChar* who )
217 static void pp_TyBound_C_ishly ( XArray* tyents, UWord cuOff )
238 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
281 XArray* xa = ent->Te.TyArray.boundRs;
323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents,
450 static Word XArray_of_UWord__cmp ( XArray* a, XArray* b )
    [all...]
readdwarf3.c 128 zero variables in their .vars XArray. Rather than have an XArray
628 XArray* xa; /* XArray of UChar */
744 XArray* of AddrRange. */
745 static Word cmp__XArrays_of_AddrRange ( XArray* rngs1, XArray* rngs2 )
766 static XArray* /* of AddrRange */ empty_range_list ( void )
768 XArray* xa; /* XArray of AddrRange *
    [all...]
debuginfo.c     [all...]
storage.c 116 void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si )
594 Int ML_(CfiExpr_Undef)( XArray* dst )
601 Int ML_(CfiExpr_Deref)( XArray* dst, Int ixAddr )
609 Int ML_(CfiExpr_Const)( XArray* dst, UWord con )
617 Int ML_(CfiExpr_Unop)( XArray* dst, CfiUnop op, Int ix )
626 Int ML_(CfiExpr_Binop)( XArray* dst, CfiBinop op, Int ixL, Int ixR )
636 Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg )
644 Int ML_(CfiExpr_DwReg)( XArray* dst, Int reg )
699 void ML_(ppCfiExpr)( XArray* src, Int ix )
    [all...]
readmacho.c 298 void read_symtab( /*OUT*/XArray* /* DiSym */ syms,
403 static void tidy_up_cand_syms ( /*MOD*/XArray* /* of DiSym */ syms,
    [all...]
readdwarf.c     [all...]
  /external/valgrind/main/coregrind/
m_clientstate.c 76 XArray* /* of HChar* */ VG_(args_for_client) = NULL;
79 XArray* /* of HChar* */ VG_(args_for_valgrind) = NULL;
m_xarray.c 53 XArray* VG_(newXA) ( void*(*alloc_fn)(const HChar*,SizeT),
82 XArray* VG_(cloneXA)( const HChar* cc, XArray* xao )
118 void VG_(deleteXA) ( XArray* xao )
128 void VG_(setCmpFnXA) ( XArray* xao, XACmpFn_t compar )
137 inline void* VG_(indexXA) ( XArray* xao, Word n )
181 Word VG_(addToXA) ( XArray* xao, const void* elem )
198 Word VG_(addBytesToXA) ( XArray* xao, const void* bytesV, Word nbytes )
219 void VG_(sortXA) ( XArray* xao )
228 Bool VG_(lookupXA_UNSAFE) ( XArray* xao, const void* key
    [all...]
m_rangemap.c 54 XArray* ranges;
149 XArray* ranges = rm->ranges;
165 XArray* ranges = rm->ranges;
188 XArray* ranges = rm->ranges;
m_commandline.c 46 static void add_string ( XArray* /* of HChar* */xa, HChar* str )
159 XArray* /* of HChar* */ tmp_xarray;
m_poolalloc.c 42 /* XArray of void* (pointers to pools). The pools themselves.
45 XArray* pools;
m_transtab.c 119 XArray* var; /* XArray* of InEdgeArr */
128 XArray* var; /* XArray* of OutEdgeArr */
333 XArray* host_extents; /* XArray* of HostExtent */
532 XArray and copy the fixed array into it. */
609 XArray and copy the fixed array into it. */
684 XArray* /* of HostExtent */ host_extents = sec->host_extents;
    [all...]
m_errormgr.c 339 XArray* /* of HChar */ text = (XArray*)textV;
358 XArray* /* HChar */ text;
419 effort of stuffing it in an XArray, since we won't need it
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 131 /* We maintain a set of XArray* of StackBlocks. These are never
138 assume that a pointer to an XArray* of StackBlock is valid forever.
205 static Word StackBlocks__cmp ( XArray* fb1s, XArray* fb2s )
223 static void pp_StackBlocks ( XArray* sbs )
241 static WordFM* /* XArray* of StackBlock -> nothing */
257 static XArray* /* of StackBlock */
259 ( XArray* /* of StackBlock */ orig )
364 XArray* res;
368 res = (XArray*)key
    [all...]
h_main.c 531 XArray* /* of TempMapEnt */ qmpMap;
pc_common.c 135 XArray* descr1; /* XArray* of HChar */
136 XArray* descr2; /* XArray* of HChar */
  /external/valgrind/main/drd/
drd_clientobj.h 111 XArray* last_sem_post_seg; // array of Segment*, used as a stack.
drd_error.c 164 XArray* /* of HChar */ descr1
167 XArray* /* of HChar */ descr2
  /external/valgrind/main/helgrind/
libhb_core.c 320 XArray* /* ULong_n_EC */ local_Kws_n_stacks;
    [all...]
  /external/valgrind/main/massif/
ms_main.c 300 static XArray* alloc_fns;
301 static XArray* ignore_fns;
357 // Determines if the named function is a member of the XArray.
358 static Bool is_member_fn(XArray* fns, const HChar* fnname)
410 static XArray* args_for_massif;
    [all...]

Completed in 379 milliseconds

1 2