Searched defs:GNULDBackend (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h1 //===- GNULDBackend.h -----------------------------------------------------===//
44 /** \class GNULDBackend
45 * \brief GNULDBackend provides a common interface for all GNU Unix-OS
48 class GNULDBackend : public TargetLDBackend { class in namespace:mcld
50 GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
53 virtual ~GNULDBackend();
481 explicit RelocCompare(const GNULDBackend& pBackend) : m_Backend(pBackend) {}
485 const GNULDBackend& m_Backend;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1 //===- GNULDBackend.cpp ---------------------------------------------------===//
9 #include "mcld/Target/GNULDBackend.h"
77 // GNULDBackend
79 GNULDBackend::GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo) function in class:mcld::GNULDBackend
117 GNULDBackend::~GNULDBackend() {
130 size_t GNULDBackend::sectionStartOffset() const {
148 uint64_t GNULDBackend::getSegmentStartAddr(const LinkerScript& pScript) const {
159 GNUArchiveReader* GNULDBackend
[all...]

Completed in 400 milliseconds