|
V8 Project
|
#include <stdarg.h>#include <stdint.h>
Include dependency graph for valgrind.h:Go to the source code of this file.
Macros | |
| #define | __VALGRIND_MAJOR__ 3 |
| #define | __VALGRIND_MINOR__ 6 |
| #define | NVALGRIND 1 |
| #define | VALGRIND_DO_CLIENT_REQUEST(_zzq_rlval, _zzq_default, _zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5) |
| #define | VALGRIND_DO_CLIENT_REQUEST_EXPR( _zzq_default, _zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5) (_zzq_default) |
| #define | VG_CONCAT4(_aa, _bb, _cc, _dd) _aa##_bb##_cc##_dd |
| #define | I_WRAP_SONAME_FNNAME_ZU(soname, fnname) VG_CONCAT4(_vgwZU_,soname,_,fnname) |
| #define | I_WRAP_SONAME_FNNAME_ZZ(soname, fnname) VG_CONCAT4(_vgwZZ_,soname,_,fnname) |
| #define | VALGRIND_GET_ORIG_FN(_lval) VALGRIND_GET_NR_CONTEXT(_lval) |
| #define | CALL_FN_v_v(fnptr) |
| #define | CALL_FN_v_W(fnptr, arg1) |
| #define | CALL_FN_v_WW(fnptr, arg1, arg2) |
| #define | CALL_FN_v_WWW(fnptr, arg1, arg2, arg3) |
| #define | CALL_FN_v_WWWW(fnptr, arg1, arg2, arg3, arg4) |
| #define | CALL_FN_v_5W(fnptr, arg1, arg2, arg3, arg4, arg5) |
| #define | CALL_FN_v_6W(fnptr, arg1, arg2, arg3, arg4, arg5, arg6) |
| #define | CALL_FN_v_7W(fnptr, arg1, arg2, arg3, arg4, arg5, arg6, arg7) |
| #define | VG_USERREQ_TOOL_BASE(a, b) ((unsigned int)(((a)&0xff) << 24 | ((b)&0xff) << 16)) |
| #define | VG_IS_TOOL_USERREQ(a, b, v) (VG_USERREQ_TOOL_BASE(a,b) == ((v) & 0xffff0000)) |
| #define | __extension__ /* */ |
| #define | RUNNING_ON_VALGRIND |
| #define | VALGRIND_DISCARD_TRANSLATIONS(_qzz_addr, _qzz_len) |
| #define | VALGRIND_NON_SIMD_CALL0(_qyy_fn) |
| #define | VALGRIND_NON_SIMD_CALL1(_qyy_fn, _qyy_arg1) |
| #define | VALGRIND_NON_SIMD_CALL2(_qyy_fn, _qyy_arg1, _qyy_arg2) |
| #define | VALGRIND_NON_SIMD_CALL3(_qyy_fn, _qyy_arg1, _qyy_arg2, _qyy_arg3) |
| #define | VALGRIND_COUNT_ERRORS |
| #define | VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) |
| #define | VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) |
| #define | VALGRIND_FREELIKE_BLOCK(addr, rzB) |
| #define | VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) |
| #define | VALGRIND_DESTROY_MEMPOOL(pool) |
| #define | VALGRIND_MEMPOOL_ALLOC(pool, addr, size) |
| #define | VALGRIND_MEMPOOL_FREE(pool, addr) |
| #define | VALGRIND_MEMPOOL_TRIM(pool, addr, size) |
| #define | VALGRIND_MOVE_MEMPOOL(poolA, poolB) |
| #define | VALGRIND_MEMPOOL_CHANGE(pool, addrA, addrB, size) |
| #define | VALGRIND_MEMPOOL_EXISTS(pool) |
| #define | VALGRIND_STACK_REGISTER(start, end) |
| #define | VALGRIND_STACK_DEREGISTER(id) |
| #define | VALGRIND_STACK_CHANGE(id, start, end) |
| #define | VALGRIND_LOAD_PDB_DEBUGINFO(fd, ptr, total_size, delta) |
| #define | VALGRIND_MAP_IP_TO_SRCLOC(addr, buf64) |
Functions | |
| static int | VALGRIND_PRINTF (const char *format,...) |
| static int | VALGRIND_PRINTF_BACKTRACE (const char *format,...) |
| #define __extension__ /* */ |
Definition at line 3652 of file valgrind.h.
| #define __VALGRIND_MAJOR__ 3 |
Definition at line 91 of file valgrind.h.
| #define __VALGRIND_MINOR__ 6 |
Definition at line 92 of file valgrind.h.
| #define CALL_FN_v_5W | ( | fnptr, | |
| arg1, | |||
| arg2, | |||
| arg3, | |||
| arg4, | |||
| arg5 | |||
| ) |
Definition at line 724 of file valgrind.h.
| #define CALL_FN_v_6W | ( | fnptr, | |
| arg1, | |||
| arg2, | |||
| arg3, | |||
| arg4, | |||
| arg5, | |||
| arg6 | |||
| ) |
Definition at line 728 of file valgrind.h.
| #define CALL_FN_v_7W | ( | fnptr, | |
| arg1, | |||
| arg2, | |||
| arg3, | |||
| arg4, | |||
| arg5, | |||
| arg6, | |||
| arg7 | |||
| ) |
Definition at line 732 of file valgrind.h.
| #define CALL_FN_v_v | ( | fnptr | ) |
Definition at line 704 of file valgrind.h.
| #define CALL_FN_v_W | ( | fnptr, | |
| arg1 | |||
| ) |
Definition at line 708 of file valgrind.h.
| #define CALL_FN_v_WW | ( | fnptr, | |
| arg1, | |||
| arg2 | |||
| ) |
Definition at line 712 of file valgrind.h.
| #define CALL_FN_v_WWW | ( | fnptr, | |
| arg1, | |||
| arg2, | |||
| arg3 | |||
| ) |
Definition at line 716 of file valgrind.h.
| #define CALL_FN_v_WWWW | ( | fnptr, | |
| arg1, | |||
| arg2, | |||
| arg3, | |||
| arg4 | |||
| ) |
Definition at line 720 of file valgrind.h.
| #define I_WRAP_SONAME_FNNAME_ZU | ( | soname, | |
| fnname | |||
| ) | VG_CONCAT4(_vgwZU_,soname,_,fnname) |
Definition at line 689 of file valgrind.h.
| #define I_WRAP_SONAME_FNNAME_ZZ | ( | soname, | |
| fnname | |||
| ) | VG_CONCAT4(_vgwZZ_,soname,_,fnname) |
Definition at line 692 of file valgrind.h.
| #define NVALGRIND 1 |
Definition at line 146 of file valgrind.h.
| #define RUNNING_ON_VALGRIND |
Definition at line 3660 of file valgrind.h.
| #define VALGRIND_COUNT_ERRORS |
Definition at line 3812 of file valgrind.h.
| #define VALGRIND_CREATE_MEMPOOL | ( | pool, | |
| rzB, | |||
| is_zeroed | |||
| ) |
Definition at line 3941 of file valgrind.h.
| #define VALGRIND_DESTROY_MEMPOOL | ( | pool | ) |
Definition at line 3947 of file valgrind.h.
| #define VALGRIND_DISCARD_TRANSLATIONS | ( | _qzz_addr, | |
| _qzz_len | |||
| ) |
Definition at line 3670 of file valgrind.h.
| #define VALGRIND_DO_CLIENT_REQUEST | ( | _zzq_rlval, | |
| _zzq_default, | |||
| _zzq_request, | |||
| _zzq_arg1, | |||
| _zzq_arg2, | |||
| _zzq_arg3, | |||
| _zzq_arg4, | |||
| _zzq_arg5 | |||
| ) |
Definition at line 165 of file valgrind.h.
| #define VALGRIND_DO_CLIENT_REQUEST_EXPR | ( | _zzq_default, | |
| _zzq_request, | |||
| _zzq_arg1, | |||
| _zzq_arg2, | |||
| _zzq_arg3, | |||
| _zzq_arg4, | |||
| _zzq_arg5 | |||
| ) | (_zzq_default) |
Definition at line 177 of file valgrind.h.
| #define VALGRIND_FREELIKE_BLOCK | ( | addr, | |
| rzB | |||
| ) |
Definition at line 3935 of file valgrind.h.
| #define VALGRIND_GET_ORIG_FN | ( | _lval | ) | VALGRIND_GET_NR_CONTEXT(_lval) |
Definition at line 699 of file valgrind.h.
| #define VALGRIND_LOAD_PDB_DEBUGINFO | ( | fd, | |
| ptr, | |||
| total_size, | |||
| delta | |||
| ) |
Definition at line 4008 of file valgrind.h.
| #define VALGRIND_MALLOCLIKE_BLOCK | ( | addr, | |
| sizeB, | |||
| rzB, | |||
| is_zeroed | |||
| ) |
Definition at line 3919 of file valgrind.h.
| #define VALGRIND_MAP_IP_TO_SRCLOC | ( | addr, | |
| buf64 | |||
| ) |
Definition at line 4017 of file valgrind.h.
| #define VALGRIND_MEMPOOL_ALLOC | ( | pool, | |
| addr, | |||
| size | |||
| ) |
Definition at line 3953 of file valgrind.h.
| #define VALGRIND_MEMPOOL_CHANGE | ( | pool, | |
| addrA, | |||
| addrB, | |||
| size | |||
| ) |
Definition at line 3977 of file valgrind.h.
| #define VALGRIND_MEMPOOL_EXISTS | ( | pool | ) |
Definition at line 3983 of file valgrind.h.
| #define VALGRIND_MEMPOOL_FREE | ( | pool, | |
| addr | |||
| ) |
Definition at line 3959 of file valgrind.h.
| #define VALGRIND_MEMPOOL_TRIM | ( | pool, | |
| addr, | |||
| size | |||
| ) |
Definition at line 3965 of file valgrind.h.
| #define VALGRIND_MOVE_MEMPOOL | ( | poolA, | |
| poolB | |||
| ) |
Definition at line 3971 of file valgrind.h.
| #define VALGRIND_NON_SIMD_CALL0 | ( | _qyy_fn | ) |
Definition at line 3783 of file valgrind.h.
| #define VALGRIND_NON_SIMD_CALL1 | ( | _qyy_fn, | |
| _qyy_arg1 | |||
| ) |
Definition at line 3789 of file valgrind.h.
| #define VALGRIND_NON_SIMD_CALL2 | ( | _qyy_fn, | |
| _qyy_arg1, | |||
| _qyy_arg2 | |||
| ) |
Definition at line 3795 of file valgrind.h.
| #define VALGRIND_NON_SIMD_CALL3 | ( | _qyy_fn, | |
| _qyy_arg1, | |||
| _qyy_arg2, | |||
| _qyy_arg3 | |||
| ) |
Definition at line 3801 of file valgrind.h.
| #define VALGRIND_RESIZEINPLACE_BLOCK | ( | addr, | |
| oldSizeB, | |||
| newSizeB, | |||
| rzB | |||
| ) |
Definition at line 3927 of file valgrind.h.
| #define VALGRIND_STACK_CHANGE | ( | id, | |
| start, | |||
| end | |||
| ) |
Definition at line 4002 of file valgrind.h.
| #define VALGRIND_STACK_DEREGISTER | ( | id | ) |
Definition at line 3996 of file valgrind.h.
| #define VALGRIND_STACK_REGISTER | ( | start, | |
| end | |||
| ) |
Definition at line 3989 of file valgrind.h.
| #define VG_CONCAT4 | ( | _aa, | |
| _bb, | |||
| _cc, | |||
| _dd | |||
| ) | _aa##_bb##_cc##_dd |
Definition at line 687 of file valgrind.h.
| #define VG_IS_TOOL_USERREQ | ( | a, | |
| b, | |||
| v | |||
| ) | (VG_USERREQ_TOOL_BASE(a,b) == ((v) & 0xffff0000)) |
Definition at line 3581 of file valgrind.h.
| #define VG_USERREQ_TOOL_BASE | ( | a, | |
| b | |||
| ) | ((unsigned int)(((a)&0xff) << 24 | ((b)&0xff) << 16)) |
Definition at line 3579 of file valgrind.h.
| enum Vg_ClientRequest |
Definition at line 3588 of file valgrind.h.
|
static |
Definition at line 3691 of file valgrind.h.
References VALGRIND_DO_CLIENT_REQUEST_EXPR, and VG_USERREQ__PRINTF_VALIST_BY_REF.
|
static |
Definition at line 3729 of file valgrind.h.
References VALGRIND_DO_CLIENT_REQUEST_EXPR, and VG_USERREQ__PRINTF_BACKTRACE_VALIST_BY_REF.