Home
last modified time | relevance | path

Searched refs:getRelPLT (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h103 OutputRelocSection& getRelPLT();
104 const OutputRelocSection& getRelPLT() const;
DARMLDBackend.cpp667 OutputRelocSection& ARMGNULDBackend::getRelPLT() { in getRelPLT() function in mcld::ARMGNULDBackend
672 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const { in getRelPLT() function in mcld::ARMGNULDBackend
DARMRelocator.cpp140 Relocation& rel_entry = *ld_backend.getRelPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h89 OutputRelocSection& getRelPLT();
90 const OutputRelocSection& getRelPLT() const;
DX86LDBackend.cpp222 OutputRelocSection& X86GNULDBackend::getRelPLT() { in getRelPLT() function in mcld::X86GNULDBackend
227 const OutputRelocSection& X86GNULDBackend::getRelPLT() const { in getRelPLT() function in mcld::X86GNULDBackend
DX86Relocator.cpp116 Relocation& rel_entry = *ld_backend.getRelPLT().create(); in helper_PLT_init()
1201 Relocation& rel_entry = *ld_backend.getRelPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h103 OutputRelocSection& getRelPLT();
104 const OutputRelocSection& getRelPLT() const;
DMipsLDBackend.cpp528 OutputRelocSection& MipsGNULDBackend::getRelPLT() { in getRelPLT() function in mcld::MipsGNULDBackend
533 const OutputRelocSection& MipsGNULDBackend::getRelPLT() const { in getRelPLT() function in mcld::MipsGNULDBackend
DMipsRelocator.cpp104 Relocation* relEntry = backend.getRelPLT().create(); in helper_PLT_init()