Home
last modified time | relevance | path

Searched refs:ML_ (Results 1 – 25 of 105) sorted by relevance

12345

/external/valgrind/coregrind/m_debuginfo/
Dpriv_image.h62 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)(const DiImage* img);
81 DiOffT ML_(img_real_size)(const DiImage* img);
84 Bool ML_(img_valid)(const DiImage* img, DiOffT offset, SizeT size);
88 void ML_(img_get)(/*OUT*/void* dst,
99 SizeT ML_(img_get_some)(/*OUT*/void* dst,
105 HChar* ML_(img_strdup)(DiImage* img, const HChar* cc, DiOffT offset);
109 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2);
[all …]
Dreaddwarf.c168 byte = ML_(cur_step_UChar)(data); in step_leb128()
209 UInt w32 = ML_(cur_step_UInt)(p_img); in step_initial_length_field()
212 return ML_(cur_step_ULong)(p_img); in step_initial_length_field()
263 UChar op_code = ML_(cur_step_UChar)(data); in process_extended_line_op()
276 ML_(addLineInfo)( in process_extended_line_op()
292 Addr adr = ML_(cur_step_Addr)(data); in process_extended_line_op()
301 HChar* name = ML_(cur_step_strdup)(data, "di.pelo.1"); in process_extended_line_op()
302 UInt fndn_ix = ML_(addFnDn) (di, name, NULL); in process_extended_line_op()
304 ML_(dinfo_free)(name); in process_extended_line_op()
372 dirname_xa = VG_(newXA) (ML_(dinfo_zalloc), "di.rd2l.1", ML_(dinfo_free), in read_dwarf2_lineblock()
[all …]
Dreadmacho.c98 Bool ML_(is_macho_object_file)( const void* buf, SizeT szB ) in ML_() function
135 if (ML_(sli_is_valid)(*sli)) { in unmap_image()
136 ML_(img_done)(sli->img); in unmap_image()
153 DiImage* mimg = ML_(img_from_local_file)(filename); in map_image_aboard()
171 sli = ML_(sli_from_img)(mimg); in map_image_aboard()
175 if (ML_(img_size)(sli.img) < sizeof(struct fat_header)) { in map_image_aboard()
176 ML_(symerr)(di, True, "Invalid Mach-O file (0 too small)."); in map_image_aboard()
181 ML_(img_get)(&fh_be, sli.img, fh_be_ioff, sizeof(fh_be)); in map_image_aboard()
187 if (ML_(img_size)(sli.img) < sizeof(struct fat_header) in map_image_aboard()
189 ML_(symerr)(di, True, "Invalid Mach-O file (1 too small)."); in map_image_aboard()
[all …]
Dmisc.c45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { in ML_() function
53 void ML_(dinfo_shrink_block)( void* ptr, SizeT szB ) { in ML_() function
57 void ML_(dinfo_free) ( void* v ) { in ML_() function
61 HChar* ML_(dinfo_strdup) ( const HChar* cc, const HChar* str ) { in ML_() function
65 void* ML_(dinfo_memdup) ( const HChar* cc, const void* str, SizeT nStr ) { in ML_() function
71 void* ML_(dinfo_realloc) ( const HChar* cc, void* ptr, SizeT new_size ) { in ML_() function
83 Short ML_(readUAS_Short)( const UChar* data ) { in ML_() function
95 Int ML_(readUAS_Int) ( const UChar* data ) { in ML_() function
111 Long ML_(readUAS_Long) ( const UChar* data ) { in ML_() function
135 UShort ML_(readUAS_UShort) ( const UChar* data ) { in ML_() function
[all …]
Dreadelf.c145 Bool ML_(is_elf_object_file)( const void* image, SizeT n_image, Bool rel_ok ) in ML_() function
181 if (!ML_(img_valid)(img, 0, sizeof(ehdr))) in is_elf_object_file_by_DiImage()
184 ML_(img_get)(&ehdr, img, 0, sizeof(ehdr)); in is_elf_object_file_by_DiImage()
185 return ML_(is_elf_object_file)( &ehdr, sizeof(ehdr), rel_ok ); in is_elf_object_file_by_DiImage()
220 sym_name = ML_(img_strdup)(strtab_img, "di.sres.1", sym_name_ioff); in show_raw_elf_symbol()
225 ML_(dinfo_free)(sym_name); in show_raw_elf_symbol()
438 ML_(img_get_UChar)(escn_strtab->img, sym_name_ioff) == '\0') { in get_elf_symbol_info()
440 HChar* sym_name = ML_(img_strdup)(escn_strtab->img, in get_elf_symbol_info()
443 if (sym_name) ML_(dinfo_free)(sym_name); in get_elf_symbol_info()
469 HChar* sym_name = ML_(img_strdup)(escn_strtab->img, in get_elf_symbol_info()
[all …]
Dpriv_storage.h441 extern Int ML_(CfiExpr_Undef) ( XArray* dst );
442 extern Int ML_(CfiExpr_Deref) ( XArray* dst, Int ixAddr );
443 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
444 extern Int ML_(CfiExpr_Unop) ( XArray* dst, CfiUnop op, Int ix );
445 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR );
446 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg );
447 extern Int ML_(CfiExpr_DwReg) ( XArray* dst, Int reg );
449 extern void ML_(ppCfiExpr)( const XArray* src, Int ix );
497 ML_(cmp_for_DiAddrRange_range) ( const void* keyV, const void* elemV );
997 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym );
[all …]
Dpriv_tytypes.h148 Bool ML_(TyEnt__is_type)( const TyEnt* );
151 void ML_(pp_TyEnt)( const TyEnt* );
154 void ML_(pp_TyEnts)( const XArray* tyents, const HChar* who );
157 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents,
162 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 );
166 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 );
171 void ML_(TyEnt__make_EMPTY) ( TyEnt* te );
176 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents,
181 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
210 void ML_(TyEntIndexCache__invalidate) ( TyEntIndexCache* cache );
[all …]
/external/valgrind/coregrind/m_syswrap/
Dsyscall-amd64-darwin.S198 .globl ML_(do_syscall_for_client_unix_WRK)
199 ML_(do_syscall_for_client_unix_WRK):
202 .globl ML_(do_syscall_for_client_mach_WRK)
203 ML_(do_syscall_for_client_mach_WRK):
206 .globl ML_(do_syscall_for_client_mdep_WRK)
207 ML_(do_syscall_for_client_mdep_WRK):
220 .globl ML_(blksys_setup_MACH)
221 .globl ML_(blksys_restart_MACH)
222 .globl ML_(blksys_complete_MACH)
223 .globl ML_(blksys_committed_MACH)
[all …]
Dsyscall-x86-darwin.S196 .globl ML_(do_syscall_for_client_unix_WRK)
197 ML_(do_syscall_for_client_unix_WRK):
200 .globl ML_(do_syscall_for_client_mach_WRK)
201 ML_(do_syscall_for_client_mach_WRK):
204 .globl ML_(do_syscall_for_client_mdep_WRK)
205 ML_(do_syscall_for_client_mdep_WRK):
218 .globl ML_(blksys_setup_MACH)
219 .globl ML_(blksys_restart_MACH)
220 .globl ML_(blksys_complete_MACH)
221 .globl ML_(blksys_committed_MACH)
[all …]
Dsyscall-ppc64le-linux.S78 .globl ML_(do_syscall_for_client_WRK)
80 .type .ML_(do_syscall_for_client_WRK),@function
81 ML_(do_syscall_for_client_WRK):
84 .localentry ML_(do_syscall_for_client_WRK), .-ML_(do_syscall_for_client_WRK)
88 ML_(do_syscall_for_client_WRK):
89 .quad .ML_(do_syscall_for_client_WRK),.TOC.@tocbase,0
95 .localentry ML_(do_syscall_for_client_WRK), .-ML_(do_syscall_for_client_WRK)
97 .type .ML_(do_syscall_for_client_WRK),@function
98 .globl .ML_(do_syscall_for_client_WRK)
99 .ML_(do_syscall_for_client_WRK):
[all …]
Dpriv_syswrap-generic.h43 extern void ML_(guess_and_register_stack) (Addr sp, ThreadState* tst);
48 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid,
54 extern Bool ML_(safe_to_deref) ( const void *start, SizeT size );
57 extern Bool ML_(client_signal_OK)(Int sigNo);
61 Bool ML_(fd_allowed)(Int fd, const HChar *syscallname, ThreadId tid,
64 extern void ML_(record_fd_close) (Int fd);
65 extern void ML_(record_fd_open_named) (ThreadId tid, Int fd);
66 extern void ML_(record_fd_open_nameless) (ThreadId tid, Int fd);
67 extern void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd,
71 extern Bool ML_(fd_recorded)(Int fd);
[all …]
Dsyscall-ppc64be-linux.S78 .globl ML_(do_syscall_for_client_WRK)
81 ML_(do_syscall_for_client_WRK):
82 .quad .ML_(do_syscall_for_client_WRK),.TOC.@tocbase,0
84 .type .ML_(do_syscall_for_client_WRK),@function
85 .globl .ML_(do_syscall_for_client_WRK)
86 .ML_(do_syscall_for_client_WRK):
154 .globl ML_(blksys_setup)
155 .globl ML_(blksys_restart)
156 .globl ML_(blksys_complete)
157 .globl ML_(blksys_committed)
[all …]
Dsyscall-x86-solaris.S111 .globl ML_(do_syscall_for_client_WRK)
112 ML_(do_syscall_for_client_WRK):
181 .globl ML_(blksys_setup)
182 .globl ML_(blksys_complete)
183 .globl ML_(blksys_committed)
184 .globl ML_(blksys_finished)
185 ML_(blksys_setup): .long 1b
186 ML_(blksys_complete): .long 2b
187 ML_(blksys_committed): .long 3b
188 ML_(blksys_finished): .long 4b
[all …]
Dsyscall-amd64-solaris.S111 .globl ML_(do_syscall_for_client_WRK)
112 ML_(do_syscall_for_client_WRK):
176 .globl ML_(blksys_setup)
177 .globl ML_(blksys_complete)
178 .globl ML_(blksys_committed)
179 .globl ML_(blksys_finished)
180 ML_(blksys_setup): .quad 1b
181 ML_(blksys_complete): .quad 2b
182 ML_(blksys_committed): .quad 3b
183 ML_(blksys_finished): .quad 4b
[all …]
Dsyscall-ppc32-linux.S77 .globl ML_(do_syscall_for_client_WRK)
78 ML_(do_syscall_for_client_WRK):
146 .globl ML_(blksys_setup)
147 .globl ML_(blksys_restart)
148 .globl ML_(blksys_complete)
149 .globl ML_(blksys_committed)
150 .globl ML_(blksys_finished)
151 ML_(blksys_setup): .long 1b
152 ML_(blksys_restart): .long 2b
153 ML_(blksys_complete): .long 3b
[all …]
Dsyscall-mips64-linux.S72 .globl ML_(do_syscall_for_client_WRK)
73 ML_(do_syscall_for_client_WRK):
138 .globl ML_(blksys_setup)
139 .globl ML_(blksys_restart)
140 .globl ML_(blksys_complete)
141 .globl ML_(blksys_committed)
142 .globl ML_(blksys_finished)
143 ML_(blksys_setup): .quad 1b
144 ML_(blksys_restart): .quad 2b
145 ML_(blksys_complete): .quad 3b
[all …]
Dsyscall-arm-linux.S77 .globl ML_(do_syscall_for_client_WRK)
78 ML_(do_syscall_for_client_WRK):
134 .globl ML_(blksys_setup)
135 .globl ML_(blksys_restart)
136 .globl ML_(blksys_complete)
137 .globl ML_(blksys_committed)
138 .globl ML_(blksys_finished)
139 ML_(blksys_setup): .long 1b
140 ML_(blksys_restart): .long 2b
141 ML_(blksys_complete): .long 3b
[all …]
Dsyscall-s390x-linux.S88 .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 …]
Dpriv_syswrap-solaris.h46 extern void ML_(call_on_new_stack_0_1)(Addr stack, Addr retaddr,
48 extern Word ML_(start_thread_NORETURN)(void *arg);
49 extern Addr ML_(allocstack) (ThreadId tid);
50 extern void ML_(setup_start_thread_context)(ThreadId tid, vki_ucontext_t *uc);
52 extern UInt ML_(fletcher32)(UShort *buf, SizeT blocks);
53 extern ULong ML_(fletcher64)(UInt *buf, SizeT blocks);
54 extern void ML_(save_machine_context)(ThreadId tid, vki_ucontext_t *uc,
56 extern void ML_(restore_machine_context)(ThreadId tid, vki_ucontext_t *uc,
61 extern void ML_(setup_gdt)(VexGuestX86State *vex);
62 extern void ML_(cleanup_gdt)(VexGuestX86State *vex);
[all …]
Dsyscall-mips32-linux.S78 .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): .long 1b
202 ML_(blksys_restart): .long 2b
203 ML_(blksys_complete): .long 3b
[all …]
Dsyscall-x86-linux.S80 .globl ML_(do_syscall_for_client_WRK)
81 ML_(do_syscall_for_client_WRK):
176 .globl ML_(blksys_setup)
177 .globl ML_(blksys_restart)
178 .globl ML_(blksys_complete)
179 .globl ML_(blksys_committed)
180 .globl ML_(blksys_finished)
181 ML_(blksys_setup): .long 1b
182 ML_(blksys_restart): .long 2b
183 ML_(blksys_complete): .long 3b
[all …]
/external/valgrind/coregrind/m_aspacemgr/
Dpriv_aspacemgr.h69 extern void ML_(am_exit) ( Int status );
71 extern void ML_(am_barf) ( const HChar* what );
73 extern void ML_(am_barf_toolow) ( const HChar* what );
76 extern void ML_(am_assert_fail) ( const HChar* expr,
83 (ML_(am_assert_fail)(#expr, \
88 extern Int ML_(am_getpid)( void );
91 extern UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... );
95 extern SysRes ML_(am_do_munmap_NO_NOTIFY)(Addr start, SizeT length);
98 extern SysRes ML_(am_do_extend_mapping_NO_NOTIFY)(
104 extern SysRes ML_(am_do_relocate_nooverlap_mapping_NO_NOTIFY)(
[all …]
Daspacemgr-common.c55 void ML_(am_exit)( Int status ) in ML_() function
60 void ML_(am_barf) ( const HChar* what ) in ML_() function
64 ML_(am_exit)(1); in ML_()
67 void ML_(am_barf_toolow) ( const HChar* what ) in ML_() function
73 ML_(am_exit)(1); in ML_()
76 void ML_(am_assert_fail)( const HChar* expr, in ML_() function
86 ML_(am_exit)(1); in ML_()
89 Int ML_(am_getpid)( void ) in ML_() function
121 UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... ) in ML_() function
200 SysRes ML_(am_do_munmap_NO_NOTIFY)(Addr start, SizeT length) in ML_() function
[all …]
/external/valgrind/coregrind/m_scheduler/
Dsched-lock.c39 &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) 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
Dpriv_sched-lock.h41 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);

12345