Home
last modified time | relevance | path

Searched refs:XArray (Results 1 – 25 of 41) sorted by relevance

12

/external/valgrind/include/
Dpub_tool_xarray.h49 typedef struct _XArray XArray; typedef
57 extern XArray* VG_(newXA) ( Alloc_Fn_t alloc_fn,
63 extern void VG_(deleteXA) ( XArray* );
68 extern void VG_(setCmpFnXA) ( XArray*, XACmpFn_t);
73 extern Word VG_(addToXA) ( XArray*, const void* elem );
78 extern Word VG_(addBytesToXA) ( XArray* xao, const void* bytesV, Word nbytes );
82 extern void VG_(sortXA) ( XArray* );
89 extern Bool VG_(lookupXA) ( const XArray*, const void* key,
100 extern Bool VG_(lookupXA_UNSAFE) ( const XArray* xao, const void* key,
105 extern Word VG_(sizeXA) ( const XArray* );
[all …]
Dpub_tool_debuginfo.h148 /*MOD*/ XArray* /* of HChar */ dname1v,
149 /*MOD*/ XArray* /* of HChar */ dname2v,
215 extern XArray* /* of StackBlock */
236 extern XArray* /* of GlobalBlock */
Dpub_tool_clientstate.h44 extern XArray* /* of HChar* */ VG_(args_for_client);
58 extern XArray* /* of HChar* */ VG_(args_for_valgrind);
Dpub_tool_addrinfo.h168 XArray* /* of HChar */ descr1;
169 XArray* /* of HChar */ descr2;
Dpub_tool_xtree.h203 const XArray* desc_args, // can be NULL
/external/valgrind/coregrind/
Dm_xarray.c53 XArray* VG_(newXA) ( Alloc_Fn_t alloc_fn, in VG_()
58 XArray* xa; in VG_()
81 XArray* VG_(cloneXA)( const HChar* cc, const XArray* xa ) in VG_()
83 XArray* nyu; in VG_()
111 void VG_(deleteXA) ( XArray* xa ) in VG_()
120 void VG_(setCmpFnXA) ( XArray* xa, XACmpFn_t compar ) in VG_()
128 inline void* VG_(indexXA) ( const XArray* xa, Word n ) in VG_()
138 void VG_(hintSizeXA) ( XArray* xa, Word n) in VG_()
156 static inline void ensureSpaceXA ( XArray* xa ) in ensureSpaceXA()
190 Word VG_(addToXA) ( XArray* xa, const void* elem ) in VG_()
[all …]
Dm_rangemap.c54 XArray* ranges;
149 XArray* ranges = rm->ranges; in preen()
165 XArray* ranges = rm->ranges; in find()
188 XArray* ranges = rm->ranges; in split_at()
Dpub_core_options.h137 extern XArray *VG_(clo_suppressions);
140 extern XArray *VG_(clo_fullpath_after);
275 extern XArray *VG_(clo_req_tsyms);
Dm_clientstate.c86 XArray* /* of HChar* */ VG_(args_for_client) = NULL;
89 XArray* /* of HChar* */ VG_(args_for_valgrind) = NULL;
Dm_commandline.c46 static void add_string ( XArray* /* of HChar* */xa, HChar* str ) in add_string()
163 XArray* /* of HChar* */ tmp_xarray; in VG_()
Dm_options.c88 XArray *VG_(clo_suppressions); // array of strings
89 XArray *VG_(clo_fullpath_after); // array of strings
127 XArray *VG_(clo_req_tsyms); // array of strings
Dm_xtree.c94 XArray* xec; /* XArray of xec, indexed by xecu (== d4ecu2xecu[ecu/4]). */
98 XArray* ips_order_xecu;
141 static XArray* xec_data_for_sort; // Needed to translate an xecu into an xec
223 XArray* data; /* of elements of size dataSzB */
829 const XArray* desc_args, in VG_()
Dm_poolalloc.c45 XArray* pools;
Dm_transtab.c136 XArray* var; /* XArray* of InEdgeArr */ /* if has_var */
148 XArray* var; /* XArray* of OutEdgeArr */ /* if has_var */
426 XArray* host_extents; /* XArray* of HostExtent */
645 XArray *var = VG_(newXA)(ttaux_malloc, "transtab.IEA__add", in InEdgeArr__add()
726 XArray *var = VG_(newXA)(ttaux_malloc, "transtab.OEA__add", in OutEdgeArr__add()
803 const XArray* /* of HostExtent */ host_extents = sec->host_extents; in find_TTEntry_from_hcode()
1842 XArray* hx_array = sectors[y].host_extents; in VG_()
/external/valgrind/coregrind/m_debuginfo/
Dpriv_tytypes.h120 XArray* /* of UWord */ fieldRs;
127 XArray* /* of UWord */ atomRs;
131 XArray* /* of UWord */ boundRs;
154 void ML_(pp_TyEnts)( const XArray* tyents, const HChar* who );
157 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents,
176 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents,
181 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
182 const XArray* /* of TyEnt */ tyents,
216 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents,
Dpriv_storage.h441 extern Int ML_(CfiExpr_Undef) ( XArray* dst );
442 extern Int ML_(CfiExpr_Deref) ( XArray* dst, Int ixAddr );
443 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
444 extern Int ML_(CfiExpr_Unop) ( XArray* dst, CfiUnop op, Int ix );
445 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR );
446 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg );
447 extern Int ML_(CfiExpr_DwReg) ( XArray* dst, Int reg );
449 extern void ML_(ppCfiExpr)( const XArray* src, Int ix );
480 XArray* /* of DiVariable */ vars;
554 XArray* maps; /* XArray of DebugInfoMapping structs */
[all …]
Dtytypes.c70 static void pp_XArray_of_cuOffs ( const XArray* xa ) in pp_XArray_of_cuOffs()
200 void ML_(pp_TyEnts)( const XArray* tyents, const HChar* who ) in ML_()
216 static void pp_TyBound_C_ishly ( const XArray* tyents, UWord cuOff ) in pp_TyBound_C_ishly()
237 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents, in ML_()
280 XArray* xa = ent->Te.TyArray.boundRs; in ML_()
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents, in ML_()
450 static Word XArray_of_UWord__cmp ( const XArray* a, const XArray* b ) { in XArray_of_UWord__cmp()
669 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents, in ML_()
739 static void copy_UWord_into_XA ( XArray* /* of HChar */ xa, in copy_UWord_into_XA()
746 XArray* /*HChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset, in ML_()
[all …]
Dreaddwarf3.c661 XArray* xa; /* XArray of UChar */ in make_general_GX()
777 static Word cmp__XArrays_of_AddrRange ( const XArray* rngs1, in cmp__XArrays_of_AddrRange()
778 const XArray* rngs2 ) in cmp__XArrays_of_AddrRange()
799 static XArray* /* of AddrRange */ empty_range_list ( void ) in empty_range_list()
801 XArray* xa; /* XArray of AddrRange */ in empty_range_list()
811 static XArray* unitary_range_list ( Addr aMin, Addr aMax ) in unitary_range_list()
813 XArray* xa; in unitary_range_list()
833 static XArray* /* of AddrRange */
841 XArray* xa; /* XArray of AddrRange */ in get_range_list()
1587 XArray* rngMany; /* of AddrRange. NON-UNIQUE PTR in AR_DINFO. */
[all …]
Ddebuginfo.c616 /*MOD*/XArray* maps /* XArray<DebugInfoMapping> */ ) in show_DebugInfoMappings()
641 /*MOD*/XArray* maps /* XArray<DebugInfoMapping> */ ) in truncate_DebugInfoMapping_overlaps()
2477 UWord evalCfiExpr ( const XArray* exprs, Int ix, in evalCfiExpr()
3176 static void zterm_XA ( XArray* dst ) in zterm_XA()
3189 const XArray* /* TyEnt */ tyents, in data_address_is_in_var()
3255 static void format_message ( /*MOD*/XArray* /* of HChar */ dn1, in format_message()
3256 /*MOD*/XArray* /* of HChar */ dn2, in format_message()
3262 const XArray* /*HChar*/ described, in format_message()
3553 Bool consider_vars_in_frame ( /*MOD*/XArray* /* of HChar */ dname1, in consider_vars_in_frame()
3554 /*MOD*/XArray* /* of HChar */ dname2, in consider_vars_in_frame()
[all …]
Dreaddwarf.c64 static UInt safe_fndn_ix (XArray* fndn_ix_xa, Int xa_ix) in safe_fndn_ix()
74 static const HChar* safe_dirname_ix (XArray* dirname_xa, Int xa_ix) in safe_dirname_ix()
252 XArray* fndn_ix_xa, in process_extended_line_op()
345 XArray* fndn_ix_xa; /* xarray of UInt fndn_ix */ in read_dwarf2_lineblock()
347 XArray* dirname_xa; /* xarray of const HChar* dirname */ in read_dwarf2_lineblock()
1867 static void ppRegRule ( const XArray* exprs, const RegRule* rrule ) in ppRegRule()
1917 XArray* exprs;
2003 Int copy_convert_CfiExpr_tree ( XArray* dst, const UnwindContext* srcuc,
2035 XArray *src, *dst; in summarise_context()
2111 XArray *src, *dst; \ in summarise_context()
[all …]
Dstorage.c119 void ML_(ppDiCfSI) ( const XArray* /* of CfiExpr */ exprs, in ML_()
842 Int ML_(CfiExpr_Undef)( XArray* dst ) in ML_()
849 Int ML_(CfiExpr_Deref)( XArray* dst, Int ixAddr ) in ML_()
857 Int ML_(CfiExpr_Const)( XArray* dst, UWord con ) in ML_()
865 Int ML_(CfiExpr_Unop)( XArray* dst, CfiUnop op, Int ix ) in ML_()
874 Int ML_(CfiExpr_Binop)( XArray* dst, CfiBinop op, Int ixL, Int ixR ) in ML_()
884 Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg ) in ML_()
892 Int ML_(CfiExpr_DwReg)( XArray* dst, Int reg ) in ML_()
952 void ML_(ppCfiExpr)( const XArray* src, Int ix ) in ML_()
/external/valgrind/exp-sgcheck/
Dsg_main.c204 static Word StackBlocks__cmp ( XArray* fb1s, XArray* fb2s ) in StackBlocks__cmp()
222 static void pp_StackBlocks ( XArray* sbs ) in pp_StackBlocks()
256 static XArray* /* of StackBlock */
258 ( XArray* /* of StackBlock */ orig ) in StackBlocks__find_and_dealloc__or_add()
363 XArray* res; in StackBlocks__find_and_dealloc__or_add()
367 res = (XArray*)key; in StackBlocks__find_and_dealloc__or_add()
381 static XArray* /* of StackBlock */ get_StackBlocks_for_IP ( Addr ip ) in get_StackBlocks_for_IP()
383 XArray* blocks = VG_(di_get_stack_blocks_at_ip)( ip, True/*arrays only*/ ); in get_StackBlocks_for_IP()
523 XArray* /* FrameBlock */ descrs, in add_blocks_to_StackTree()
524 XArray* /* Addr */ bases, in add_blocks_to_StackTree()
[all …]
/external/valgrind/drd/
Ddrd_clientobj.h112 XArray* last_sem_post_seg; // array of Segment*, used as a stack.
Ddrd_error.c164 XArray* /* of HChar */ descr1 in drd_report_data_race()
167 XArray* /* of HChar */ descr2 in drd_report_data_race()
/external/valgrind/callgrind/
Devents.c457 XArray *xa = VG_(newXA)(VG_(malloc), "cl.events.emas", VG_(free), in CLG_()
484 XArray *xa = VG_(newXA)(VG_(malloc), "cl.events.mcas", VG_(free), in CLG_()

12