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

1 2

  /external/valgrind/main/include/
pub_tool_clientstate.h 41 extern XArray* /* of HChar* */ VG_(args_for_client);
55 extern XArray* /* of HChar* */ VG_(args_for_valgrind);
pub_tool_xarray.h 47 typedef struct _XArray XArray;
49 /* Create new XArray, using given allocation and free function, and
52 extern XArray* VG_(newXA) ( void*(*alloc_fn)(HChar*,SizeT),
57 /* Free all memory associated with an XArray. */
58 extern void VG_(deleteXA) ( XArray* );
60 /* Set the comparison function for this XArray. This clears an
63 extern void VG_(setCmpFnXA) ( XArray*, Int (*compar)(void*,void*) );
65 /* Add an element to an XArray. Element is copied into the XArray.
68 extern Word VG_(addToXA) ( XArray*, void* elem )
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 60 in "Rs" are XArray*s of references to other TyEnts. */
113 XArray* /* of UWord */ fieldRs;
120 XArray* /* of UWord */ atomRs;
124 XArray* /* of UWord */ boundRs;
146 /* Print a whole XArray of TyEnts, debug-style */
147 void ML_(pp_TyEnts)( XArray* tyents, HChar* who );
150 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
169 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
173 deallocate the resulting XArray. */
174 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset
    [all...]
priv_storage.h 334 extern Int ML_(CfiExpr_Undef) ( XArray* dst );
335 extern Int ML_(CfiExpr_Deref) ( XArray* dst, Int ixAddr );
336 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
337 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiOp op, Int ixL, Int ixR );
338 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg );
339 extern Int ML_(CfiExpr_DwReg) ( XArray* dst, Int reg );
341 extern void ML_(ppCfiExpr)( XArray* src, Int ix );
372 XArray* /* of DiVariable */ vars;
744 XArray* cfsi_exprs; /* XArray of CfiExpr *
    [all...]
tytypes.c 69 static void pp_XArray_of_cuOffs ( XArray* xa )
188 /* Print a whole XArray of TyEnts, debug-style */
190 void ML_(pp_TyEnts)( XArray* tyents, HChar* who )
206 static void pp_TyBound_C_ishly ( XArray* tyents, UWord cuOff )
227 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
258 XArray* xa = ent->Te.TyArray.boundRs;
300 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
316 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents,
427 static Word XArray_of_UWord__cmp ( XArray* a, XArray* b )
    [all...]
readdwarf3.c 127 zero variables in their .vars XArray. Rather than have an XArray
546 XArray* xa; /* XArray of UChar */
663 XArray* of AddrRange. */
664 static Word cmp__XArrays_of_AddrRange ( XArray* rngs1, XArray* rngs2 )
685 static XArray* /* of AddrRange */ empty_range_list ( void )
687 XArray* xa; /* XArray of AddrRange *
    [all...]
debuginfo.c     [all...]
storage.c 115 void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si )
553 Int ML_(CfiExpr_Undef)( XArray* dst )
560 Int ML_(CfiExpr_Deref)( XArray* dst, Int ixAddr )
568 Int ML_(CfiExpr_Const)( XArray* dst, UWord con )
576 Int ML_(CfiExpr_Binop)( XArray* dst, CfiOp op, Int ixL, Int ixR )
586 Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg )
594 Int ML_(CfiExpr_DwReg)( XArray* dst, Int reg )
636 void ML_(ppCfiExpr)( XArray* src, Int ix )
    [all...]
readmacho.c 321 void read_symtab( /*OUT*/XArray* /* DiSym */ syms,
411 static void tidy_up_cand_syms ( /*MOD*/XArray* /* of DiSym */ syms,
831 XArray* /* DiSym */ candSyms = NULL;
    [all...]
readdwarf.c     [all...]
d3basics.c     [all...]
  /external/valgrind/main/coregrind/
m_clientstate.c 72 XArray* /* of HChar* */ VG_(args_for_client) = NULL;
75 XArray* /* of HChar* */ VG_(args_for_valgrind) = NULL;
m_xarray.c 53 XArray* VG_(newXA) ( void*(*alloc_fn)(HChar*,SizeT),
82 XArray* VG_(cloneXA)( HChar* cc, XArray* xao )
118 void VG_(deleteXA) ( XArray* xao )
128 void VG_(setCmpFnXA) ( XArray* xao, Int (*compar)(void*,void*) )
137 inline void* VG_(indexXA) ( XArray* xao, Word n )
181 Word VG_(addToXA) ( XArray* xao, void* elem )
198 Word VG_(addBytesToXA) ( XArray* xao, void* bytesV, Word nbytes )
219 void VG_(sortXA) ( XArray* xao )
228 Bool VG_(lookupXA_UNSAFE) ( XArray* xao, void* key
    [all...]
m_commandline.c 46 static void add_string ( XArray* /* of HChar* */xa, HChar* str )
159 XArray* /* of HChar* */ tmp_xarray;
m_errormgr.c 324 XArray* /* of HChar */ text = (XArray*)textV;
343 XArray* /* HChar */ text;
404 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 112 XArray* last_sem_post_seg; // array of Segment*, used as a stack.
drd_error.c 165 XArray* /* of HChar */ descr1
168 XArray* /* of HChar */ descr2
  /external/valgrind/main/helgrind/
libhb_core.c 319 XArray* /* ULong_n_EC */ local_Kws_n_stacks;
    [all...]
hg_main.c     [all...]
hg_errors.c 298 XArray* descr1; /* XArray* of HChar */
299 XArray* descr2; /* XArray* of HChar */
    [all...]
  /external/valgrind/main/massif/
ms_main.c 306 static XArray* alloc_fns;
307 static XArray* ignore_fns;
363 // Determines if the named function is a member of the XArray.
364 static Bool is_member_fn(XArray* fns, Char* fnname)
416 static XArray* args_for_massif;
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 116 // Is described by Dwarf debug info. XArray*s of HChar.
118 XArray* /* of HChar */ descr1;
119 XArray* /* of HChar */ descr2;
    [all...]

Completed in 495 milliseconds

1 2