Searched refs:helper_GOT_init (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 59 static X86_32GOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function 373 helper_GOT_init(pReloc, true, *this); in scanLocalReloc() 375 helper_GOT_init(pReloc, false, *this); in scanLocalReloc() 608 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc() 610 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc() 1135 static X86_64GOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function 1348 helper_GOT_init(pReloc, true, *this); in scanLocalReloc() 1350 helper_GOT_init(pReloc, false, *this); in scanLocalReloc() 1430 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc() 1432 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.cpp | 202 helper_GOT_init(pReloc, true, *this); in scanLocalReloc() 204 helper_GOT_init(pReloc, false, *this); in scanLocalReloc() 361 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc() 363 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
|
D | AArch64RelocationHelpers.h | 157 static inline AArch64GOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 81 static ARMGOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function 490 helper_GOT_init(pReloc, true, *this); in scanLocalReloc() 492 helper_GOT_init(pReloc, false, *this); in scanLocalReloc() 707 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc() 709 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 55 static HexagonGOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init() function 366 helper_GOT_init(pReloc, false, *this); in scanGlobalReloc() 368 helper_GOT_init(pReloc, true, *this); in scanGlobalReloc()
|