Searched refs:helper_GOT_init (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 66 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/ |
D | AArch64Relocator.cpp | 205 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()
|
D | AArch64RelocationHelpers.h | 179 helper_GOT_init(Relocation& pReloc, bool pHasRel, AArch64Relocator& pParent) in helper_GOT_init() function
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 91 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/ |
D | HexagonRelocator.cpp | 54 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()
|