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)
Thu, Oct 9, 9:58 PM
Unknown Object (File)
Sun, Sep 21, 4:25 PM
Unknown Object (File)
Sep 16 2025, 6:44 PM
Unknown Object (File)
Sep 16 2025, 6:37 PM
Unknown Object (File)
Sep 15 2025, 6:01 PM
Unknown Object (File)
Sep 15 2025, 12:33 PM
Unknown Object (File)
Sep 12 2025, 2:47 PM
Unknown Object (File)
Sep 7 2025, 6:27 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 63931
Build 60815: arc lint + arc unit