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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 94 OutputRelocSection& getRelaPLT();
95 const OutputRelocSection& getRelaPLT() const;
AArch64LDBackend.cpp 110 LDSection& relaplt = file_format->getRelaPlt();
224 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
380 OutputRelocSection& AArch64GNULDBackend::getRelaPLT() {
385 const OutputRelocSection& AArch64GNULDBackend::getRelaPLT() const {
AArch64RelocationHelpers.h 109 Relocation& rel_entry = *ld_backend.getRelaPLT().create();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 117 OutputRelocSection& getRelaPLT();
119 const OutputRelocSection& getRelaPLT() const;
HexagonLDBackend.cpp 258 OutputRelocSection& HexagonLDBackend::getRelaPLT() {
263 const OutputRelocSection& HexagonLDBackend::getRelaPLT() const {
286 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
420 LDSection& relaplt = file_format->getRelaPlt();
    [all...]
HexagonRelocator.cpp 106 Relocation& rela_entry = *ld_backend.getRelaPLT().create();

Completed in 50 milliseconds