Home
last modified time | relevance | path

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

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