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)
Sat, Nov 2, 11:51 AM
Unknown Object (File)
Sat, Nov 2, 11:51 AM
Unknown Object (File)
Sat, Nov 2, 11:42 AM
Unknown Object (File)
Sat, Oct 19, 1:33 PM
Unknown Object (File)
Aug 6 2024, 1:30 PM
Unknown Object (File)
Aug 6 2024, 11:46 AM
Unknown Object (File)
Aug 6 2024, 11:46 AM
Unknown Object (File)
Aug 2 2024, 6:59 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