Searched defs:plt_entry (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp170 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist); local
188 return plt_entry;
204 PLTEntry& plt_entry = helper_get_PLT_and_init(pReloc, pParent); local
205 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp204 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist); local
222 return plt_entry;
238 PLTEntry& plt_entry = helper_get_PLT_and_init(pReloc, pParent); local
239 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry);

Completed in 1110 milliseconds