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"
33 // ELFDynamic
35 ELFDynamic::ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig) function in class:mcld::ELFDynamic
50 ELFDynamic::~ELFDynamic() {
67 size_t ELFDynamic::size() const {
71 size_t ELFDynamic::numOfBytes() const {
75 size_t ELFDynamic
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h1 //===- ELFDynamic.h -------------------------------------------------------===//
111 #include "ELFDynamic.tcc"
115 /** \class ELFDynamic
116 * \brief ELFDynamic is the .dynamic section in ELF shared and executable
119 class ELFDynamic { class in namespace:mcld
126 ELFDynamic(const GNULDBackend& pBackend, const LinkerConfig& pConfig);
128 virtual ~ELFDynamic();

Completed in 2012 milliseconds