Searched defs:pHasRel (Results 1 - 4 of 4) sorted by last modified time

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h179 helper_GOT_init(Relocation& pReloc, bool pHasRel, AArch64Relocator& pParent) argument
190 if (!pHasRel) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp92 bool pHasRel,
103 if (!pHasRel) {
91 helper_GOT_init(Relocation& pReloc, bool pHasRel, ARMRelocator& pParent) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp55 bool pHasRel,
65 if (!pHasRel) {
54 helper_GOT_init(Relocation &pReloc, bool pHasRel, HexagonRelocator &pParent) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp67 bool pHasRel,
78 if (!pHasRel) {
1181 bool pHasRel,
1193 if (!pHasRel) {
66 helper_GOT_init(Relocation& pReloc, bool pHasRel, X86_32Relocator& pParent) argument
1180 helper_GOT_init(Relocation& pReloc, bool pHasRel, X86_64Relocator& pParent) argument

Completed in 2785 milliseconds