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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 65 LDSection& reldyn = file_format->getRelDyn();
136 file_format->getRelDyn().setSize(
233 OutputRelocSection& MipsGNULDBackend::getRelDyn()
239 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 224 OutputRelocSection& X86GNULDBackend::getRelDyn()
230 const OutputRelocSection& X86GNULDBackend::getRelDyn() const
348 LDSection& reldyn = file_format->getRelDyn();
381 file_format->getRelDyn().setSize
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 112 LDSection& reldyn = file_format->getRelDyn();
228 file_format->getRelDyn().setSize(
468 OutputRelocSection& ARMGNULDBackend::getRelDyn()
474 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 218 LDSection& getRelDyn() {
223 const LDSection& getRelDyn() const {

Completed in 271 milliseconds