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

  /external/qemu/elff/
elf_mapped_section.cc 22 : mapped_at_(NULL),
28 if (mapped_at_ != NULL) {
29 mapfile_unmap(mapped_at_, diff_ptr(mapped_at_, data_) + size_);
38 mapped_at_ = mapfile_map(handle, offset, size, PROT_READ,
40 if (mapped_at_ == NULL) {
elf_mapped_section.h 53 return mapped_at_ != NULL;
80 void* mapped_at_; member in class:ElfMappedSection
  /ndk/sources/host-tools/ndk-stack/elff/
elf_mapped_section.cc 22 : mapped_at_(NULL),
28 if (mapped_at_ != NULL) {
29 mapfile_unmap(mapped_at_, diff_ptr(mapped_at_, data_) + size_);
38 mapped_at_ = mapfile_map(handle, offset, size, PROT_READ,
40 if (mapped_at_ == NULL) {
elf_mapped_section.h 53 return mapped_at_ != NULL;
80 void* mapped_at_; member in class:ElfMappedSection

Completed in 84 milliseconds