OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOT_ORG
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
arm-reloc-property.cc
182
{ RAB_GOT_ORG, "
GOT_ORG
" },
263
Parse_expression A("A"),
GOT_ORG
("
GOT_ORG
"), NONE("NONE"), P("P"),
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
855
// R_ARM_GOTOFF32: ((S + A) | T) -
GOT_ORG
859
Relocator::Address
GOT_ORG
= helper_GOT_ORG(pParent);
864
pReloc.target() = ((S + A) | T) -
GOT_ORG
;
868
// R_ARM_GOT_BREL: GOT(S) + A -
GOT_ORG
875
Relocator::Address
GOT_ORG
= helper_GOT_ORG(pParent);
877
pReloc.target() = GOT_S + A -
GOT_ORG
;
[
all
...]
Completed in 195 milliseconds