Searched refs:prot (Results 26 - 50 of 180) sorted by relevance

12345678

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c362 void (*record_mapping)( Addr addr, SizeT len, UInt prot,
890 static void sync_check_mapping_callback ( Addr addr, SizeT len, UInt prot, argument
989 if (sloppyXcheck && (prot & VKI_PROT_EXEC) != 0) {
994 && seg_prot == prot
1017 prot & VKI_PROT_READ ? 'r' : '-',
1018 prot & VKI_PROT_WRITE ? 'w' : '-',
1019 prot & VKI_PROT_EXEC ? 'x' : '-',
1298 least the "prot" protection permissions by examining the underlying
1302 Bool is_valid_for( Bool client, Addr start, SizeT len, UInt prot, Bool freeOk ) argument
1312 needR = toBool(prot
1561 read_maps_callback( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar* filename ) argument
2040 am_notify_client_mmap( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset ) argument
2228 am_mmap_file_fixed_client( Addr start, SizeT length, UInt prot, Int fd, Off64T offset ) argument
2234 am_mmap_named_file_fixed_client( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name ) argument
2530 am_mmap_file_float_valgrind_flags( SizeT length, UInt prot, UInt flags, Int fd, Off64T offset ) argument
2613 am_mmap_file_float_valgrind( SizeT length, UInt prot, Int fd, Off64T offset ) argument
2621 am_shared_mmap_file_float_valgrind( SizeT length, UInt prot, Int fd, Off64T offset ) argument
2853 UInt prot; local
3235 parse_procselfmaps( void (*record_mapping)( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar* filename ), void (*record_gap)( Addr addr, SizeT len ) ) argument
3246 UInt prot; local
3444 parse_procselfmaps( void (*record_mapping)( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar* filename ), void (*record_gap)( Addr addr, SizeT len ) ) argument
3503 add_mapping_callback(Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar *filename) argument
[all...]
/external/qemu/target-mips/
H A Dhelper.c37 int no_mmu_map_address (CPUMIPSState *env, hwaddr *physical, int *prot, argument
41 *prot = PAGE_READ | PAGE_WRITE;
46 int fixed_mmu_map_address (CPUMIPSState *env, hwaddr *physical, int *prot, argument
59 *prot = PAGE_READ | PAGE_WRITE;
64 int r4k_map_address (CPUMIPSState *env, hwaddr *physical, int *prot, argument
95 *prot = PAGE_READ;
97 *prot |= PAGE_WRITE;
108 int *prot, target_ulong address,
130 *prot = PAGE_READ | PAGE_WRITE;
132 ret = env->tlb->map_address(env, physical, prot, addres
107 get_physical_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
418 int prot = PAGE_READ; local
443 int prot; local
490 int prot; local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc63 uptr b, e, off, prot; local
64 while (proc_maps.Next(&b, &e, &off, module.data(), module.size(), &prot)) {
65 if ((prot & MemoryMappingLayout::kProtectionExecute) == 0)
H A Dsanitizer_procmaps_mac.cc162 uptr cur_beg, cur_end, prot; local
167 module_name.size(), &prot);
183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_real.h24 int prot,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dreal_node.h40 int prot,
H A Dreal_node.cc107 int prot,
112 int err = _real_mmap(out_addr, length, prot, flags, real_fd_, offset);
105 MMap(void* addr, size_t length, int prot, int flags, size_t offset, void** out_addr) argument
/external/fio/os/windows/posix/include/sys/
H A Dmman.h29 void *mmap(void *addr, size_t len, int prot, int flags,
/external/lldb/source/Core/
H A DDataBufferMemoryMap.cpp194 int prot = PROT_READ; local
196 prot |= PROT_WRITE;
202 m_mmap_addr = (uint8_t *)::mmap(NULL, length, prot, flags, fd, offset);
214 m_mmap_addr = (uint8_t *)::mmap(NULL, length + page_offset, prot, flags, fd, offset - page_offset);
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DSecurityAgreeHeader.java74 * Set Protocol (prot paramater)
75 * @param prot - protocol value
78 public void setProtocol(String prot) throws ParseException; argument
145 * @return prot parameter value
/external/qemu/android/utils/
H A Dmapfile.h97 * prot - Determines whether read, write, execute, or some combination of
117 int prot,
H A Dmapfile.c152 int prot,
190 if (prot != PROT_NONE) {
191 if ((prot & (PROT_WRITE | PROT_EXEC)) == 0) {
194 } else if ((prot & (PROT_WRITE | PROT_EXEC)) ==
198 } else if ((prot & PROT_WRITE) == PROT_WRITE) {
201 } else if ((prot & PROT_EXEC) == PROT_EXEC) {
149 mapfile_map(MapFile* handle, size_t offset, size_t size, int prot, void** mapped_offset, size_t* mapped_size) argument
/external/qemu/include/exec/
H A Dcputlb.h44 int prot,
/external/valgrind/main/include/
H A Dpub_tool_aspacemgr.h145 UInt prot );
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.h51 int prot; /* whether Protected Dual of Public Action frame is used */ member in struct:gas_dialog_info
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.h51 int prot; /* whether Protected Dual of Public Action frame is used */ member in struct:gas_dialog_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.h51 int prot; /* whether Protected Dual of Public Action frame is used */ member in struct:gas_dialog_info
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system.cpp43 int prot,
46 return ::mmap(address, length, prot, flags, fd_, offset);
41 Map(void* address, size_t length, int prot, int flags, off_t offset) argument
H A Dcrazy_linker_proc_maps_unittest.cpp74 int prot; member in struct:crazy::__anon11488
86 int prot; local
90 EXPECT_EQ(kData[n].success, FindProtectionFlagsForAddress(address, &prot));
93 EXPECT_EQ(kData[n].prot, prot);
/external/oprofile/module/ia64/
H A Dop_syscalls.c36 unsigned long prot; member in struct:mmap_arg_struct
182 static void out_mmap(ulong addr, ulong len, ulong prot, ulong flags, argument
210 ulong prot, ulong flags, ulong fd, ulong pgoff)
215 if ((prot & PROT_EXEC) && ret >= 0)
216 out_mmap(ret, len, prot, flags, fd, pgoff << PAGE_SHIFT);
223 ulong prot, ulong flags, ulong fd, ulong off)
228 if ((prot & PROT_EXEC) && ret >= 0)
229 out_mmap(ret, len, prot, flags, fd, off);
209 post_sys_mmap2(ulong ret, ulong addr, ulong len, ulong prot, ulong flags, ulong fd, ulong pgoff) argument
222 post_sys_mmap(ulong ret, ulong addr, ulong len, ulong prot, ulong flags, ulong fd, ulong off) argument
/external/oprofile/module/x86/
H A Dop_syscalls.c29 unsigned long prot; member in struct:mmap_arg_struct
144 static void out_mmap(ulong addr, ulong len, ulong prot, ulong flags, ulong fd, argument
167 ulong prot, ulong flags, ulong fd, ulong pgoff)
173 ret = old_sys_mmap2(addr, len, prot, flags, fd, pgoff);
175 if ((prot & PROT_EXEC) && ret >= 0)
176 out_mmap(ret, len, prot, flags, fd, pgoff << PAGE_SHIFT);
199 if (a.prot&PROT_EXEC)
200 out_mmap(ret, a.len, a.prot, a.flags, a.fd, a.offset);
166 my_sys_mmap2(ulong addr, ulong len, ulong prot, ulong flags, ulong fd, ulong pgoff) argument
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c110 void* addr, size_t size, int prot, int flags, int fd, off_t offset) {
111 void* ret = real_mmap(addr, size, prot, flags, fd, offset);
118 void* addr, size_t size, int prot, int flags, int fd, off_t pgoffset) {
119 void* ret = real_mmap2(addr, size, prot, flags, fd, pgoffset);
126 void* addr, size_t size, int prot, int flags, int fd, off64_t offset) {
127 void* ret = real_mmap64(addr, size, prot, flags, fd, offset);
109 mmap( void* addr, size_t size, int prot, int flags, int fd, off_t offset) argument
117 mmap2( void* addr, size_t size, int prot, int flags, int fd, off_t pgoffset) argument
125 mmap64( void* addr, size_t size, int prot, int flags, int fd, off64_t offset) argument
/external/clang/test/CXX/class.access/
H A Dp4.cpp63 void test(A &a, Public &pub, Protected &prot, Private &priv) { argument
65 a + prot; // expected-error {{'operator+' is a protected member}} local
68 a[prot]; // expected-error {{'operator[]' is a protected member}}
71 a(prot); // expected-error {{'operator()' is a protected member}}
77 ca + prot; local
82 ca(prot); // expected-error {{'operator void (*)(Protected &)' is a protected member}}
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp27 addr_t addr, addr_t length, unsigned prot,
58 if (prot == eMmapProtNone)
62 if (prot & eMmapProtExec)
64 if (prot & eMmapProtRead)
66 if (prot & eMmapProtWrite)
26 InferiorCallMmap(Process *process, addr_t &allocated_addr, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
/external/qemu/
H A Dcputlb.c200 hwaddr paddr, int prot,
225 " prot=%x idx=%d pd=0x%08lx\n",
226 vaddr, paddr, prot, mmu_idx, pd);
273 if (prot & PAGE_READ) {
279 if (prot & PAGE_EXEC) {
284 if (prot & PAGE_WRITE) {
199 tlb_set_page(CPUArchState *env, target_ulong vaddr, hwaddr paddr, int prot, int mmu_idx, target_ulong size) argument

Completed in 537 milliseconds

12345678