HomeSort by relevance Sort by last modified time
    Searched defs:ELFSection (Results 1 - 2 of 2) 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"
  /external/llvm/lib/CodeGen/
ELF.h 110 Sym->SectionIdx = 0xfff1; // ELFSection::SHN_ABS;
122 Sym->SectionIdx = 0; //ELFSection::SHN_UNDEF;
163 /// ELFSection - This struct contains information about each section that is
166 class ELFSection : public BinaryObject {
193 ELFSection(const std::string &name, bool isLittleEndian, bool is64Bit)

Completed in 2526 milliseconds