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

  /external/qemu/elff/
elf_mapped_section.cc 14 * Contains implementation of a class ElfMappedSection, that encapsulates
21 ElfMappedSection::ElfMappedSection()
27 ElfMappedSection::~ElfMappedSection() {
33 bool ElfMappedSection::map(MapFile* handle,
elf_mapped_section.h 14 * Contains declaration of a class ElfMappedSection, that encapsulates
25 class ElfMappedSection {
27 /* Constructs ElfMappedSection instance. */
28 ElfMappedSection();
30 /* Destructs ElfMappedSection instance. */
31 ~ElfMappedSection();
  /ndk/sources/host-tools/ndk-stack/elff/
elf_mapped_section.cc 14 * Contains implementation of a class ElfMappedSection, that encapsulates
21 ElfMappedSection::ElfMappedSection()
27 ElfMappedSection::~ElfMappedSection() {
33 bool ElfMappedSection::map(MapFile* handle,
elf_mapped_section.h 14 * Contains declaration of a class ElfMappedSection, that encapsulates
25 class ElfMappedSection {
27 /* Constructs ElfMappedSection instance. */
28 ElfMappedSection();
30 /* Destructs ElfMappedSection instance. */
31 ~ElfMappedSection();

Completed in 243 milliseconds