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

  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 1 //===- ELFSegment.cpp -----------------------------------------------------===//
9 #include <mcld/LD/ELFSegment.h>
14 // ELFSegment
15 ELFSegment::ELFSegment(uint32_t pType,
35 ELFSegment::~ELFSegment()
39 bool ELFSegment::isDataSegment() const
53 bool ELFSegment::isBssSegment() const
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 1 //===- ELFSegment.h -------------------------------------------------------===//
23 /** \class ELFSegment
26 class ELFSegment
32 ELFSegment(uint32_t pType,
41 ~ELFSegment();

Completed in 47 milliseconds