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

  /frameworks/rs/cpu_ref/linkloader/include/
ELFSection.h 23 class ELFSection {
28 ELFSection() { }
31 virtual ~ELFSection() { }
36 static ELFSection *read(Archiver &AR, ELFObjectTy *,
40 #include "impl/ELFSection.hxx"
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 548 const MCSection *ELFSection = getContext().getELFSection(
550 getStreamer().SwitchSection(ELFSection, Subsection);
555 std::make_pair(ELFSection, std::make_pair(nullptr, nullptr)));
  /external/chromium_org/v8/src/
gdb-jit.cc 33 class ELFSection;
35 typedef ELFSection DebugSection;
278 class ELFSection : public DebugSectionBase<ELFSectionHeader> {
310 ELFSection(const char* name, Type type, uintptr_t align)
313 virtual ~ELFSection() { }
383 class FullHeaderELFSection : public ELFSection {
392 : ELFSection(name, type, align),
400 ELFSection::PopulateHeader(header);
415 class ELFStringTable : public ELFSection {
418 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0)
    [all...]

Completed in 468 milliseconds