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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 118 LDSection& relaplt = file_format->getRelaPlt();
240 file_format->getRelaPlt().setSize(
415 OutputRelocSection& AArch64GNULDBackend::getRelaPLT()
421 const OutputRelocSection& AArch64GNULDBackend::getRelaPLT() const
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 245 LDSection& getRelaPlt() {
250 const LDSection& getRelaPlt() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 265 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelaPlt().addr()); // DT_JMPREL
266 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelaPlt().size()); // DT_PLTRELSZ
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 660 file_format->getRelaPlt().setSize
683 LDSection& relplt = file_format->getRelaPlt();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 275 OutputRelocSection& HexagonLDBackend::getRelaPLT()
281 const OutputRelocSection& HexagonLDBackend::getRelaPLT() const
309 file_format->getRelaPlt().setSize
453 LDSection& relaplt = file_format->getRelaPlt();
    [all...]

Completed in 469 milliseconds