Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp255 uint64_t OffsetOff = Off + Config->Wordsize; in handleTlsRelocation() local
257 In.RelaDyn->addReloc(Target->TlsOffsetRel, In.Got, OffsetOff, &Sym); in handleTlsRelocation()
260 {R_ABS, Target->TlsOffsetRel, OffsetOff, 0, &Sym}); in handleTlsRelocation()