Page MenuHomeFreeBSD

rtld-elf: Use a proper struct type for tlsdesc entries
ClosedPublic

Authored by jrtc27 on May 9 2024, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 6, 1:57 PM
Unknown Object (File)
Fri, Feb 21, 6:34 PM
Unknown Object (File)
Feb 12 2025, 9:17 PM
Unknown Object (File)
Feb 12 2025, 11:02 AM
Unknown Object (File)
Jan 27 2025, 3:35 PM
Unknown Object (File)
Jan 17 2025, 9:27 PM
Unknown Object (File)
Dec 9 2024, 2:51 PM
Unknown Object (File)
Nov 16 2024, 1:55 AM
Subscribers

Details

Summary

This clarifies the code and makes it less error-prone. It also makes it
easier to extend downstream in CheriBSD (where pointer and integer
members no longer have the same representation and an additional member
is present).

Diff Detail

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