Home
last modified time | relevance | path

Searched refs:getDTPOffset (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h102 Address getDTPOffset();
DMipsLDBackend.h134 uint64_t getDTPOffset(const Input& pInput) const;
DMipsRelocator.cpp590 Relocator::Address MipsRelocator::getDTPOffset() { in getDTPOffset() function in mcld::MipsRelocator
591 return getTarget().getDTPOffset(getApplyingInput()); in getDTPOffset()
1179 A -= pParent.getDTPOffset(); in tlshi16()
1200 A -= pParent.getDTPOffset(); in tlslo16()
DMipsLDBackend.cpp680 uint64_t MipsGNULDBackend::getDTPOffset(const Input& pInput) const { in getDTPOffset() function in mcld::MipsGNULDBackend