/external/valgrind/coregrind/m_debuginfo/ |
D | priv_image.h | 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)(const DiImage* img); 81 Bool ML_(img_valid)(const DiImage* img, DiOffT offset, SizeT size); 85 void ML_(img_get)(/*OUT*/void* dst, 96 SizeT ML_(img_get_some)(/*OUT*/void* dst, 102 HChar* ML_(img_strdup)(DiImage* img, const HChar* cc, DiOffT offset); 106 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2); 110 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2); [all …]
|
D | readdwarf.c | 170 byte = ML_(cur_step_UChar)(data); in step_leb128() 211 UInt w32 = ML_(cur_step_UInt)(p_img); in step_initial_length_field() 214 return ML_(cur_step_ULong)(p_img); in step_initial_length_field() 266 UChar op_code = ML_(cur_step_UChar)(data); in process_extended_line_op() 280 ML_(addLineInfo) ( in process_extended_line_op() 297 Addr adr = ML_(cur_step_Addr)(data); in process_extended_line_op() 306 HChar* name = ML_(cur_step_strdup)(data, "di.pelo.1"); in process_extended_line_op() 307 UInt fndn_ix = ML_(addFnDn) (di, name, NULL); in process_extended_line_op() 309 ML_(dinfo_free)(name); in process_extended_line_op() 377 dirname_xa = VG_(newXA) (ML_(dinfo_zalloc), "di.rd2l.1", ML_(dinfo_free), in read_dwarf2_lineblock() [all …]
|
D | readmacho.c | 98 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 …]
|
D | misc.c | 45 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 …]
|
D | readelf.c | 115 Bool ML_(is_elf_object_file)( const void* image, SizeT n_image, Bool rel_ok ) in ML_() function 151 if (!ML_(img_valid)(img, 0, sizeof(ehdr))) in is_elf_object_file_by_DiImage() 154 ML_(img_get)(&ehdr, img, 0, sizeof(ehdr)); in is_elf_object_file_by_DiImage() 155 return ML_(is_elf_object_file)( &ehdr, sizeof(ehdr), rel_ok ); in is_elf_object_file_by_DiImage() 190 sym_name = ML_(img_strdup)(strtab_img, "di.sres.1", sym_name_ioff); in show_raw_elf_symbol() 195 ML_(dinfo_free)(sym_name); in show_raw_elf_symbol() 402 ML_(img_get_UChar)(escn_strtab->img, sym_name_ioff) == '\0') { in get_elf_symbol_info() 404 HChar* sym_name = ML_(img_strdup)(escn_strtab->img, in get_elf_symbol_info() 407 if (sym_name) ML_(dinfo_free)(sym_name); in get_elf_symbol_info() 433 HChar* sym_name = ML_(img_strdup)(escn_strtab->img, in get_elf_symbol_info() [all …]
|
D | priv_storage.h | 454 extern Int ML_(CfiExpr_Undef) ( XArray* dst ); 455 extern Int ML_(CfiExpr_Deref) ( XArray* dst, Int ixAddr ); 456 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con ); 457 extern Int ML_(CfiExpr_Unop) ( XArray* dst, CfiUnop op, Int ix ); 458 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR ); 459 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg ); 460 extern Int ML_(CfiExpr_DwReg) ( XArray* dst, Int reg ); 462 extern void ML_(ppCfiExpr)( const XArray* src, Int ix ); 510 ML_(cmp_for_DiAddrRange_range) ( const void* keyV, const void* elemV ); 1010 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ); [all …]
|
D | priv_tytypes.h | 148 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/ |
D | syscall-amd64-darwin.S | 198 .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 …]
|
D | syscall-x86-darwin.S | 196 .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 …]
|
D | syscall-ppc64le-linux.S | 78 .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 …]
|
D | priv_syswrap-generic.h | 43 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 …]
|
D | syscall-ppc64be-linux.S | 78 .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 …]
|
D | syscall-x86-solaris.S | 111 .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 …]
|
D | syscall-amd64-solaris.S | 111 .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 …]
|
D | syscall-mips64-linux.S | 72 .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 …]
|
D | syscall-ppc32-linux.S | 77 .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 …]
|
D | syscall-arm-linux.S | 77 .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 …]
|
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 | priv_syswrap-solaris.h | 46 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 …]
|
D | syscall-mips32-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): .long 1b 202 ML_(blksys_restart): .long 2b 203 ML_(blksys_complete): .long 3b [all …]
|
D | syscall-tilegx-linux.S | 78 .globl ML_(do_syscall_for_client_WRK) 79 ML_(do_syscall_for_client_WRK): 173 .globl ML_(blksys_setup) 174 .globl ML_(blksys_restart) 175 .globl ML_(blksys_complete) 176 .globl ML_(blksys_committed) 177 .globl ML_(blksys_finished) 178 ML_(blksys_setup): .quad 1b 179 ML_(blksys_restart): .quad 2b 180 ML_(blksys_complete): .quad 3b [all …]
|
D | syscall-x86-linux.S | 80 .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/ |
D | priv_aspacemgr.h | 69 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 …]
|
/external/valgrind/coregrind/m_scheduler/ |
D | 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) 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
|
D | 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);
|