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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h1 //===- MipsELFDynamic.h ---------------------------------------------------===//
21 class MipsELFDynamic : public ELFDynamic class in namespace:mcld
24 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
25 ~MipsELFDynamic();
H A DMipsELFDynamic.cpp1 //===- MipsELFDynamic.cpp -------------------------------------------------===//
9 #include "MipsELFDynamic.h"
27 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent, function in class:MipsELFDynamic
34 MipsELFDynamic::~MipsELFDynamic()
38 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
52 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
66 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const
75 size_t MipsELFDynamic
[all...]

Completed in 53 milliseconds