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

  /frameworks/rs/driver/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/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 24 milliseconds