OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSection
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/linkloader/include/
ELFSection.h
24
class
ELFSection
{
29
ELFSection
() { }
32
virtual ~
ELFSection
() { }
37
static
ELFSection
*read(Archiver &AR, ELFObjectTy *,
41
#include "impl/
ELFSection
.hxx"
ELFSectionStrTab.h
21
#include "
ELFSection
.h"
26
class ELFSectionStrTab : public
ELFSection
<Bitwidth> {
ELFSectionBits.h
21
#include "
ELFSection
.h"
27
class ELFSectionBits : public
ELFSection
<Bitwidth> {
ELFSectionRelTable.h
21
#include "
ELFSection
.h"
27
class ELFSectionRelTable : public
ELFSection
<Bitwidth> {
ELFSectionSymTab.h
28
class ELFSectionSymTab : public
ELFSection
<Bitwidth> {
ELFTypes.h
33
template <unsigned Bitwidth> class
ELFSection
;
167
typedef
ELFSection
<BITWIDTH> ELFSectionTy; \
/frameworks/compile/linkloader/include/impl/
ELFSection.hxx
33
inline
ELFSection
<Bitwidth> *
34
ELFSection
<Bitwidth>::read(Archiver &AR,
ELFObject.hxx
22
#include "
ELFSection
.h"
94
inline
ELFSection
<Bitwidth> const *
100
inline
ELFSection
<Bitwidth> *
106
inline
ELFSection
<Bitwidth> const *
113
inline
ELFSection
<Bitwidth> *
/external/v8/src/
gdb-jit.cc
52
class
ELFSection
;
54
typedef
ELFSection
DebugSection;
302
class
ELFSection
: public DebugSectionBase<ELFSectionHeader> {
334
ELFSection
(const char* name, Type type, uintptr_t align)
337
virtual ~
ELFSection
() { }
407
class FullHeaderELFSection : public
ELFSection
{
416
:
ELFSection
(name, type, align),
424
ELFSection
::PopulateHeader(header);
439
class StringTable : public
ELFSection
{
442
:
ELFSection
(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0)
[
all
...]
Completed in 425 milliseconds