Home
last modified time | relevance | path

Searched refs:createGOTPLT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.h54 ARMGOTEntry* createGOTPLT();
DARMGOT.cpp45 ARMGOTEntry* ARMGOT::createGOTPLT() { in createGOTPLT() function in mcld::ARMGOT
DARMRelocator.cpp137 ARMGOTEntry* gotplt_entry = ld_backend.getGOT().createGOTPLT(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.h66 AArch64GOTEntry* createGOTPLT();
DAArch64GOT.cpp48 AArch64GOTEntry* AArch64GOT::createGOTPLT() { in createGOTPLT() function in mcld::AArch64GOT
DAArch64RelocationHelpers.h105 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT(); in helper_PLT_init()