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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 103 OutputRelocSection& getRelPLT();
104 const OutputRelocSection& getRelPLT() const;
ARMLDBackend.cpp 118 LDSection& relplt = file_format->getRelPlt();
257 file_format->getRelPlt().setSize(
560 OutputRelocSection& ARMGNULDBackend::getRelPLT()
566 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const
ARMRelocator.cpp 159 Relocation& rel_entry = *ld_backend.getRelPLT().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 89 OutputRelocSection& getRelPLT();
90 const OutputRelocSection& getRelPLT() const;
X86LDBackend.cpp 241 OutputRelocSection& X86GNULDBackend::getRelPLT()
247 const OutputRelocSection& X86GNULDBackend::getRelPLT() const
392 LDSection& relplt = file_format->getRelPlt();
490 file_format->getRelPlt().setSize
X86Relocator.cpp 131 Relocation& rel_entry = *ld_backend.getRelPLT().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 102 OutputRelocSection& getRelPLT();
103 const OutputRelocSection& getRelPLT() const;
MipsLDBackend.cpp 102 LDSection& relplt = file_format->getRelPlt();
202 file_format->getRelPlt().setSize(
459 OutputRelocSection& MipsGNULDBackend::getRelPLT()
465 const OutputRelocSection& MipsGNULDBackend::getRelPLT() const
MipsRelocator.cpp 439 getTarget().getRelPLT().reserveEntry();
740 Relocation* rel = getTarget().getRelPLT().consumeEntry();

Completed in 845 milliseconds