mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
computation) into the generic core, because it's needed by the dispatch loop of all archs. Also renamed it VG_(instr_ptr_offset), which is clearer. Since it was the last use of the VGOFF_ prefix, I removed that prefix. Also cleaned up the ARM stubs slightly, by removing some of the copied, commented-out x86 code which has since fallen out of date with the real x86 code and was thus misleading. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3123
22 lines
262 B
GLSL
22 lines
262 B
GLSL
VALGRIND_2.1 {
|
|
global:
|
|
vgPlain_*;
|
|
vgTool_*;
|
|
vgProf_*;
|
|
vgArch_*;
|
|
*IROp*;
|
|
*IRExpr*;
|
|
*IRStmt*;
|
|
*IRBB*;
|
|
*IRDirty*;
|
|
*IRType*;
|
|
*IRTemp*;
|
|
*IRConst*;
|
|
*IRCallee*;
|
|
*IRArray*;
|
|
LibVEX_Alloc;
|
|
|
|
local:
|
|
*; # default to hidden
|
|
};
|