OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfMappedSection
(Results
1 - 8
of
8
) 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
();
elf_file.h
492
ElfMappedSection
string_section_;
495
ElfMappedSection
debug_info_;
498
ElfMappedSection
debug_abbrev_;
501
ElfMappedSection
debug_str_;
504
ElfMappedSection
debug_line_;
507
ElfMappedSection
debug_ranges_;
619
bool map_section_by_name(const char* name,
ElfMappedSection
* section);
elf_file.cc
464
ElfMappedSection
* section) {
/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
();
elf_file.h
492
ElfMappedSection
string_section_;
495
ElfMappedSection
debug_info_;
498
ElfMappedSection
debug_abbrev_;
501
ElfMappedSection
debug_str_;
504
ElfMappedSection
debug_line_;
507
ElfMappedSection
debug_ranges_;
619
bool map_section_by_name(const char* name,
ElfMappedSection
* section);
elf_file.cc
464
ElfMappedSection
* section) {
Completed in 3667 milliseconds