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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 182 OutputRelocSection& getRelPLT();
184 const OutputRelocSection& getRelPLT() const;
X86LDBackend.cpp 162 LDSection& relplt = file_format->getRelPlt();
651 OutputRelocSection& X86GNULDBackend::getRelPLT()
657 const OutputRelocSection& X86GNULDBackend::getRelPLT() const
X86RelocationFactory.cpp 178 *ld_backend.getRelPLT().getEntry(*rsym, true, exist);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 188 OutputRelocSection& getRelPLT();
190 const OutputRelocSection& getRelPLT() const;
ARMLDBackend.cpp 226 LDSection& relplt = file_format->getRelPlt();
907 OutputRelocSection& ARMGNULDBackend::getRelPLT()
913 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const
    [all...]
ARMRelocationFactory.cpp 212 *ld_backend.getRelPLT().getEntry(*rsym, true, exist);
    [all...]

Completed in 4722 milliseconds