HomeSort by relevance Sort by last modified time
    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