HomeSort by relevance Sort by last modified time
    Searched refs:SharedRelro (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relro.h 18 // The region is always owned by the SharedRelro, unless DetachFd() is called.
19 // The SharedRelro may or may not be mapped into the process.
20 class SharedRelro {
22 // Create a new SharedRelro. Note that the object becomes the owner of
24 SharedRelro() : start_(0), size_(0), ashmem_() {}
26 ~SharedRelro() {}
crazy_linker_elf_relro.cpp 70 bool SharedRelro::Allocate(size_t relro_size,
88 bool SharedRelro::CopyFrom(size_t relro_start,
110 bool SharedRelro::CopyFromRelocated(const ElfView* view,
142 bool SharedRelro::ForceReadOnly(Error* error) {
152 bool SharedRelro::InitFrom(size_t relro_start,
crazy_linker_shared_library.cpp 428 SharedRelro relro;
488 SharedRelro relro;

Completed in 2684 milliseconds