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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 109 OutputRelocSection& getRelPLT();
111 const OutputRelocSection& getRelPLT() const;
HexagonLDBackend.cpp 147 OutputRelocSection& HexagonLDBackend::getRelPLT()
153 const OutputRelocSection& HexagonLDBackend::getRelPLT() const
192 LDSection& relplt = file_format->getRelPlt();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 159 OutputRelocSection& getRelPLT();
161 const OutputRelocSection& getRelPLT() const;
ARMLDBackend.cpp 106 LDSection& relplt = file_format->getRelPlt();
234 file_format->getRelPlt().setSize(
916 OutputRelocSection& ARMGNULDBackend::getRelPLT()
922 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const
    [all...]
ARMRelocator.cpp 207 Relocation& rel_entry = *ld_backend.getRelPLT().consumeEntry();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 144 OutputRelocSection& getRelPLT();
146 const OutputRelocSection& getRelPLT() const;
X86Relocator.cpp 202 Relocation& rel_entry = *ld_backend.getRelPLT().consumeEntry();
753 Relocation& rel_entry = *ld_backend.getRelPLT().consumeEntry();
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 413 milliseconds