Home
last modified time | relevance | path

Searched refs:mmap_prot (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/extras/ioshark/
H A Dconvert_format.c244 new_disk_file_op.mmap_prot = in main()
245 old_disk_file_op.mmap_prot; in main()
250 new_disk_file_op.mmap_prot = in main()
251 htobe32(new_disk_file_op.mmap_prot); in main()
H A Dcompile_ioshark_subr.c262 file_op->mmap_prot = htobe32(file_op->mmap_prot); in ioshark_write_file_op()
H A Dioshark.h106 #define mmap_prot u.mmap_a.prot macro
H A Dioshark_bench_mmap.c172 int prot = file_op->mmap_prot; in ioshark_handle_mmap()
H A Dioshark_bench_subr.c702 file_op->mmap_prot = be32toh(file_op->mmap_prot); in ioshark_read_file_op()
H A DREADME90 #define mmap_prot u.mmap_a.prot
H A Dcompile_ioshark.c611 (int *)&disk_file_op->mmap_prot, in main()
/aosp12/art/runtime/
H A Delf_file.h51 int mmap_prot,
H A Delf_file_impl.h52 int mmap_prot,
H A Delf_file.cc1538 ElfFile* ElfFile::Open(File* file, int mmap_prot, int mmap_flags, /*out*/std::string* error_msg) { in Open() argument
1560 mmap_prot, in Open()
1570 mmap_prot, in Open()