HomeSort by relevance Sort by last modified time
    Searched defs:ML_ (Results 1 - 2 of 2) sorted by null

  /external/valgrind/include/
pub_tool_basics_asm.h 44 // VG_/ML_ in both asm and C files.
53 # define ML_(str) VGAPPEND( vgModuleLocal_, str)
56 # define ML_(str) VGAPPEND(_vgModuleLocal_, str)
pub_tool_basics.h 60 // 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)

Completed in 247 milliseconds