Searched defs:ML_ (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_basics_asm.h44 // VG_/ML_ in both asm and C files.
53 # define ML_(str) VGAPPEND( vgModuleLocal_, str) macro
56 # define ML_(str) VGAPPEND(_vgModuleLocal_, str) macro
H A Dpub_tool_basics.h60 // VG_ is for symbols exported from modules. ML_ (module-local) is
64 // a ML_ name to appear in a pub_core_*.h or pub_tool_*.h file.
71 #define ML_(str) VGAPPEND(vgModuleLocal_, str) macro

Completed in 1420 milliseconds