Home
last modified time | relevance | path

Searched refs:gotplt_entry (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h105 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT(); in helper_PLT_init() local
106 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry); in helper_PLT_init()
111 rel_entry.targetRef().assign(*gotplt_entry); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp112 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init() local
113 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry); in helper_PLT_init()
118 rel_entry.targetRef().assign(*gotplt_entry); in helper_PLT_init()
1197 X86_64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init() local
1198 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry); in helper_PLT_init()
1203 rel_entry.targetRef().assign(*gotplt_entry); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp103 HexagonGOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init() local
104 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry); in helper_PLT_init()
108 rela_entry.targetRef().assign(*gotplt_entry); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp137 ARMGOTEntry* gotplt_entry = ld_backend.getGOT().createGOTPLT(); in helper_PLT_init() local
138 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry); in helper_PLT_init()
142 rel_entry.targetRef().assign(*gotplt_entry); in helper_PLT_init()