/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_elf_relro.h | 24 SharedRelro() : start_(0), size_(0), ashmem_() {} 31 int fd() const { return ashmem_.fd(); } 35 int DetachFd() { return ashmem_.Release(); } 78 AshmemRegion ashmem_; member in class:crazy::SharedRelro
|
crazy_linker_elf_relro.cpp | 76 if (!ashmem_.Allocate(relro_size, name.c_str())) { 93 if (!map.Allocate(NULL, relro_size, MemoryMapping::CAN_WRITE, ashmem_.fd())) { 125 NULL, relro_size, MemoryMapping::CAN_READ_WRITE, ashmem_.fd())) { 144 if (!ashmem_.SetProtectionFlags(PROT_READ)) {
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_elf_relro.h | 24 SharedRelro() : start_(0), size_(0), ashmem_() {} 31 int fd() const { return ashmem_.fd(); } 35 int DetachFd() { return ashmem_.Release(); } 78 AshmemRegion ashmem_; member in class:crazy::SharedRelro
|
crazy_linker_elf_relro.cpp | 76 if (!ashmem_.Allocate(relro_size, name.c_str())) { 93 if (!map.Allocate(NULL, relro_size, MemoryMapping::CAN_WRITE, ashmem_.fd())) { 125 NULL, relro_size, MemoryMapping::CAN_READ_WRITE, ashmem_.fd())) { 144 if (!ashmem_.SetProtectionFlags(PROT_READ)) {
|