/external/valgrind/main/coregrind/m_debuginfo/ |
D | misc.c | 45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { in ML_() function 54 void ML_(dinfo_free) ( void* v ) { in ML_() function 58 HChar* ML_(dinfo_strdup) ( const HChar* cc, const HChar* str ) { in ML_() function 62 void* ML_(dinfo_memdup) ( const HChar* cc, void* str, SizeT nStr ) { in ML_() function 75 Short ML_(read_Short)( UChar* data ) { in ML_() function 87 Int ML_(read_Int) ( UChar* data ) { in ML_() function 103 Long ML_(read_Long) ( UChar* data ) { in ML_() function 127 UShort ML_(read_UShort) ( UChar* data ) { in ML_() function 139 UChar *ML_(write_UShort) ( UChar* ptr, UShort val ) { in ML_() function 150 UWord ML_(read_UWord) ( UChar* data ) { in ML_() function [all …]
|
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 | storage.c | 63 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, const HChar* msg ) in ML_() function 93 void ML_(ppSym) ( Int idx, DiSym* sym ) in ML_() function 116 void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si ) in ML_() function 232 HChar* ML_(addStr) ( struct _DebugInfo* di, const HChar* str, Int len ) in ML_() function 269 HChar* ML_(addStrFromCursor)( struct _DebugInfo* di, DiCursor c ) in ML_() function 285 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() function 368 void ML_(addLineInfo) ( struct _DebugInfo* di, in ML_() function 469 void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi_orig ) in ML_() function 594 Int ML_(CfiExpr_Undef)( XArray* dst ) in ML_() function 601 Int ML_(CfiExpr_Deref)( XArray* dst, Int ixAddr ) in ML_() function [all …]
|
D | tytypes.c | 51 Bool ML_(TyEnt__is_type)( TyEnt* te ) in ML_() function 83 void ML_(pp_TyEnt)( TyEnt* te ) in ML_() function 201 void ML_(pp_TyEnts)( XArray* tyents, const HChar* who ) in ML_() function 238 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents, in ML_() function 328 void ML_(TyEntIndexCache__invalidate) ( TyEntIndexCache* cache ) in ML_() function 339 TyEnt* ML_(TyEnts__index_by_cuOff) ( 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)( 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 474 GXResult ML_(evaluate_Dwarf3_Expr) ( UChar* expr, UWord exprszB, in ML_() function 942 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX, in ML_() function 1014 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di ) in ML_() function 1174 void ML_(pp_GXResult) ( GXResult res ) in ML_() function 1191 void ML_(pp_GX) ( GExpr* gx ) { in ML_() function
|
D | image.c | 590 DiImage* ML_(img_from_local_file)(const HChar* fullpath) in ML_() function 637 DiImage* ML_(img_from_di_server)(const HChar* filename, in ML_() function 740 void ML_(img_done)(DiImage* img) in ML_() function 769 DiOffT ML_(img_size)(DiImage* img) in ML_() function 775 inline Bool ML_(img_valid)(DiImage* img, DiOffT offset, SizeT size) in ML_() function 803 void ML_(img_get)(/*OUT*/void* dst, in ML_() function 815 SizeT ML_(img_get_some)(/*OUT*/void* dst, in ML_() function 840 SizeT ML_(img_strlen)(DiImage* img, DiOffT off) in ML_() function 848 HChar* ML_(img_strdup)(DiImage* img, const HChar* cc, DiOffT offset) in ML_() function 861 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2) in ML_() function [all …]
|
D | readstabs.c | 101 void ML_(read_debuginfo_stabs) ( DebugInfo* di, in ML_() function
|
D | readmacho.c | 99 Bool ML_(is_macho_object_file)( const void* buf, SizeT szB ) in ML_() function 693 Bool ML_(read_macho_debug_info)( struct _DebugInfo* di ) in ML_() function
|
/external/valgrind/main/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/main/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 55 void ML_(am_exit)( Int status ) in ML_() function 67 void ML_(am_barf) ( const HChar* what ) in ML_() function 74 void ML_(am_barf_toolow) ( const HChar* what ) in ML_() function 83 void ML_(am_assert_fail)( const HChar* expr, in ML_() function 96 Int ML_(am_getpid)( void ) in ML_() function 128 UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... ) in ML_() function 194 SysRes ML_(am_do_munmap_NO_NOTIFY)(Addr start, SizeT length) in ML_() function 202 SysRes ML_(am_do_extend_mapping_NO_NOTIFY)( in ML_() function 223 SysRes ML_(am_do_relocate_nooverlap_mapping_NO_NOTIFY)( in ML_() function 248 SysRes ML_(am_open) ( const HChar* pathname, Int flags, Int mode ) in ML_() function [all …]
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux-variants.c | 78 Int ML_(linux_variant_PRE_sys_bproc)( UWord arg1, UWord arg2, in ML_() function 85 void ML_(linux_variant_POST_sys_bproc)( UWord arg1, UWord arg2, in ML_() function
|
D | syswrap-generic.c | 74 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid, in ML_() function 102 Bool ML_(client_signal_OK)(Int sigNo) in ML_() function 117 Bool ML_(safe_to_deref) ( void* start, SizeT size ) in ML_() function 196 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot, in ML_() function 207 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len ) in ML_() function 221 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot ) in ML_() function 558 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname) in ML_() function 592 void ML_(record_fd_open_named)(ThreadId tid, Int fd) in ML_() function 605 void ML_(record_fd_open_nameless)(ThreadId tid, Int fd) in ML_() function 1096 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, in ML_() function [all …]
|
D | syswrap-main.c | 1950 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch ) in ML_() function 2359 void ML_(wqthread_continue_NORETURN)(ThreadId tid) in ML_() function
|
D | syswrap-ppc64-linux.c | 1059 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-linux.c | 310 Word ML_(start_thread_NORETURN) ( void* arg ) in ML_() function 323 Addr ML_(allocstack)(ThreadId tid) in ML_() function 420 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, in ML_() function 3362 ML_(linux_PRE_sys_msgsnd) ( ThreadId tid, in ML_() function 3372 ML_(linux_PRE_sys_msgrcv) ( ThreadId tid, in ML_() function 3383 ML_(linux_POST_sys_msgrcv) ( ThreadId tid, in ML_() function 3394 ML_(linux_PRE_sys_msgctl) ( ThreadId tid, in ML_() function 3427 ML_(linux_POST_sys_msgctl) ( ThreadId tid, in ML_() function 8154 ML_(linux_PRE_sys_getsockopt) ( ThreadId tid, in ML_() function 8180 ML_(linux_POST_sys_getsockopt) ( ThreadId tid, in ML_() function [all …]
|
D | syswrap-arm64-linux.c | 1423 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-amd64-linux.c | 1087 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-s390x-linux.c | 1068 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 | 1245 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
D | syswrap-mips64-linux.c | 929 SyscallTableEntry * ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
|
/external/valgrind/main/include/ |
D | pub_tool_basics_asm.h | 53 # define ML_(str) VGAPPEND( vgModuleLocal_, str) macro 56 # define ML_(str) VGAPPEND(_vgModuleLocal_, str) macro
|
D | pub_tool_basics.h | 71 #define ML_(str) VGAPPEND(vgModuleLocal_, str) macro
|
/external/valgrind/main/coregrind/m_initimg/ |
D | initimg-pathscan.c | 132 const HChar* ML_(find_executable) ( const HChar* exec ) in ML_() function
|