Searched defs:ELFDynamic (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp1 //===- ELFDynamic.cpp ------------- ------------------------------------===//
11 #include <mcld/Target/ELFDynamic.h>
32 // ELFDynamic
34 ELFDynamic::ELFDynamic(const GNULDBackend& pParent, function in class:ELFDynamic
51 ELFDynamic::~ELFDynamic()
69 size_t ELFDynamic::size() const
74 size_t ELFDynamic::numOfBytes() const
79 size_t ELFDynamic
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h1 //===- ELFDynamic.h -------------------------------------------------------===//
125 #include "ELFDynamic.tcc"
129 /** \class ELFDynamic
130 * \brief ELFDynamic is the .dynamic section in ELF shared and executable
133 class ELFDynamic class in namespace:mcld
141 ELFDynamic(const GNULDBackend& pBackend, const LinkerConfig& pConfig);
143 virtual ~ELFDynamic();

Completed in 383 milliseconds