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.cpp914 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() local
917 pReloc.target() = S + A - GOT_ORG; in gotoff32()
925 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpc32() local
927 pReloc.target() = GOT_ORG + A - pReloc.place(); in gotpc32()
940 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got32() local
942 pReloc.target() = GOT_S + A - GOT_ORG; in got32()
1665 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpcrel() local
1667 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place(); in gotpcrel()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp904 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() local
909 pReloc.target() = ((S + A) | T) - GOT_ORG; in gotoff32()
922 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got_brel() local
924 pReloc.target() = GOT_S + A - GOT_ORG; in got_brel()