Searched refs:compat (Results 1 - 6 of 6) sorted by relevance

/system/extras/tests/kernel.config/
H A Daslr_test.h48 static bool compat, user32; member in class:AslrMmapTest
57 unsigned int get_mmap_rnd_bits(bool compat);
63 bool set_mmap_rnd_bits(unsigned int new_val, bool compat);
H A Daslr_rec_test.cpp25 // running 32-bit userspace on 64-bit kernel, only compat used.
32 /* make sure the default compat entropy values matches what we expect */
34 if (compat || user32)
41 // running 32-bit userspace on 64-bit kernel, only compat used.
50 /* make sure we can't set compat entropy below a minimum threshold */
52 if (compat || user32) {
62 // running 32-bit userspace on 64-bit kernel, only compat used.
71 /* make sure we can't set compat entropy above a maximum threshold */
73 if (compat || user32) {
83 // running 32-bit userspace on 64-bit kernel, only compat use
[all...]
H A Daslr_test.cpp19 unsigned int get_mmap_rnd_bits(bool compat) { argument
22 if (compat)
36 bool set_mmap_rnd_bits(unsigned int new_val, bool compat) { argument
39 if (compat)
143 bool AslrMmapTest::compat = false, AslrMmapTest::user32 = false; member in class:AslrMmapTest
155 compat = true;
183 compat = true;
209 if (user32 || compat)
218 // running 32-bit userspace on 64-bit kernel, only compat used.
226 if (compat || user3
[all...]
/system/core/libbacktrace/
H A DAndroid.build.mk92 LOCAL_CFLAGS += -Wno-extern-c-compat -fno-omit-frame-pointer
/system/bt/osi/
H A DAndroid.mk32 ./src/compat.c \
/system/core/init/
H A Dinit.cpp265 static bool __attribute__((unused)) set_mmap_rnd_bits_min(int start, int min, bool compat) { argument
267 if (compat) {

Completed in 175 milliseconds