Home
last modified time | relevance | path

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

12

/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
222 SysRes ML_(am_do_relocate_nooverlap_mapping_NO_NOTIFY)( in ML_() function
251 SysRes ML_(am_open) ( const Char* pathname, Int flags, Int mode ) in ML_() function
[all …]
/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
Dstorage.c62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ) in ML_() function
91 void ML_(ppSym) ( Int idx, DiSym* sym ) in ML_() function
101 void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si ) in ML_() function
196 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ) in ML_() function
232 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() function
262 void ML_(shrinkSym)( struct _DebugInfo* di ) in ML_() function
310 void ML_(shrinkLineInfo)( struct _DebugInfo* di ) in ML_() function
328 void ML_(addLineInfo) ( struct _DebugInfo* di, in ML_() function
422 void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi_orig ) in ML_() function
541 Int ML_(CfiExpr_Undef)( XArray* dst ) in ML_() function
[all …]
Dtytypes.c51 Bool ML_(TyEnt__is_type)( TyEnt* te ) in ML_() function
82 void ML_(pp_TyEnt)( TyEnt* te ) in ML_() function
190 void ML_(pp_TyEnts)( XArray* tyents, HChar* who ) in ML_() function
227 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents, in ML_() function
305 void ML_(TyEntIndexCache__invalidate) ( TyEntIndexCache* cache ) in ML_() function
316 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents, in ML_() function
390 Word ML_(TyEnt__cmp_by_cuOff_only) ( TyEnt* te1, TyEnt* te2 ) in ML_() function
457 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( TyEnt* te1, TyEnt* te2 ) in ML_() function
563 void ML_(TyEnt__make_EMPTY) ( TyEnt* te ) in ML_() function
642 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
187 HChar* ML_(pp_DW_AT) ( DW_AT attr ) in ML_() function
461 GXResult ML_(evaluate_Dwarf3_Expr) ( UChar* expr, UWord exprszB, in ML_() function
929 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX, in ML_() function
1001 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di ) in ML_() function
1161 void ML_(pp_GXResult) ( GXResult res ) in ML_() function
1178 void ML_(pp_GX) ( GExpr* gx ) { in ML_() function
Dreadstabs.c100 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
667 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 ) in ML_() function
1158 Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di ) in ML_() function
Dreaddwarf.c1160 void ML_(read_debuginfo_dwarf3) in ML_() function
1389 void ML_(read_debuginfo_dwarf1) ( in ML_() function
3648 void ML_(read_callframe_info_dwarf3) in ML_() function
/external/valgrind/main/coregrind/m_scheduler/
Dsema.c51 void ML_(sema_init)(vg_sema_t *sema) in ML_() function
79 void ML_(sema_deinit)(vg_sema_t *sema) in ML_() function
90 void ML_(sema_down)( vg_sema_t *sema, Bool as_LL ) in ML_() function
121 void ML_(sema_up)( vg_sema_t *sema, Bool as_LL ) in ML_() function
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux-variants.c77 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
Dsyswrap-generic.c72 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid, in ML_() function
100 Bool ML_(client_signal_OK)(Int sigNo) in ML_() function
115 Bool ML_(safe_to_deref) ( void* start, SizeT size ) in ML_() function
202 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot, in ML_() function
213 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len ) in ML_() function
227 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot ) in ML_() function
578 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname) in ML_() function
612 void ML_(record_fd_open_named)(ThreadId tid, Int fd) in ML_() function
625 void ML_(record_fd_open_nameless)(ThreadId tid, Int fd) in ML_() function
1002 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, in ML_() function
[all …]
Dsyswrap-main.c1808 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch ) in ML_() function
2171 void ML_(wqthread_continue_NORETURN)(ThreadId tid) in ML_() function
Dsyswrap-aix5.c76 Addr ML_(allocstack)(ThreadId tid) in ML_() function
122 void ML_(aix5_rescan_procmap_after_load_or_unload) ( void ) in ML_() function
180 Bool ML_(aix5_force_thread_into_pthread_exit)( ThreadId tid ) in ML_() function
213 void ML_(aix5_set_threadstate_for_emergency_exit)(ThreadId tid, HChar* why) in ML_() function
272 HChar* ML_(aix5debugstuff_pc_to_fnname) ( Addr pc ) in ML_() function
352 void ML_(aix5debugstuff_show_tstate_flags) ( UWord w ) in ML_() function
373 void ML_(aix5debugstuff_show_tstate) ( Addr tsA, HChar* who ) in ML_() function
Dsyswrap-linux.c220 Word ML_(start_thread_NORETURN) ( void* arg ) in ML_() function
233 Addr ML_(allocstack)(ThreadId tid) in ML_() function
313 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, in ML_() function
3009 ML_(linux_PRE_sys_msgsnd) ( ThreadId tid, in ML_() function
3019 ML_(linux_PRE_sys_msgrcv) ( ThreadId tid, in ML_() function
3030 ML_(linux_POST_sys_msgrcv) ( ThreadId tid, in ML_() function
3041 ML_(linux_PRE_sys_msgctl) ( ThreadId tid, in ML_() function
3074 ML_(linux_POST_sys_msgctl) ( ThreadId tid, in ML_() function
5908 ML_(linux_PRE_sys_getsockopt) ( ThreadId tid, in ML_() function
5934 ML_(linux_POST_sys_getsockopt) ( ThreadId tid, in ML_() function
Dsyswrap-ppc32-aix5.c884 SyscallTableEntry* ML_(get_ppc32_aix5_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-ppc64-aix5.c764 SyscallTableEntry* ML_(get_ppc64_aix5_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-ppc64-linux.c1537 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-ppc32-linux.c1812 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-amd64-linux.c1415 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-x86-linux.c2200 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno ) in ML_() function
Dsyswrap-arm-linux.c1686 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.c133 HChar* ML_(find_executable) ( const HChar* exec ) in ML_() function

12