Home
last modified time | relevance | path

Searched refs:plt_entry (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp753 PLTEntryBase* plt_entry = pParent.getSymPLTMap().lookUp(*rsym); in helper_get_PLT_and_init() local
754 if (NULL != plt_entry) in helper_get_PLT_and_init()
755 return *plt_entry; in helper_get_PLT_and_init()
758 plt_entry = ld_backend.getPLT().consume(); in helper_get_PLT_and_init()
759 pParent.getSymPLTMap().record(*rsym, *plt_entry); in helper_get_PLT_and_init()
776 return *plt_entry; in helper_get_PLT_and_init()
790 PLTEntryBase& plt_entry = helper_get_PLT_and_init(pReloc, pParent); in helper_PLT() local
791 return helper_PLT_ORG(pParent) + plt_entry.getOffset(); in helper_PLT()
1510 PLTEntryBase* plt_entry = pParent.getSymPLTMap().lookUp(*rsym); in helper_get_PLT_and_init() local
1511 if (NULL != plt_entry) in helper_get_PLT_and_init()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp420 PLTEntryBase* plt_entry = pParent.getSymPLTMap().lookUp(*rsym); in helper_get_PLT_and_init() local
421 if (NULL != plt_entry) in helper_get_PLT_and_init()
422 return *plt_entry; in helper_get_PLT_and_init()
425 plt_entry = ld_backend.getPLT().consume(); in helper_get_PLT_and_init()
426 pParent.getSymPLTMap().record(*rsym, *plt_entry); in helper_get_PLT_and_init()
443 return *plt_entry; in helper_get_PLT_and_init()
456 PLTEntryBase& plt_entry = helper_get_PLT_and_init(pReloc, pParent); in helper_PLT() local
457 return helper_PLT_ORG(pParent) + plt_entry.getOffset(); in helper_PLT()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp644 ARMPLT1* plt_entry = pParent.getSymPLTMap().lookUp(*rsym); in helper_get_PLT_and_init() local
645 if (NULL != plt_entry) in helper_get_PLT_and_init()
646 return *plt_entry; in helper_get_PLT_and_init()
648 plt_entry = ld_backend.getPLT().consume(); in helper_get_PLT_and_init()
649 pParent.getSymPLTMap().record(*rsym, *plt_entry); in helper_get_PLT_and_init()
668 return *plt_entry; in helper_get_PLT_and_init()
681 ARMPLT1& plt_entry = helper_get_PLT_and_init(pReloc, pParent); in helper_PLT() local
682 return helper_PLT_ORG(pParent) + plt_entry.getOffset(); in helper_PLT()