HomeSort by relevance Sort by last modified time
    Searched refs:getRelPlt (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 225 LDSection& getRelPlt() {
230 const LDSection& getRelPlt() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 260 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelPlt().addr()); // DT_JMPREL
261 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelPlt().size()); // DT_PLTRELSZ
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 241 OutputRelocSection& X86GNULDBackend::getRelPLT()
247 const OutputRelocSection& X86GNULDBackend::getRelPLT() const
392 LDSection& relplt = file_format->getRelPlt();
490 file_format->getRelPlt().setSize
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 118 LDSection& relplt = file_format->getRelPlt();
257 file_format->getRelPlt().setSize(
560 OutputRelocSection& ARMGNULDBackend::getRelPLT()
566 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 102 LDSection& relplt = file_format->getRelPlt();
202 file_format->getRelPlt().setSize(
459 OutputRelocSection& MipsGNULDBackend::getRelPLT()
465 const OutputRelocSection& MipsGNULDBackend::getRelPLT() const

Completed in 321 milliseconds