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)
Mon, Jan 27, 3:35 PM
Unknown Object (File)
Fri, Jan 17, 9:27 PM
Unknown Object (File)
Dec 9 2024, 2:51 PM
Unknown Object (File)
Nov 16 2024, 1:55 AM
Unknown Object (File)
Nov 15 2024, 5:33 PM
Unknown Object (File)
Nov 2 2024, 11:51 AM
Unknown Object (File)
Nov 2 2024, 11:51 AM
Unknown Object (File)
Nov 2 2024, 11:42 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