/external/valgrind/coregrind/m_debuginfo/ |
D | priv_image.h | 151 static inline Bool ML_(cur_is_valid)(DiCursor c) { in ML_() function 175 static inline Bool ML_(sli_is_valid)( DiSlice sli ) { in ML_() function 182 static inline DiSlice ML_(sli_from_cur)( DiCursor cur, DiOffT size ) { in ML_() function 193 static inline DiSlice ML_(sli_from_img)( DiImage* img ) { in ML_() function 208 static inline DiCursor ML_(cur_from_sli)( DiSlice sl ) { in ML_() function 219 static inline Bool ML_(cur_cmpLT)( DiCursor c1, DiCursor c2 ) { in ML_() function 223 static inline Bool ML_(cur_cmpEQ)( DiCursor c1, DiCursor c2 ) { in ML_() function 227 static inline Bool ML_(cur_cmpGT)( DiCursor c1, DiCursor c2 ) { in ML_() function 232 static inline DiCursor ML_(cur_plus)( DiCursor c, Long n ) { in ML_() function 239 static inline Long ML_(cur_minus)( DiCursor c1, DiCursor c2 ) { in ML_() function [all …]
|
D | misc.c | 45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { in ML_() function 53 void ML_(dinfo_shrink_block)( void* ptr, SizeT szB ) { in ML_() function 57 void ML_(dinfo_free) ( void* v ) { in ML_() function 61 HChar* ML_(dinfo_strdup) ( const HChar* cc, const HChar* str ) { in ML_() function 65 void* ML_(dinfo_memdup) ( const HChar* cc, const void* str, SizeT nStr ) { in ML_() function 71 void* ML_(dinfo_realloc) ( const HChar* cc, void* ptr, SizeT new_size ) { in ML_() function 83 Short ML_(readUAS_Short)( const UChar* data ) { in ML_() function 95 Int ML_(readUAS_Int) ( const UChar* data ) { in ML_() function 111 Long ML_(readUAS_Long) ( const UChar* data ) { in ML_() function 135 UShort ML_(readUAS_UShort) ( const UChar* data ) { in ML_() function [all …]
|
D | storage.c | 65 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg ) in ML_() function 95 void ML_(ppSym) ( Int idx, const DiSym* sym ) in ML_() function 118 void ML_(ppDiCfSI) ( const XArray* /* of CfiExpr */ exprs, in ML_() function 241 const HChar* ML_(addStr) ( DebugInfo* di, const HChar* str, Int len ) in ML_() function 257 UInt ML_(addFnDn) (struct _DebugInfo* di, in ML_() function 276 const HChar* ML_(fndn_ix2filename) (const DebugInfo* di, in ML_() function 288 const HChar* ML_(fndn_ix2dirname) (const DebugInfo* di, in ML_() function 306 const HChar* ML_(addStrFromCursor)( DebugInfo* di, DiCursor c ) in ML_() function 322 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() function 351 UInt ML_(fndn_ix) (const DebugInfo* di, Word locno) in ML_() function [all …]
|
D | tytypes.c | 51 Bool ML_(TyEnt__is_type)( const TyEnt* te ) in ML_() function 83 void ML_(pp_TyEnt)( const TyEnt* te ) in ML_() function 200 void ML_(pp_TyEnts)( const XArray* tyents, const HChar* who ) in ML_() function 237 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents, in ML_() function 328 void ML_(TyEntIndexCache__invalidate) ( TyEntIndexCache* cache ) in ML_() function 339 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents, in ML_() function 413 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 ) in ML_() function 480 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 ) in ML_() function 587 void ML_(TyEnt__make_EMPTY) ( TyEnt* te ) in ML_() function 669 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents, in ML_() function [all …]
|
D | d3basics.c | 53 const HChar* ML_(pp_DW_children) ( DW_children hashch ) in ML_() function 62 const HChar* ML_(pp_DW_TAG) ( DW_TAG tag ) in ML_() function 157 const HChar* ML_(pp_DW_FORM) ( DW_FORM form ) in ML_() function 191 const HChar* ML_(pp_DW_AT) ( DW_AT attr ) in ML_() function 479 GXResult ML_(evaluate_Dwarf3_Expr) ( const UChar* expr, UWord exprszB, in ML_() function 948 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, in ML_() function 1020 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di ) in ML_() function 1180 void ML_(pp_GXResult) ( GXResult res ) in ML_() function 1197 void ML_(pp_GX) ( const GExpr* gx ) in ML_() function
|
D | image.c | 609 DiImage* ML_(img_from_local_file)(const HChar* fullpath) in ML_() function 656 DiImage* ML_(img_from_di_server)(const HChar* filename, in ML_() function 759 void ML_(img_done)(DiImage* img) in ML_() function 788 DiOffT ML_(img_size)(const DiImage* img) in ML_() function 794 inline Bool ML_(img_valid)(const DiImage* img, DiOffT offset, SizeT size) in ML_() function 822 void ML_(img_get)(/*OUT*/void* dst, in ML_() function 834 SizeT ML_(img_get_some)(/*OUT*/void* dst, in ML_() function 859 SizeT ML_(img_strlen)(DiImage* img, DiOffT off) in ML_() function 867 HChar* ML_(img_strdup)(DiImage* img, const HChar* cc, DiOffT offset) in ML_() function 880 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2) in ML_() function [all …]
|
D | priv_misc.h | 112 static inline UChar ML_(read_UChar)( const UChar* data ) in ML_() function 116 static inline UChar* ML_(write_UChar)( UChar* ptr, UChar val ) in ML_() function
|
D | readmacho.c | 98 Bool ML_(is_macho_object_file)( const void* buf, SizeT szB ) in ML_() function 699 Bool ML_(read_macho_debug_info)( struct _DebugInfo* di ) in ML_() function
|
/external/valgrind/coregrind/m_scheduler/ |
D | sched-lock.c | 57 Bool ML_(set_sched_lock_impl)(const enum SchedLockType t) in ML_() function 68 const HChar *ML_(get_sched_lock_name)(void) in ML_() function 73 struct sched_lock *ML_(create_sched_lock)(void) in ML_() function 78 void ML_(destroy_sched_lock)(struct sched_lock *p) in ML_() function 83 int ML_(get_sched_lock_owner)(struct sched_lock *p) in ML_() function 88 void ML_(acquire_sched_lock)(struct sched_lock *p) in ML_() function 93 void ML_(release_sched_lock)(struct sched_lock *p) in ML_() function
|
D | sema.c | 55 void ML_(sema_init)(vg_sema_t *sema) in ML_() function 86 void ML_(sema_deinit)(vg_sema_t *sema) in ML_() function 98 void ML_(sema_down)( vg_sema_t *sema, Bool as_LL ) in ML_() function 130 void ML_(sema_up)( vg_sema_t *sema, Bool as_LL ) in ML_() function
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 55 void ML_(am_exit)( Int status ) in ML_() function 60 void ML_(am_barf) ( const HChar* what ) in ML_() function 67 void ML_(am_barf_toolow) ( const HChar* what ) in ML_() function 76 void ML_(am_assert_fail)( const HChar* expr, in ML_() function 89 Int ML_(am_getpid)( void ) in ML_() function 121 UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... ) in ML_() function 189 SysRes ML_(am_do_munmap_NO_NOTIFY)(Addr start, SizeT length) in ML_() function 197 SysRes ML_(am_do_extend_mapping_NO_NOTIFY)( in ML_() function 218 SysRes ML_(am_do_relocate_nooverlap_mapping_NO_NOTIFY)( in ML_() function 243 SysRes ML_(am_open) ( const HChar* pathname, Int flags, Int mode ) in ML_() function [all …]
|
D | aspacemgr-segnames.c | 275 ML_(am_allocate_segname)(const HChar *name) in ML_() function 352 ML_(am_show_segnames)(Int logLevel, const HChar *prefix) in ML_() function 381 ML_(am_segname_get_seqnr)(Int fnIdx) in ML_() function 402 ML_(am_segnames_init)(void) in ML_() function 412 ML_(am_inc_refcount)(Int ix) in ML_() function 420 ML_(am_dec_refcount)(Int ix) in ML_() function 427 ML_(am_sane_segname)(Int ix) in ML_() function 433 ML_(am_get_segname)(Int ix) in ML_() function
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux-variants.c | 77 Int ML_(linux_variant_PRE_sys_bproc)( UWord arg1, UWord arg2, in ML_() function 84 void ML_(linux_variant_POST_sys_bproc)( UWord arg1, UWord arg2, in ML_() function
|
D | syswrap-generic.c | 71 void ML_(guess_and_register_stack) (Addr sp, ThreadState* tst) in ML_() function 105 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid, in ML_() function 133 Bool ML_(client_signal_OK)(Int sigNo) in ML_() function 148 Bool ML_(safe_to_deref) ( void* start, SizeT size ) in ML_() function 227 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot, in ML_() function 238 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len ) in ML_() function 252 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot ) in ML_() function 584 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, in ML_() function 619 void ML_(record_fd_open_named)(ThreadId tid, Int fd) in ML_() function 632 void ML_(record_fd_open_nameless)(ThreadId tid, Int fd) in ML_() function [all …]
|
D | syswrap-main.c | 1995 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch ) in ML_() function 2438 void ML_(wqthread_continue_NORETURN)(ThreadId tid) in ML_() function
|
D | syswrap-linux.c | 319 Word ML_(start_thread_NORETURN) ( void* arg ) in ML_() function 332 Addr ML_(allocstack)(ThreadId tid) in ML_() function 429 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, in ML_() function 3448 ML_(linux_PRE_sys_msgsnd) ( ThreadId tid, in ML_() function 3458 ML_(linux_PRE_sys_msgrcv) ( ThreadId tid, in ML_() function 3469 ML_(linux_POST_sys_msgrcv) ( ThreadId tid, in ML_() function 3480 ML_(linux_PRE_sys_msgctl) ( ThreadId tid, in ML_() function 3513 ML_(linux_POST_sys_msgctl) ( ThreadId tid, in ML_() function 10214 ML_(linux_PRE_sys_getsockopt) ( ThreadId tid, in ML_() function 10240 ML_(linux_POST_sys_getsockopt) ( ThreadId tid, in ML_() function [all …]
|
D | syswrap-ppc64-linux.c | 1168 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-arm64-linux.c | 1399 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-amd64-linux.c | 1086 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-s390x-linux.c | 1056 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-ppc32-linux.c | 1266 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-arm-linux.c | 1232 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
/external/valgrind/include/ |
D | pub_tool_basics_asm.h | 53 # define ML_(str) VGAPPEND( vgModuleLocal_, str) macro 56 # define ML_(str) VGAPPEND(_vgModuleLocal_, str) macro
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-common.c | 57 Bool ML_(sf_maybe_extend_stack) ( const ThreadState *tst, Addr addr, in ML_() function 112 Bool ML_(sf_maybe_extend_stack) ( const ThreadState *tst, Addr addr, in ML_() function
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-pathscan.c | 122 const HChar* ML_(find_executable) ( const HChar* exec ) in ML_() function
|