HomeSort by relevance Sort by last modified time
    Searched refs:ML_ (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/valgrind/main/coregrind/m_scheduler/
priv_sched-lock.h 41 Bool ML_(set_sched_lock_impl)(const enum SchedLockType t);
42 const HChar *ML_(get_sched_lock_name)(void);
43 struct sched_lock *ML_(create_sched_lock)(void);
44 void ML_(destroy_sched_lock)(struct sched_lock *p);
45 int ML_(get_sched_lock_owner)(struct sched_lock *p);
46 void ML_(acquire_sched_lock)(struct sched_lock *p);
47 void ML_(release_sched_lock)(struct sched_lock *p);
priv_sema.h 45 void ML_(sema_init) ( vg_sema_t *sema );
46 void ML_(sema_deinit) ( vg_sema_t *sema );
47 void ML_(sema_down) ( vg_sema_t *sema, Bool as_LL );
48 void ML_(sema_up) ( vg_sema_t *sema, Bool as_LL );
sched-lock.c 39 &ML_(generic_sched_lock_ops);
42 [sched_lock_generic] = &ML_(generic_sched_lock_ops),
44 [sched_lock_ticket] = &ML_(linux_ticket_lock_ops),
57 Bool ML_(set_sched_lock_impl)(const enum SchedLockType t)
68 const HChar *ML_(get_sched_lock_name)(void)
73 struct sched_lock *ML_(create_sched_lock)(void)
78 void ML_(destroy_sched_lock)(struct sched_lock *p)
83 int ML_(get_sched_lock_owner)(struct sched_lock *p)
88 void ML_(acquire_sched_lock)(struct sched_lock *p)
93 void ML_(release_sched_lock)(struct sched_lock *p
    [all...]
priv_sched-lock-impl.h 46 extern const struct sched_lock_ops ML_(generic_sched_lock_ops);
47 extern const struct sched_lock_ops ML_(linux_ticket_lock_ops);
sched-lock-generic.c 55 ML_(sema_init)(&p->sema);
61 ML_(sema_deinit)(&p->sema);
72 ML_(sema_down)(&p->sema, False);
77 ML_(sema_up)(&p->sema, False);
80 const struct sched_lock_ops ML_(generic_sched_lock_ops) = {
  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 42 void* ML_(dinfo_zalloc)( const HChar* cc, SizeT szB );
43 void ML_(dinfo_free)( void* v );
44 HChar* ML_(dinfo_strdup)( const HChar* cc, const HChar* str );
45 void* ML_(dinfo_memdup)( const HChar* cc, void* str, SizeT nStr );
48 Short ML_(read_Short)( UChar* data );
49 Int ML_(read_Int)( UChar* data );
50 Long ML_(read_Long)( UChar* data );
51 UShort ML_(read_UShort)( UChar* data );
52 UWord ML_(read_UWord)( UChar* data );
53 UInt ML_(read_UInt)( UChar* data )
    [all...]
priv_readmacho.h 40 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
48 extern Bool ML_(read_macho_debug_info) ( DebugInfo* si );
priv_image.h 37 #include "priv_misc.h" // ML_(dinfo_zalloc)
54 noted, you must never pass this to any of the ML_(image_*)
62 DiImage* ML_(img_from_local_file)(const HChar* fullpath);
71 DiImage* ML_(img_from_di_server)(const HChar* filename,
75 void ML_(img_done)(DiImage*);
78 DiOffT ML_(img_size)(DiImage* img);
81 Bool ML_(img_valid)(DiImage* img, DiOffT offset, SizeT size);
85 void ML_(img_get)(/*OUT*/void* dst,
88 /* A version of ML_(img_get) that is significantly cheaper when
96 SizeT ML_(img_get_some)(/*OUT*/void* dst
    [all...]
priv_readelf.h 46 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok );
54 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
priv_readdwarf.h 48 void ML_(read_debuginfo_dwarf3)
61 void ML_(read_debuginfo_dwarf1) ( DebugInfo* di,
69 void ML_(read_callframe_info_dwarf3)
priv_readstabs.h 47 void ML_(read_debuginfo_stabs) ( DebugInfo* di,
priv_readpdb.h 44 extern Bool ML_(read_pdb_debug_info)(
56 ML_(dinfo_free). */
57 HChar* ML_(find_name_of_pdb_file)( HChar* pename );
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-main.h 39 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch );
44 void ML_(wqthread_continue_NORETURN)(ThreadId tid);
syscall-ppc64-linux.S 66 UWord ML_(do_syscall_for_client_WRK)(
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
    [all...]
syscall-amd64-darwin.S 66 Int ML_(do_syscall_for_client_WRK(
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
    [all...]
syscall-x86-darwin.S 66 Int ML_(do_syscall_for_client_WRK)(
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
    [all...]
syscall-mips64-linux.S 60 UWord ML_(do_syscall_for_client_WRK)(
71 .globl ML_(do_syscall_for_client_WRK)
72 ML_(do_syscall_for_client_WRK):
137 .globl ML_(blksys_setup)
138 .globl ML_(blksys_restart)
139 .globl ML_(blksys_complete)
140 .globl ML_(blksys_committed)
141 .globl ML_(blksys_finished)
142 ML_(blksys_setup): .quad 1b
143 ML_(blksys_restart): .quad 2
    [all...]
syscall-ppc32-linux.S 66 UWord ML_(do_syscall_for_client_WRK)(
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 2
    [all...]
syscall-arm-linux.S 66 UWord ML_(do_syscall_for_client_WRK)(
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 2
    [all...]
priv_syswrap-linux-variants.h 46 extern Int ML_(linux_variant_PRE_sys_bproc)( UW, UW, UW, UW, UW, UW );
48 extern void ML_(linux_variant_POST_sys_bproc)( UW, UW, UW, UW, UW, UW );
syswrap-linux-variants.c 78 Int ML_(linux_variant_PRE_sys_bproc)( UWord arg1, UWord arg2,
85 void ML_(linux_variant_POST_sys_bproc)( UWord arg1, UWord arg2,
syscall-amd64-linux.S 66 Int ML_(do_syscall_for_client_WRK(
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 2
    [all...]
syscall-mips32-linux.S 67 UWord ML_(do_syscall_for_client_WRK)(
77 .globl ML_(do_syscall_for_client_WRK)
78 ML_(do_syscall_for_client_WRK):
195 .globl ML_(blksys_setup)
196 .globl ML_(blksys_restart)
197 .globl ML_(blksys_complete)
198 .globl ML_(blksys_committed)
199 .globl ML_(blksys_finished)
200 ML_(blksys_setup): .long 1b
201 ML_(blksys_restart): .long 2
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
priv_initimg_pathscan.h 37 extern const HChar* ML_(find_executable) ( const HChar* exec );
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 67 extern void ML_(am_exit) ( Int status );
68 extern void ML_(am_barf) ( const HChar* what );
69 extern void ML_(am_barf_toolow) ( const 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...]

Completed in 149 milliseconds

1 2 3 4