Home
last modified time | relevance | path

Searched refs:DEFN_POST_TEMPLATE (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
Dpriv_types_n_macros.h234 #define DEFN_POST_TEMPLATE(auxstr, name) \ macro
Dsyswrap-ppc64-linux.c434 #define POST(name) DEFN_POST_TEMPLATE(ppc64_linux, name)
Dsyswrap-ppc32-linux.c405 #define POST(name) DEFN_POST_TEMPLATE(ppc32_linux, name)
Dsyswrap-s390x-linux.c333 #define POST(name) DEFN_POST_TEMPLATE(s390x_linux, name)
Dsyswrap-amd64-linux.c352 #define POST(name) DEFN_POST_TEMPLATE(amd64_linux, name)
Dsyswrap-arm-linux.c339 #define POST(name) DEFN_POST_TEMPLATE(arm_linux, name)
Dsyswrap-mips32-linux.c368 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name)
Dsyswrap-x86-linux.c787 #define POST(name) DEFN_POST_TEMPLATE(x86_linux, name)
Dsyswrap-generic.c2121 #define POST(name) DEFN_POST_TEMPLATE(generic, name)
Dsyswrap-linux.c492 #define POST(name) DEFN_POST_TEMPLATE(linux, name)
Dsyswrap-darwin.c683 #define POST(name) DEFN_POST_TEMPLATE(darwin, name)