Searched refs:VKI_PROT_READ (Results 1 - 25 of 33) sorted by relevance

12

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c323 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
327 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
486 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
491 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
H A Dsyswrap-amd64-darwin.c365 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
369 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
525 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
530 VKI_PROT_READ|VKI_PROT_WRITE, VKI_MAP_PRIVATE, -1, 0);
H A Dsyswrap-generic.c119 return VG_(am_is_valid_for_client)( (Addr)start, size, VKI_PROT_READ );
171 rr = toBool(prot & VKI_PROT_READ);
223 Bool rr = toBool(prot & VKI_PROT_READ);
1773 UInt prot = VKI_PROT_READ|VKI_PROT_WRITE;
2552 || !VG_(am_is_valid_for_client)( ARG1, 1, VKI_PROT_READ )) {
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c927 if (nsegments[i].hasR) seg_prot |= VKI_PROT_READ;
990 prot & VKI_PROT_READ ? 'r' : '-',
1285 needR = toBool(prot & VKI_PROT_READ);
1547 seg.hasR = toBool(prot & VKI_PROT_READ);
2038 seg.hasR = toBool(prot & VKI_PROT_READ);
2081 seg.hasR = toBool(prot & VKI_PROT_READ);
2110 newR = toBool(prot & VKI_PROT_READ);
2263 seg.hasR = toBool(prot & VKI_PROT_READ);
2331 seg.hasR = toBool(prot & VKI_PROT_READ);
2389 seg.hasR = toBool(prot & VKI_PROT_READ);
[all...]
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c230 prot = (((segcmd->initprot & VM_PROT_READ) ? VKI_PROT_READ : 0) |
370 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
404 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
H A Delf.c193 if (ph->p_flags & PF_R) prot |= VKI_PROT_READ;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c494 VKI_PROT_READ|VKI_PROT_EXEC, 0, -1, 0);
500 VKI_PROT_READ|VKI_PROT_EXEC, 0, -1, 0);
H A Dinitimg-linux.c560 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC
859 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h228 #define VKI_PROT_READ 0x1 /* page can be read */ macro
H A Dvki-arm-linux.h226 #define VKI_PROT_READ 0x1 /* page can be read */ macro
H A Dvki-ppc32-linux.h293 #define VKI_PROT_READ 0x1 /* page can be read */ macro
H A Dvki-ppc64-linux.h343 #define VKI_PROT_READ 0x1 /* page can be read */ macro
H A Dvki-s390x-linux.h289 #define VKI_PROT_READ 0x1 /* page can be read */ macro
H A Dvki-x86-linux.h264 #define VKI_PROT_READ 0x1 /* page can be read */ macro
H A Dvki-mips32-linux.h285 #define VKI_PROT_READ 0x1 /* page can be read */ macro
H A Dvki-darwin.h320 #define VKI_PROT_READ PROT_READ macro
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c509 if (!VG_(am_is_valid_for_client)(ptr, 1, VKI_PROT_READ)) {
740 } else if (!VG_(am_is_valid_for_client)(ptr, sizeof(Addr), VKI_PROT_READ)) {
764 if (!VG_(am_is_valid_for_client)(ptr, sizeof(Addr), VKI_PROT_READ)) {
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c423 len, VKI_PROT_READ)) {
H A Dremote-utils.c325 (sizeof(VgdbShared), VKI_PROT_READ|VKI_PROT_WRITE,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c44 #include "pub_core_vki.h" /* VKI_PROT_READ */
667 VKI_PROT_READ )) {
679 VKI_PROT_READ )) {
H A Dreadelf.c1083 ( *size, VKI_PROT_READ, sr_Res(fd), 0 );
1181 ( *n_dimage, VKI_PROT_READ, sr_Res(fd), 0 );
1457 ( n_oimage, VKI_PROT_READ, sr_Res(fd), 0 );
H A Dreadmacho.c182 ( size, VKI_PROT_READ, sr_Res(fd), 0 );
/external/valgrind/main/drd/
H A Ddrd_main.c287 if (!VG_(am_is_valid_for_client) (a, 1, VKI_PROT_READ))
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c791 ( cszB, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC );
794 ( cszB, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC );
H A Dm_stacktrace.c1067 VKI_PROT_READ)) {

Completed in 387 milliseconds

12