Home
last modified time | relevance | path

Searched defs:ML_ (Results 1 – 25 of 31) sorted by relevance

12

/external/valgrind/main/coregrind/m_debuginfo/
Dmisc.c45 void* ML_(dinfo_zalloc) ( HChar* cc, SizeT szB ) { in ML_() function
54 void ML_(dinfo_free) ( void* v ) { in ML_() function
58 UChar* ML_(dinfo_strdup) ( HChar* cc, const UChar* str ) { in ML_() function
62 UChar* ML_(dinfo_memdup) ( HChar* cc, UChar* 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 …]
Dstorage.c62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ) in ML_() function
92 void ML_(ppSym) ( Int idx, DiSym* sym ) in ML_() function
115 void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si ) in ML_() function
218 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ) in ML_() function
256 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() function
339 void ML_(addLineInfo) ( struct _DebugInfo* di, in ML_() function
440 void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi_orig ) in ML_() function
565 Int ML_(CfiExpr_Undef)( XArray* dst ) in ML_() function
572 Int ML_(CfiExpr_Deref)( XArray* dst, Int ixAddr ) in ML_() function
580 Int ML_(CfiExpr_Const)( XArray* dst, UWord con ) in ML_() function
[all …]
Dtytypes.c51 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, 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) ( TyEnt* te1, TyEnt* te2 ) in ML_() function
480 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( TyEnt* te1, 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 …]
Dd3basics.c51 HChar* ML_(pp_DW_children) ( DW_children hashch ) in ML_() function
60 HChar* ML_(pp_DW_TAG) ( DW_TAG tag ) in ML_() function
155 HChar* ML_(pp_DW_FORM) ( DW_FORM form ) in ML_() function
189 HChar* ML_(pp_DW_AT) ( DW_AT attr ) in ML_() function
467 GXResult ML_(evaluate_Dwarf3_Expr) ( UChar* expr, UWord exprszB, in ML_() function
935 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX, in ML_() function
1007 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di ) in ML_() function
1167 void ML_(pp_GXResult) ( GXResult res ) in ML_() function
1184 void ML_(pp_GX) ( GExpr* gx ) { in ML_() function
Dreadstabs.c99 void ML_(read_debuginfo_stabs) ( DebugInfo* di, in ML_() function
Dreadmacho.c106 Bool ML_(is_macho_object_file)( const void* buf, SizeT szB ) in ML_() function
669 Bool ML_(read_macho_debug_info)( struct _DebugInfo* di ) in ML_() function
Dreadelf.c114 Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok ) in ML_() function
1326 Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di ) in ML_() function
Dreaddwarf.c1176 void ML_(read_debuginfo_dwarf3) in ML_() function
1408 void ML_(read_debuginfo_dwarf1) ( in ML_() function
3684 void ML_(read_callframe_info_dwarf3) in ML_() function
Ddebuginfo.c1282 struct _DebugInfoMapping* ML_(find_rx_mapping) ( struct _DebugInfo* di, in ML_() function
2358 Addr ML_(get_CFA) ( Addr ip, Addr sp, Addr fp, in ML_() function
/external/valgrind/main/coregrind/m_scheduler/
Dsched-lock.c57 Bool ML_(set_sched_lock_impl)(const enum SchedLockType t) in ML_() function
68 const Char *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
Dsema.c55 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/
Daspacemgr-common.c55 void ML_(am_exit)( Int status ) in ML_() function
67 void ML_(am_barf) ( HChar* what ) in ML_() function
74 void ML_(am_barf_toolow) ( 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
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 Char* pathname, Int flags, Int mode ) in ML_() function
[all …]
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux-variants.c78 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
Dsyswrap-generic.c74 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
998 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, in ML_() function
[all …]
Dsyswrap-main.c1829 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch ) in ML_() function
2217 void ML_(wqthread_continue_NORETURN)(ThreadId tid) in ML_() function
Dsyswrap-linux.c299 Word ML_(start_thread_NORETURN) ( void* arg ) in ML_() function
312 Addr ML_(allocstack)(ThreadId tid) in ML_() function
409 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, in ML_() function
3203 ML_(linux_PRE_sys_msgsnd) ( ThreadId tid, in ML_() function
3213 ML_(linux_PRE_sys_msgrcv) ( ThreadId tid, in ML_() function
3224 ML_(linux_POST_sys_msgrcv) ( ThreadId tid, in ML_() function
3235 ML_(linux_PRE_sys_msgctl) ( ThreadId tid, in ML_() function
3268 ML_(linux_POST_sys_msgctl) ( ThreadId tid, in ML_() function
6630 ML_(linux_PRE_sys_getsockopt) ( ThreadId tid, in ML_() function
6656 ML_(linux_POST_sys_getsockopt) ( ThreadId tid, in ML_() function
Dsyswrap-ppc64-linux.c1477 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-s390x-linux.c1527 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-ppc32-linux.c1838 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-amd64-linux.c1448 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-x86-linux.c2240 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-arm-linux.c1910 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
/external/valgrind/main/include/
Dpub_tool_basics_asm.h53 # define ML_(str) VGAPPEND( vgModuleLocal_, str) macro
56 # define ML_(str) VGAPPEND(_vgModuleLocal_, str) macro
Dpub_tool_basics.h71 #define ML_(str) VGAPPEND(vgModuleLocal_, str) macro
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-pathscan.c132 HChar* ML_(find_executable) ( const HChar* exec ) in ML_() function

12