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 101 OutputRelocSection& getRelPLT();
102 const OutputRelocSection& getRelPLT() const;
ARMLDBackend.cpp 118 LDSection& relplt = file_format->getRelPlt();
251 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
596 OutputRelocSection& ARMGNULDBackend::getRelPLT() {
601 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const {
ARMRelocator.cpp 140 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 222 OutputRelocSection& X86GNULDBackend::getRelPLT() {
227 const OutputRelocSection& X86GNULDBackend::getRelPLT() const {
363 LDSection& relplt = file_format->getRelPlt();
451 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
X86Relocator.cpp 116 Relocation& rel_entry = *ld_backend.getRelPLT().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 101 OutputRelocSection& getRelPLT();
102 const OutputRelocSection& getRelPLT() const;
MipsLDBackend.cpp 96 LDSection& relplt = file_format->getRelPlt();
193 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() *
419 OutputRelocSection& MipsGNULDBackend::getRelPLT() {
424 const OutputRelocSection& MipsGNULDBackend::getRelPLT() const {
MipsRelocator.cpp 392 getTarget().getRelPLT().reserveEntry();
673 Relocation* rel = getTarget().getRelPLT().consumeEntry();

Completed in 734 milliseconds