Home
last modified time | relevance | path

Searched refs:GOT_ORG (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp935 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() local
938 pReloc.target() = S + A - GOT_ORG; in gotoff32()
945 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpc32() local
947 pReloc.target() = GOT_ORG + A - pReloc.place(); in gotpc32()
966 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got32() local
968 pReloc.target() = GOT_S + A - GOT_ORG; in got32()
1625 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpcrel() local
1627 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place(); in gotpcrel()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp859 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() local
864 pReloc.target() = ((S + A) | T) - GOT_ORG; in gotoff32()
875 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got_brel() local
877 pReloc.target() = GOT_S + A - GOT_ORG; in got_brel()