Page MenuHomeFreeBSD

rtld-elf: Push TLS_DTV_OFFSET into tls_get_addr_common's arguments
ClosedPublic

Authored by jrtc27 on May 5 2025, 11:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 31, 6:23 AM
Unknown Object (File)
Jan 20 2026, 12:35 AM
Unknown Object (File)
Jan 18 2026, 7:27 PM
Unknown Object (File)
Jan 16 2026, 1:22 PM
Unknown Object (File)
Jan 16 2026, 7:24 AM
Unknown Object (File)
Jan 6 2026, 3:19 PM
Unknown Object (File)
Dec 11 2025, 5:04 AM
Unknown Object (File)
Dec 7 2025, 4:09 AM
Subscribers

Details

Summary

Rather than calling tls_get_addr_common with a biased ti_offset and
un-biasing the return value, we can instead un-bias the offset given in
the first place and not need to adjust the return value. This is in fact
how the MIPS implementation worked, and makes this call tail-recursive.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable