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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp59 static X86_32GOTEntry& helper_GOT_init(Relocation& pReloc, function in namespace:mcld
373 helper_GOT_init(pReloc, true, *this);
375 helper_GOT_init(pReloc, false, *this);
608 helper_GOT_init(pReloc, true, *this);
610 helper_GOT_init(pReloc, false, *this);
1135 static X86_64GOTEntry& helper_GOT_init(Relocation& pReloc, function in namespace:mcld
1348 helper_GOT_init(pReloc, true, *this);
1350 helper_GOT_init(pReloc, false, *this);
1430 helper_GOT_init(pReloc, true, *this);
1432 helper_GOT_init(pRelo
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h157 static inline AArch64GOTEntry& helper_GOT_init(Relocation& pReloc, function in namespace:mcld
H A DAArch64Relocator.cpp202 helper_GOT_init(pReloc, true, *this);
204 helper_GOT_init(pReloc, false, *this);
361 helper_GOT_init(pReloc, true, *this);
363 helper_GOT_init(pReloc, false, *this);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp55 static HexagonGOTEntry& helper_GOT_init(Relocation& pReloc, function in namespace:mcld
366 helper_GOT_init(pReloc, false, *this);
368 helper_GOT_init(pReloc, true, *this);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp81 static ARMGOTEntry& helper_GOT_init(Relocation& pReloc, function in namespace:mcld
490 helper_GOT_init(pReloc, true, *this);
492 helper_GOT_init(pReloc, false, *this);
707 helper_GOT_init(pReloc, true, *this);
709 helper_GOT_init(pReloc, false, *this);

Completed in 293 milliseconds