OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDTPOffset
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
100
///
getDTPOffset
- return DTP_OFFSET against the SHF_TLS
102
Address
getDTPOffset
();
MipsLDBackend.h
132
///
getDTPOffset
- return DTP_OFFSET against the SHF_TLS
134
uint64_t
getDTPOffset
(const Input& pInput) const;
MipsRelocator.cpp
590
Relocator::Address MipsRelocator::
getDTPOffset
() {
591
return getTarget().
getDTPOffset
(getApplyingInput());
[
all
...]
MipsLDBackend.cpp
680
uint64_t MipsGNULDBackend::
getDTPOffset
(const Input& pInput) const {
[
all
...]
Completed in 637 milliseconds