/external/valgrind/coregrind/m_debuginfo/ |
tytypes.c | 44 #include "priv_d3basics.h" /* ML_(evaluate_Dwarf3_Expr) et al */ 51 Bool ML_(TyEnt__is_type)( const TyEnt* te ) 83 void ML_(pp_TyEnt)( const TyEnt* te ) 200 void ML_(pp_TyEnts)( const XArray* tyents, const HChar* who ) 208 ML_(pp_TyEnt)( tyent ); 218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); 234 ML_(pp_TyEnt)( ent ); 237 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents, 240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); 251 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR) [all...] |
readelf.c | 115 Bool ML_(is_elf_object_file)( const void* image, SizeT n_image, Bool rel_ok ) 151 if (!ML_(img_valid)(img, 0, sizeof(ehdr))) 154 ML_(img_get)(&ehdr, img, 0, sizeof(ehdr)); 155 return ML_(is_elf_object_file)( &ehdr, sizeof(ehdr), rel_ok ); 190 sym_name = ML_(img_strdup)(strtab_img, "di.sres.1", sym_name_ioff); 195 ML_(dinfo_free)(sym_name); 402 ML_(img_get_UChar)(escn_strtab->img, sym_name_ioff) == '\0') { 404 HChar* sym_name = ML_(img_strdup)(escn_strtab->img, 407 if (sym_name) ML_(dinfo_free)(sym_name); 433 HChar* sym_name = ML_(img_strdup)(escn_strtab->img [all...] |
image.c | 72 // The name. In ML_(dinfo_zalloc)'d space. Used only for printing 253 Frame* res = ML_(dinfo_zalloc)("di.do_transaction.1", sizeof(Frame)); 255 res->data = ML_(dinfo_zalloc)("di.do_transaction.2", rd_len); 275 ML_(dinfo_free)(fr->data); 276 ML_(dinfo_free)(fr); 282 Frame* f = ML_(dinfo_zalloc)("di.mFn.1", sizeof(Frame)); 284 f->data = ML_(dinfo_zalloc)("di.mFn.2", f->n_data); 293 Frame* f = ML_(dinfo_zalloc)("di.mFlll.1", sizeof(Frame)); 295 f->data = ML_(dinfo_zalloc)("di.mFlll.2", f->n_data); 306 Frame* f = ML_(dinfo_zalloc)("di.mFa.1", sizeof(Frame)) [all...] |
storage.c | 53 #include "priv_d3basics.h" /* ML_(pp_GX) */ 65 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg ) 95 void ML_(ppSym) ( Int idx, const DiSym* sym ) 118 void ML_(ppDiCfSI) ( const XArray* /* of CfiExpr */ exprs, 138 ML_(ppCfiExpr)(exprs, _off); \ 180 ML_(ppCfiExpr)(exprs, si_m->cfa_off); 244 const HChar* ML_(addStr) ( DebugInfo* di, const HChar* str, Int len ) 254 ML_(dinfo_zalloc), 256 ML_(dinfo_free)); 260 UInt ML_(addFnDn) (struct _DebugInfo* di [all...] |
d3basics.c | 53 const HChar* ML_(pp_DW_children) ( DW_children hashch ) 62 const HChar* ML_(pp_DW_TAG) ( DW_TAG tag ) 157 const HChar* ML_(pp_DW_FORM) ( DW_FORM form ) 191 const HChar* ML_(pp_DW_AT) ( DW_AT attr ) 481 GXResult ML_(evaluate_Dwarf3_Expr) ( const UChar* expr, UWord exprszB, 580 a1 = ML_(read_Addr)(expr); 594 fbval = ML_(evaluate_GX)(fbGX, NULL, regs, di); 682 uw1 = ML_(read_UWord)((void *)uw1); 695 case 1: uw1 = ML_(read_UChar)((void*)uw1); break; 696 case 2: uw1 = ML_(read_UShort)((void*)uw1); break [all...] |
priv_storage.h | 135 similar to ML_(addLineInfo). */ 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 ) [all...] |
readdwarf3.c | 72 ML_(sizeOfType): differentiate between zero sized types and types 83 Don't hand to ML_(addVars), vars whose locations are entirely in 85 optimisation, as ML_(evaluate_Dwarf3_Expr) should handle these 96 (ML_(evaluate_Dwarf3_Expr)) should really be changed to a 127 ML_(addVar) and add_var_to_arange: quite a lot of DiAddrRanges have 135 thousands of small blocks, and ML_(arena_malloc) and its various 183 if (!ML_(sli_is_valid)(c->sli)) return False; 249 r = ML_(img_get_UChar)(c->sli.img, c->sli_next); 261 r = ML_(img_get_UShort)(c->sli.img, c->sli_next); 273 r = ML_(img_get_UInt)(c->sli.img, c->sli_next) [all...] |
priv_readpdb.h | 44 extern Bool ML_(read_pdb_debug_info)( 56 ML_(dinfo_free). */ 57 HChar* ML_(find_name_of_pdb_file)( const HChar* pename );
|
debuginfo.c | 55 #include "priv_d3basics.h" /* ML_(pp_GX) */ 184 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo)); 186 di->fsm.filename = ML_(dinfo_strdup)("di.debuginfo.aDI.2", filename); 188 ML_(dinfo_zalloc), "di.debuginfo.aDI.3", 189 ML_(dinfo_free), sizeof(DebugInfoMapping)); 192 ML_(dinfo_zalloc). Now set up the debugging-output flags. */ 216 if (di->fsm.filename) ML_(dinfo_free)(di->fsm.filename); 217 if (di->fsm.dbgname) ML_(dinfo_free)(di->fsm.dbgname); 218 if (di->soname) ML_(dinfo_free)(di->soname); 219 if (di->loctab) ML_(dinfo_free)(di->loctab) [all...] |
priv_d3basics.h | 576 const HChar* ML_(pp_DW_children) ( DW_children hashch ); 577 const HChar* ML_(pp_DW_TAG) ( DW_TAG tag ); 578 const HChar* ML_(pp_DW_FORM) ( DW_FORM form ); 579 const HChar* ML_(pp_DW_AT) ( DW_AT attr ); 623 void ML_(pp_GX) ( const GExpr* gx ); 648 void ML_(pp_GXResult) ( GXResult res ); 662 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, 665 /* This is a subsidiary of ML_(evaluate_GX), which just evaluates a 667 are as for ML_(evaluate_GX). If push_initial_zero is True, then an 670 ML_(evaluate_GX) and ML_(evaluate_Dwarf3_Expr) are mutuall [all...] |
priv_readelf.h | 46 extern Bool ML_(is_elf_object_file)( const void* image, SizeT n_image, 55 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
|
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 );
|
/external/valgrind/coregrind/m_scheduler/ |
sched-lock-generic.c | 54 ML_(sema_init)(&p->sema); 60 ML_(sema_deinit)(&p->sema); 71 ML_(sema_down)(&p->sema, False); 76 ML_(sema_up)(&p->sema, False); 79 const struct sched_lock_ops ML_(generic_sched_lock_ops) = {
|
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 );
|
sema.c | 55 void ML_(sema_init)(vg_sema_t *sema) 86 void ML_(sema_deinit)(vg_sema_t *sema) 98 void ML_(sema_down)( vg_sema_t *sema, Bool as_LL ) 130 void ML_(sema_up)( vg_sema_t *sema, Bool as_LL )
|
/external/valgrind/coregrind/m_syswrap/ |
syscall-amd64-linux.S | 67 Int ML_(do_syscall_for_client_WRK( 79 .globl ML_(do_syscall_for_client_WRK) 80 ML_(do_syscall_for_client_WRK): 236 .globl ML_(blksys_setup) 237 .globl ML_(blksys_restart) 238 .globl ML_(blksys_complete) 239 .globl ML_(blksys_committed) 240 .globl ML_(blksys_finished) 241 ML_(blksys_setup): .quad 1b 242 ML_(blksys_restart): .quad 2 [all...] |
syscall-mips32-linux.S | 68 UWord 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): .long 1b 202 ML_(blksys_restart): .long 2 [all...] |
syswrap-tilegx-linux.c | 78 void ML_(call_on_new_stack_0_1) (Addr stack, Addr retaddr, 346 stack = (Long *) ML_ (allocstack) (ctid); 374 ML_(guess_and_register_stack) (sp, ctst); 389 ret = do_syscall_clone_tilegx_linux (ML_ (start_thread_NORETURN), 528 if (!ML_(client_signal_OK)(ARG1 & VKI_CSIGNAL)) { 553 ML_(do_fork_clone)(tid, 614 ML_(fixup_guest_state_to_restart_syscall)(&tst->arch); 731 r = ML_(generic_POST_sys_socket)(tid, VG_(mk_SysRes_Success)(RES)); 742 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); 752 ML_(linux_PRE_sys_getsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5) [all...] |
syswrap-generic.c | 71 void ML_(guess_and_register_stack) (Addr sp, ThreadState* tst) 105 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid, 133 Bool ML_(client_signal_OK)(Int sigNo) 148 Bool ML_(safe_to_deref) ( const void *start, SizeT size ) 216 ML_(generic_PRE_sys_mmap), in m_syswrap, is the "normal case" handler for 224 ML_(generic_PRE_sys_mmap) cannot be used for Darwin.] 227 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot, 238 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len ) 248 "ML_(notify_core_and_tool_of_munmap)" ); 252 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot [all...] |
syswrap-main.c | 289 UWord ML_(do_syscall_for_client_WRK)( Word syscallno, 296 UWord ML_(do_syscall_for_client_unix_WRK)( Word syscallno, 302 UWord ML_(do_syscall_for_client_mach_WRK)( Word syscallno, 308 UWord ML_(do_syscall_for_client_mdep_WRK)( Word syscallno, 315 UWord ML_(do_syscall_for_client_WRK)( Word syscallno, 320 UWord ML_(do_syscall_for_client_dret_WRK)( Word syscallno, 338 err = ML_(do_syscall_for_client_WRK)( 345 err = ML_(do_syscall_for_client_unix_WRK)( 351 err = ML_(do_syscall_for_client_mach_WRK)( 357 err = ML_(do_syscall_for_client_mdep_WRK) [all...] |
syswrap-solaris.c | 92 ML_(start_thread_NORETURN), ML_(allocstack) and 296 Word ML_(start_thread_NORETURN)(void *arg) 309 Addr ML_(allocstack)(ThreadId tid) 356 sp = ML_(allocstack)(tid); 360 // to ML_(call_on_new_stack_0_1), otherwise the outer valgrind 373 ML_(setup_gdt)(&tst->arch.vex); 374 ML_(update_gdt_lwpgs)(tid); 389 ML_(call_on_new_stack_0_1)( 404 ML_(cleanup_gdt)(&arch->vex) [all...] |
syswrap-x86-solaris.c | 62 void ML_(call_on_new_stack_0_1)(Addr stack, /* 4(%esp) */ 92 void ML_(setup_start_thread_context)(ThreadId tid, vki_ucontext_t *uc) 112 uc->uc_mcontext.gregs[VKI_EIP] = (UWord)ML_(start_thread_NORETURN); 134 void ML_(save_machine_context)(ThreadId tid, vki_ucontext_t *uc, 231 context in ML_(restore_machine_context)() without the loss of precision. 263 checksum = ML_(fletcher32)((UShort*)&buf, sizeof(buf) / sizeof(UShort)); 335 void ML_(restore_machine_context)(ThreadId tid, vki_ucontext_t *uc, 390 ML_(update_gdt_lwpgs)(tid); 466 checksum = ML_(fletcher32)((UShort*)&buf, 566 void ML_(setup_gdt)(VexGuestX86State *vex [all...] |
syswrap-linux.c | 319 Word ML_(start_thread_NORETURN) ( void* arg ) 332 Addr ML_(allocstack)(ThreadId tid) 378 sp = ML_(allocstack)(tid); 382 // to ML_(call_on_new_stack_0_1), otherwise the outer valgrind 416 ML_(call_on_new_stack_0_1)( 429 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, 793 if (!ML_(fd_allowed)(ARG1, "llseek", tid, False)) [all...] |
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-common.c | 55 void ML_(am_exit)( Int status ) 60 void ML_(am_barf) ( const HChar* what ) 64 ML_(am_exit)(1); 67 void ML_(am_barf_toolow) ( const HChar* what ) 73 ML_(am_exit)(1); 76 void ML_(am_assert_fail)( const HChar* expr, 86 ML_(am_exit)(1); 89 Int ML_(am_getpid)( void ) 121 UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... ) 142 /* Note: this is VG_, not ML_. * [all...] |
/external/google-benchmark/src/ |
mutex.h | 100 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) 103 MutexLockImp& native_handle() { return ml_; } 105 MutexLockImp ml_; member in class:benchmark::MutexLock
|