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.cpp962 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() local
965 pReloc.target() = S + A - GOT_ORG; in gotoff32()
973 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpc32() local
975 pReloc.target() = GOT_ORG + A - pReloc.place(); in gotpc32()
995 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got32() local
997 pReloc.target() = GOT_S + A - GOT_ORG; in got32()
1680 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpcrel() local
1682 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place(); in gotpcrel()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp914 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() local
919 pReloc.target() = ((S + A) | T) - GOT_ORG; in gotoff32()
931 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got_brel() local
933 pReloc.target() = GOT_S + A - GOT_ORG; in got_brel()