Home
last modified time | relevance | path

Searched refs:MPERS_NAME (Results 1 – 9 of 9) sorted by relevance

/external/strace/m4/
Dmpers.m464 AC_DEFINE([HAVE_]MPERS_NAME[_STRUCT_STAT$1], [1],
65 [Define to 1 if MPERS_NAME has the type 'struct stat$1'.]),,
72 AC_DEFINE([HAVE_]MPERS_NAME[_STRUCT_STAT$1_ST_MTIME_NSEC], [1],
73 [Define to 1 if 'st_mtime_nsec' is a member of MPERS_NAME 'struct stat$1'.]),,
83 pushdef([MPERS_NAME], translit([$1], [a-z], [A-Z]))
84 pushdef([HAVE_MPERS], [HAVE_]MPERS_NAME[_MPERS])
85 pushdef([HAVE_RUNTIME], [HAVE_]MPERS_NAME[_RUNTIME])
139 MPERS_NAME[_SIZEOF_LONG])
146 MPERS_NAME[_SIZEOF_KERNEL_LONG_T])
191 popdef([MPERS_NAME])
/external/strace/tests-m32/
DMakefile.am34 MPERS_NAME = m32 macro
36 ARCH_MFLAGS = -DMPERS_IS_$(MPERS_NAME) $(MPERS_CC_FLAGS)
326 XFAIL_TESTS = $(XFAIL_TESTS_$(MPERS_NAME)) $(XFAIL_TESTS_$(ARCH))
DMakefile.in2997 MPERS_NAME = m32
2999 ARCH_MFLAGS = -DMPERS_IS_$(MPERS_NAME) $(MPERS_CC_FLAGS)
3776 XFAIL_TESTS = $(XFAIL_TESTS_$(MPERS_NAME)) $(XFAIL_TESTS_$(ARCH))
/external/strace/tests-mx32/
DMakefile.am34 MPERS_NAME = mx32 macro
36 ARCH_MFLAGS = -DMPERS_IS_$(MPERS_NAME) $(MPERS_CC_FLAGS)
326 XFAIL_TESTS = $(XFAIL_TESTS_$(MPERS_NAME)) $(XFAIL_TESTS_$(ARCH))
DMakefile.in2997 MPERS_NAME = mx32
2999 ARCH_MFLAGS = -DMPERS_IS_$(MPERS_NAME) $(MPERS_CC_FLAGS)
3776 XFAIL_TESTS = $(XFAIL_TESTS_$(MPERS_NAME)) $(XFAIL_TESTS_$(ARCH))
/external/strace/tests/
DMakefile.am34 MPERS_NAME = macro
326 XFAIL_TESTS = $(XFAIL_TESTS_$(MPERS_NAME)) $(XFAIL_TESTS_$(ARCH))
DMakefile.in2997 MPERS_NAME =
3776 XFAIL_TESTS = $(XFAIL_TESTS_$(MPERS_NAME)) $(XFAIL_TESTS_$(ARCH))
/external/strace/
Dconfig.h.in864 /* Define to 1 if MPERS_NAME has the type 'struct stat'. */
867 /* Define to 1 if MPERS_NAME has the type 'struct stat64'. */
870 /* Define to 1 if 'st_mtime_nsec' is a member of MPERS_NAME 'struct stat64'.
874 /* Define to 1 if 'st_mtime_nsec' is a member of MPERS_NAME 'struct stat'. */
886 /* Define to 1 if MPERS_NAME has the type 'struct stat'. */
889 /* Define to 1 if MPERS_NAME has the type 'struct stat64'. */
892 /* Define to 1 if 'st_mtime_nsec' is a member of MPERS_NAME 'struct stat64'.
896 /* Define to 1 if 'st_mtime_nsec' is a member of MPERS_NAME 'struct stat'. */
DChangeLog18315 * bootstrap: Add -DMPERS_IS_$(MPERS_NAME) to ARCH_MFLAGS.
26295 * tests/Makefile.am (MPERS_NAME, LIBUNWIND_TESTS, XFAIL_TESTS_,
26299 * bootstrap: Substitute MPERS_NAME variable in tests-*/Makefile.am.