OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 43 milliseconds