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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 147 OutputRelocSection& HexagonLDBackend::getRelPLT()
153 const OutputRelocSection& HexagonLDBackend::getRelPLT() const
192 LDSection& relplt = file_format->getRelPlt();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 228 LDSection& getRelPlt() {
233 const LDSection& getRelPlt() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 251 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelPlt().addr()); // DT_JMPREL
252 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelPlt().size()); // DT_PLTRELSZ
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 106 LDSection& relplt = file_format->getRelPlt();
234 file_format->getRelPlt().setSize(
916 OutputRelocSection& ARMGNULDBackend::getRelPLT()
922 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 329 OutputRelocSection& X86GNULDBackend::getRelPLT()
335 const OutputRelocSection& X86GNULDBackend::getRelPLT() const
803 LDSection& relplt = file_format->getRelPlt();
848 file_format->getRelPlt().setSize
    [all...]

Completed in 34 milliseconds