OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTPOffset
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
96
///
getTPOffset
- return TP_OFFSET against the SHF_TLS
98
Address
getTPOffset
();
MipsLDBackend.h
128
///
getTPOffset
- return TP_OFFSET against the SHF_TLS
130
uint64_t
getTPOffset
(const Input& pInput) const;
MipsRelocator.cpp
586
Relocator::Address MipsRelocator::
getTPOffset
() {
587
return getTarget().
getTPOffset
(getApplyingInput());
[
all
...]
MipsLDBackend.cpp
676
uint64_t MipsGNULDBackend::
getTPOffset
(const Input& pInput) const {
[
all
...]
Completed in 81 milliseconds