OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:helper_GOT_ORG
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
730
X86Relocator::Address
helper_GOT_ORG
(X86_32Relocator& pParent)
914
X86Relocator::Address GOT_ORG =
helper_GOT_ORG
(pParent);
925
X86Relocator::Address GOT_ORG =
helper_GOT_ORG
(pParent);
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
623
ARMRelocator::Address
helper_GOT_ORG
(ARMRelocator& pParent)
633
return
helper_GOT_ORG
(pParent) + got_entry.getOffset();
904
ARMRelocator::Address GOT_ORG =
helper_GOT_ORG
(pParent);
922
ARMRelocator::Address GOT_ORG =
helper_GOT_ORG
(pParent);
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
400
HexagonRelocator::Address
helper_GOT_ORG
(HexagonRelocator& pParent)
409
return
helper_GOT_ORG
(pParent) + got_entry.getOffset();
[
all
...]
Completed in 3073 milliseconds