/external/valgrind/main/coregrind/m_syswrap/ |
D | syscall-amd64-darwin.S | 197 .globl ML_(do_syscall_for_client_unix_WRK) 198 ML_(do_syscall_for_client_unix_WRK): 201 .globl ML_(do_syscall_for_client_mach_WRK) 202 ML_(do_syscall_for_client_mach_WRK): 205 .globl ML_(do_syscall_for_client_mdep_WRK) 206 ML_(do_syscall_for_client_mdep_WRK): 219 .globl ML_(blksys_setup_MACH) 220 .globl ML_(blksys_restart_MACH) 221 .globl ML_(blksys_complete_MACH) 222 .globl ML_(blksys_committed_MACH) [all …]
|
D | syscall-x86-darwin.S | 195 .globl ML_(do_syscall_for_client_unix_WRK) 196 ML_(do_syscall_for_client_unix_WRK): 199 .globl ML_(do_syscall_for_client_mach_WRK) 200 ML_(do_syscall_for_client_mach_WRK): 203 .globl ML_(do_syscall_for_client_mdep_WRK) 204 ML_(do_syscall_for_client_mdep_WRK): 217 .globl ML_(blksys_setup_MACH) 218 .globl ML_(blksys_restart_MACH) 219 .globl ML_(blksys_complete_MACH) 220 .globl ML_(blksys_committed_MACH) [all …]
|
D | priv_syswrap-generic.h | 40 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid, 46 extern Bool ML_(safe_to_deref) ( void* start, SizeT size ); 49 extern Bool ML_(client_signal_OK)(Int sigNo); 53 Bool ML_(fd_allowed)(Int fd, const Char *syscallname, ThreadId tid, Bool isNewFD); 55 extern void ML_(record_fd_open_named) (ThreadId tid, Int fd); 56 extern void ML_(record_fd_open_nameless) (ThreadId tid, Int fd); 57 extern void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, 63 Bool ML_(do_sigkill)(Int pid, Int tgid); 68 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot, 71 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len ); [all …]
|
D | syscall-ppc64-linux.S | 77 .globl ML_(do_syscall_for_client_WRK) 80 ML_(do_syscall_for_client_WRK): 81 .quad .ML_(do_syscall_for_client_WRK),.TOC.@tocbase,0 83 .type .ML_(do_syscall_for_client_WRK),@function 84 .globl .ML_(do_syscall_for_client_WRK) 85 .ML_(do_syscall_for_client_WRK): 153 .globl ML_(blksys_setup) 154 .globl ML_(blksys_restart) 155 .globl ML_(blksys_complete) 156 .globl ML_(blksys_committed) [all …]
|
D | syscall-ppc32-linux.S | 76 .globl ML_(do_syscall_for_client_WRK) 77 ML_(do_syscall_for_client_WRK): 145 .globl ML_(blksys_setup) 146 .globl ML_(blksys_restart) 147 .globl ML_(blksys_complete) 148 .globl ML_(blksys_committed) 149 .globl ML_(blksys_finished) 150 ML_(blksys_setup): .long 1b 151 ML_(blksys_restart): .long 2b 152 ML_(blksys_complete): .long 3b [all …]
|
D | syscall-arm-linux.S | 76 .globl ML_(do_syscall_for_client_WRK) 77 ML_(do_syscall_for_client_WRK): 133 .globl ML_(blksys_setup) 134 .globl ML_(blksys_restart) 135 .globl ML_(blksys_complete) 136 .globl ML_(blksys_committed) 137 .globl ML_(blksys_finished) 138 ML_(blksys_setup): .long 1b 139 ML_(blksys_restart): .long 2b 140 ML_(blksys_complete): .long 3b [all …]
|
D | syscall-x86-linux.S | 79 .globl ML_(do_syscall_for_client_WRK) 80 ML_(do_syscall_for_client_WRK): 156 .globl ML_(blksys_setup) 157 .globl ML_(blksys_restart) 158 .globl ML_(blksys_complete) 159 .globl ML_(blksys_committed) 160 .globl ML_(blksys_finished) 161 ML_(blksys_setup): .long 1b 162 ML_(blksys_restart): .long 2b 163 ML_(blksys_complete): .long 3b [all …]
|
D | syscall-s390x-linux.S | 88 .globl ML_(do_syscall_for_client_WRK) 89 ML_(do_syscall_for_client_WRK): 150 .globl ML_(blksys_setup) 151 .globl ML_(blksys_restart) 152 .globl ML_(blksys_complete) 153 .globl ML_(blksys_committed) 154 .globl ML_(blksys_finished) 158 ML_(blksys_setup): .quad 1b 159 ML_(blksys_restart): .quad 2b 160 ML_(blksys_complete): .quad 3b [all …]
|
D | syscall-amd64-linux.S | 78 .globl ML_(do_syscall_for_client_WRK) 79 ML_(do_syscall_for_client_WRK): 196 .globl ML_(blksys_setup) 197 .globl ML_(blksys_restart) 198 .globl ML_(blksys_complete) 199 .globl ML_(blksys_committed) 200 .globl ML_(blksys_finished) 201 ML_(blksys_setup): .quad 1b 202 ML_(blksys_restart): .quad 2b 203 ML_(blksys_complete): .quad 3b [all …]
|
D | syswrap-s390x-linux.c | 76 void ML_(call_on_new_stack_0_1) ( Addr stack, 228 stack = (UWord*)ML_(allocstack)(ctid); in do_clone() 306 ML_(start_thread_NORETURN), &VG_(threads)[ctid]); in do_clone() 460 if (!ML_(valid_client_addr)(ARG2, 4*sizeof(Addr), tid, NULL)) { in PRE() 464 ML_(generic_PRE_sys_socketpair)( tid, ARG2_0, ARG2_1, ARG2_2, ARG2_3 ); in PRE() 470 if (!ML_(valid_client_addr)(ARG2, 3*sizeof(Addr), tid, NULL)) { in PRE() 480 if (!ML_(valid_client_addr)(ARG2, 3*sizeof(Addr), tid, NULL)) { in PRE() 484 ML_(generic_PRE_sys_bind)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 490 if (!ML_(valid_client_addr)(ARG2, 2*sizeof(Addr), tid, NULL)) { in PRE() 499 if (!ML_(valid_client_addr)(ARG2, 3*sizeof(Addr), tid, NULL)) { in PRE() [all …]
|
D | syswrap-ppc64-linux.c | 68 void ML_(call_on_new_stack_0_1) ( Addr stack, 283 stack = (UWord*)ML_(allocstack)(ctid); in do_clone() 381 ML_(start_thread_NORETURN), in do_clone() 471 ML_(generic_PRE_sys_socketpair)( tid, ARG2_0, ARG2_1, ARG2_2, ARG2_3 ); in PRE() 483 ML_(generic_PRE_sys_bind)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 494 ML_(generic_PRE_sys_accept)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 501 ML_(generic_PRE_sys_accept)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 510 ML_(generic_PRE_sys_sendto)( tid, ARG2_0, ARG2_1, ARG2_2, in PRE() 517 ML_(generic_PRE_sys_send)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 524 ML_(generic_PRE_sys_recvfrom)( tid, ARG2_0, ARG2_1, ARG2_2, in PRE() [all …]
|
D | syswrap-main.c | 272 UWord ML_(do_syscall_for_client_WRK)( Word syscallno, 279 UWord ML_(do_syscall_for_client_unix_WRK)( Word syscallno, 285 UWord ML_(do_syscall_for_client_mach_WRK)( Word syscallno, 291 UWord ML_(do_syscall_for_client_mdep_WRK)( Word syscallno, 309 err = ML_(do_syscall_for_client_WRK)( in do_syscall_for_client() 316 err = ML_(do_syscall_for_client_unix_WRK)( in do_syscall_for_client() 322 err = ML_(do_syscall_for_client_mach_WRK)( in do_syscall_for_client() 328 err = ML_(do_syscall_for_client_mdep_WRK)( in do_syscall_for_client() 1110 sys = ML_(get_linux_syscall_entry)( syscallno ); in get_syscall_entry() 1117 if (idx >= 0 && idx < ML_(syscall_table_size) && in get_syscall_entry() [all …]
|
D | syswrap-arm-linux.c | 71 void ML_(call_on_new_stack_0_1) ( Addr stack, 187 stack = (UWord*)ML_(allocstack)(ctid); in do_clone() 244 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], in do_clone() 367 ML_(generic_PRE_sys_socketpair)( tid, ARG2_0, ARG2_1, ARG2_2, ARG2_3 ); in PRE() 379 ML_(generic_PRE_sys_bind)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 390 ML_(generic_PRE_sys_accept)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 399 ML_(generic_PRE_sys_sendto)( tid, ARG2_0, ARG2_1, ARG2_2, in PRE() 406 ML_(generic_PRE_sys_send)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 413 ML_(generic_PRE_sys_recvfrom)( tid, ARG2_0, ARG2_1, ARG2_2, in PRE() 425 ML_(generic_PRE_sys_recv)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() [all …]
|
D | syswrap-ppc32-linux.c | 68 void ML_(call_on_new_stack_0_1) ( Addr stack, 255 stack = (UWord*)ML_(allocstack)(ctid); in do_clone() 353 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], in do_clone() 444 ML_(generic_PRE_sys_socketpair)( tid, ARG2_0, ARG2_1, ARG2_2, ARG2_3 ); in PRE() 456 ML_(generic_PRE_sys_bind)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 467 ML_(generic_PRE_sys_accept)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 474 ML_(generic_PRE_sys_accept)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 483 ML_(generic_PRE_sys_sendto)( tid, ARG2_0, ARG2_1, ARG2_2, in PRE() 490 ML_(generic_PRE_sys_send)( tid, ARG2_0, ARG2_1, ARG2_2 ); in PRE() 497 ML_(generic_PRE_sys_recvfrom)( tid, ARG2_0, ARG2_1, ARG2_2, in PRE() [all …]
|
D | syswrap-amd64-linux.c | 69 void ML_(call_on_new_stack_0_1) ( Addr stack, 222 stack = (UWord*)ML_(allocstack)(ctid); in do_clone() 307 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], in do_clone() 424 if (!ML_(client_signal_OK)(ARG1 & VKI_CSIGNAL)) { in PRE() 449 ML_(do_fork_clone)(tid, in PRE() 510 ML_(fixup_guest_state_to_restart_syscall)(&tst->arch); in PRE() 646 r = ML_(generic_POST_sys_socket)(tid, VG_(mk_SysRes_Success)(RES)); in POST() 656 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); in PRE() 665 ML_(linux_PRE_sys_getsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); in PRE() 670 ML_(linux_POST_sys_getsockopt)(tid, VG_(mk_SysRes_Success)(RES), in POST() [all …]
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_misc.h | 41 void* ML_(dinfo_zalloc)( HChar* cc, SizeT szB ); 42 void ML_(dinfo_free)( void* v ); 43 UChar* ML_(dinfo_strdup)( HChar* cc, const UChar* str ); 44 UChar* ML_(dinfo_memdup)( HChar* cc, UChar* str, SizeT nStr ); 47 Short ML_(read_Short)( UChar* data ); 48 Int ML_(read_Int)( UChar* data ); 49 Long ML_(read_Long)( UChar* data ); 50 UShort ML_(read_UShort)( UChar* data ); 51 UWord ML_(read_UWord)( UChar* data ); 52 UInt ML_(read_UInt)( UChar* data ); [all …]
|
D | misc.c | 45 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 …]
|
D | priv_tytypes.h | 141 Bool ML_(TyEnt__is_type)( TyEnt* ); 144 void ML_(pp_TyEnt)( TyEnt* ); 147 void ML_(pp_TyEnts)( XArray* tyents, HChar* who ); 150 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents, 155 Word ML_(TyEnt__cmp_by_cuOff_only) ( TyEnt* te1, TyEnt* te2 ); 159 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( TyEnt* te1, TyEnt* te2 ); 164 void ML_(TyEnt__make_EMPTY) ( TyEnt* te ); 169 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents, 174 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset, 203 void ML_(TyEntIndexCache__invalidate) ( TyEntIndexCache* cache ); [all …]
|
D | priv_storage.h | 334 extern Int ML_(CfiExpr_Undef) ( XArray* dst ); 335 extern Int ML_(CfiExpr_Deref) ( XArray* dst, Int ixAddr ); 336 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con ); 337 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiOp op, Int ixL, Int ixR ); 338 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg ); 339 extern Int ML_(CfiExpr_DwReg) ( XArray* dst, Int reg ); 341 extern void ML_(ppCfiExpr)( XArray* src, Int ix ); 389 ML_(cmp_for_DiAddrRange_range) ( const void* keyV, const void* elemV ); 807 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ); 811 void ML_(addLineInfo) ( struct _DebugInfo* di, [all …]
|
D | d3basics.c | 51 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 462 GXResult ML_(evaluate_Dwarf3_Expr) ( UChar* expr, UWord exprszB, in ML_() function 561 a1 = ML_(read_Addr)(expr); in ML_() 575 fbval = ML_(evaluate_GX)(fbGX, NULL, regs, di); in ML_() 663 uw1 = ML_(read_UWord)((void *)uw1); in ML_() 676 case 1: uw1 = ML_(read_UChar)((void*)uw1); break; in ML_() 677 case 2: uw1 = ML_(read_UShort)((void*)uw1); break; in ML_() [all …]
|
D | tytypes.c | 51 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 198 ML_(pp_TyEnt)( tyent ); in ML_() 208 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in pp_TyBound_C_ishly() 224 ML_(pp_TyEnt)( ent ); in pp_TyBound_C_ishly() 227 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents, in ML_() function 230 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in ML_() 241 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_() 255 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyArray.typeR); in ML_() [all …]
|
D | readdwarf.c | 79 ML_(dinfo_free)(wa->tab); in free_WordArray() 101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word)); in addto_WordArray() 107 ML_(dinfo_free)(wa->tab); in addto_WordArray() 280 UInt w32 = ML_(read_UInt)(p_img); in read_initial_length_field() 283 return ML_(read_ULong)(p_img+4); in read_initial_length_field() 378 ML_(addLineInfo) ( in process_extended_line_op() 396 adr = ML_(read_Addr)(data); in process_extended_line_op() 405 addto_WordArray( filenames, (Word)ML_(addStr)(di,name,-1) ); in process_extended_line_op() 496 addto_WordArray( &dirnames, (Word)ML_(addStr)(di, ui->compdir, -1) ); in read_dwarf2_lineblock() 498 addto_WordArray( &dirnames, (Word)ML_(addStr)(di, ".", -1) ); in read_dwarf2_lineblock() [all …]
|
D | readdwarf3.c | 246 r = ML_(read_UShort)(&c->region_start_img[ c->region_next ]); in get_UShort() 258 r = ML_(read_UInt)(&c->region_start_img[ c->region_next ]); in get_UInt() 270 r = ML_(read_ULong)(&c->region_start_img[ c->region_next ]); in get_ULong() 490 ML_(write_Addr)(pA, ML_(read_Addr)(pA) + di->text_debug_bias); in bias_GX() 494 ML_(write_Addr)(pA, ML_(read_Addr)(pA) + di->text_debug_bias); in bias_GX() 497 nbytes = ML_(read_UShort)(p); p += sizeof(UShort); in bias_GX() 517 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1", in make_singleton_GX() 523 p = ML_(write_UChar)(p, 0); /*biasMe*/ in make_singleton_GX() 524 p = ML_(write_UChar)(p, 0); /*!isEnd*/ in make_singleton_GX() 525 p = ML_(write_Addr)(p, 0); /*aMin*/ in make_singleton_GX() [all …]
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | priv_aspacemgr.h | 67 extern void ML_(am_exit) ( Int status ); 68 extern void ML_(am_barf) ( HChar* what ); 69 extern void ML_(am_barf_toolow) ( HChar* what ); 72 extern void ML_(am_assert_fail) ( const HChar* expr, 79 (ML_(am_assert_fail)(#expr, \ 84 extern Int ML_(am_getpid)( void ); 87 extern UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... ); 91 extern SysRes ML_(am_do_munmap_NO_NOTIFY)(Addr start, SizeT length); 94 extern SysRes ML_(am_do_extend_mapping_NO_NOTIFY)( 100 extern SysRes ML_(am_do_relocate_nooverlap_mapping_NO_NOTIFY)( [all …]
|
D | aspacemgr-common.c | 55 void ML_(am_exit)( Int status ) in ML_() function 67 void ML_(am_barf) ( HChar* what ) in ML_() function 71 ML_(am_exit)(1); in ML_() 74 void ML_(am_barf_toolow) ( HChar* what ) in ML_() function 80 ML_(am_exit)(1); in ML_() 83 void ML_(am_assert_fail)( const HChar* expr, in ML_() function 93 ML_(am_exit)(1); in ML_() 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 [all …]
|