Home
last modified time | relevance | path

Searched refs:GOT_S (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp964 Relocator::Address GOT_S = helper_get_GOT_address(pReloc, pParent); in got32() local
968 pReloc.target() = GOT_S + A - GOT_ORG; in got32()
1023 X86Relocator::SWord GOT_S = in tls_ldm() local
1027 pReloc.target() = GOT_S + A; in tls_ldm()
1052 Relocator::Address GOT_S = in tls_ie() local
1056 pReloc.target() = GOT_S + A; in tls_ie()
1073 X86Relocator::SWord GOT_S = in tls_gotie() local
1077 pReloc.target() = GOT_S + A; in tls_gotie()
1623 Relocator::Address GOT_S = helper_get_GOT_address(pReloc, pParent); in gotpcrel() local
1627 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place(); in gotpcrel()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp627 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in adr_got_page() local
631 helper_get_page_address(GOT_S + A) - helper_get_page_address(P); in adr_got_page()
653 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in ld64_got_lo12() local
655 Relocator::DWord X = helper_get_page_offset(GOT_S + A); in ld64_got_lo12()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp846 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in relocGOT() local
848 int32_t result = (int32_t)(GOT_S - GOT); in relocGOT()
887 result_u = GOT_S - GOT; in relocGOT()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp873 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in got_brel() local
877 pReloc.target() = GOT_S + A - GOT_ORG; in got_brel()
891 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in got_prel() local
896 pReloc.target() = GOT_S + A - P; in got_prel()