Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp291 uint64_t offsetOff = off + config->wordsize; in handleTlsRelocation() local
294 offsetOff, sym); in handleTlsRelocation()
297 {R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in handleTlsRelocation()