OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ELFSection
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/
ELFSection.h
24
class
ELFSection
{
29
ELFSection
() { }
32
virtual ~
ELFSection
() { }
37
static
ELFSection
*read(Archiver &AR, ELFObjectTy *,
41
#include "impl/
ELFSection
.hxx"
/external/chromium_org/v8/src/
gdb-jit.cc
54
class
ELFSection
;
56
typedef
ELFSection
DebugSection;
304
class
ELFSection
: public DebugSectionBase<ELFSectionHeader> {
336
ELFSection
(const char* name, Type type, uintptr_t align)
339
virtual ~
ELFSection
() { }
409
class FullHeaderELFSection : public
ELFSection
{
418
:
ELFSection
(name, type, align),
426
ELFSection
::PopulateHeader(header);
441
class ELFStringTable : public
ELFSection
{
444
:
ELFSection
(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0)
[
all
...]
/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 51 milliseconds