HomeSort by relevance Sort by last modified time
    Searched refs:ELFAttribute (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 1 //===- ELFAttribute.h -----------------------------------------------------===//
26 /** \class ELFAttribute
27 * \brief ELFAttribute is the attribute section in an ELF file.
29 class ELFAttribute {
50 ELFAttribute(const GNULDBackend& pBackend, const LinkerConfig& pConfig)
53 ~ELFAttribute();
76 * interfaces for ELFAttribute to operate on
80 Subsection(ELFAttribute& pParent, ELFAttributeData& pAttrData)
100 ELFAttribute& m_Parent;
GNULDBackend.h 28 class ELFAttribute;
334 ELFAttribute& attribute() { return *m_pAttribute; }
337 const ELFAttribute& attribute() const { return *m_pAttribute; }
540 ELFAttribute* m_pAttribute;
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 1 //===- ELFAttribute.cpp ---------------------------------------------------===//
9 #include "mcld/Target/ELFAttribute.h"
31 // ELFAttribute
33 ELFAttribute::~ELFAttribute() {
38 bool ELFAttribute::merge(const Input& pInput, LDSection& pInputAttrSectHdr) {
124 size_t ELFAttribute::sizeOutput() const {
137 size_t ELFAttribute::emit(MemoryRegion& pRegion) const {
158 void ELFAttribute::registerAttributeData(ELFAttributeData& pAttrData) {
165 ELFAttribute::Subsection* ELFAttribute::getSubsection
    [all...]
Android.mk 4 ELFAttribute.cpp \
GNULDBackend.cpp 41 #include "mcld/Target/ELFAttribute.h"
114 m_pAttribute = new ELFAttribute(*this, pConfig);
    [all...]

Completed in 541 milliseconds