OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VKI_MREMAP_FIXED
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c
231
VKI_MREMAP_MAYMOVE|
VKI_MREMAP_FIXED
/*move-or-fail*/,
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
253
Bool f_fixed = toBool(flags &
VKI_MREMAP_FIXED
);
260
flags &
VKI_MREMAP_FIXED
? "FIXED" : "");
264
if (flags & ~(
VKI_MREMAP_FIXED
| VKI_MREMAP_MAYMOVE))
[
all
...]
/external/valgrind/main/include/vki/
vki-linux.h
[
all
...]
Completed in 55 milliseconds