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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 270 LDSection& getRelaPlt() {
275 const LDSection& getRelaPlt() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 244 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelaPlt().addr());
245 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelaPlt().size());
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 115 LDSection& relaplt = file_format->getRelaPlt();
229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
580 OutputRelocSection& AArch64GNULDBackend::getRelaPLT() {
585 const OutputRelocSection& AArch64GNULDBackend::getRelaPLT() const {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 608 file_format->getRelaPlt().setSize(m_pRelPLT->numOfRelocs() *
630 LDSection& relplt = file_format->getRelaPlt();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 259 OutputRelocSection& HexagonLDBackend::getRelaPLT() {
264 const OutputRelocSection& HexagonLDBackend::getRelaPLT() const {
287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
421 LDSection& relaplt = file_format->getRelaPlt();
    [all...]

Completed in 99 milliseconds