Home
last modified time | relevance | path

Searched refs:helper_GOT_init (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp66 X86_32GOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function
406 helper_GOT_init(pReloc, true, *this); in scanLocalReloc()
414 helper_GOT_init(pReloc, false, *this); in scanLocalReloc()
646 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc()
648 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
1180 X86_64GOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function
1413 helper_GOT_init(pReloc, true, *this); in scanLocalReloc()
1415 helper_GOT_init(pReloc, false, *this); in scanLocalReloc()
1498 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc()
1500 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp205 helper_GOT_init(pReloc, true, *this); in scanLocalReloc()
207 helper_GOT_init(pReloc, false, *this); in scanLocalReloc()
364 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc()
366 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
DAArch64RelocationHelpers.h179 helper_GOT_init(Relocation& pReloc, bool pHasRel, AArch64Relocator& pParent) in helper_GOT_init() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp91 ARMGOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function
551 helper_GOT_init(pReloc, true, *this); in scanLocalReloc()
553 helper_GOT_init(pReloc, false, *this); in scanLocalReloc()
772 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc()
774 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp54 static HexagonGOTEntry &helper_GOT_init(Relocation &pReloc, in helper_GOT_init() function
357 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
359 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc()