HomeSort by relevance Sort by last modified time
    Searched defs:MipsELFDynamic (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 1 //===- MipsELFDynamic.h ---------------------------------------------------===//
18 class MipsELFDynamic : public ELFDynamic
21 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
MipsELFDynamic.cpp 1 //===- MipsELFDynamic.cpp -------------------------------------------------===//
15 #include "MipsELFDynamic.h"
20 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent,
28 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
44 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
60 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const
69 size_t MipsELFDynamic::getGotSym(const ELFFileFormat& pFormat) const
77 size_t MipsELFDynamic::getLocalGotNum(const ELFFileFormat& pFormat) const
85 uint64_t MipsELFDynamic::getBaseAddress(
    [all...]

Completed in 116 milliseconds