Page MenuHomeFreeBSD

rtld-elf: Use struct tcb * rather than uintptr_t ** for the tcb
ClosedPublic

Authored by jrtc27 on Wed, May 7, 3:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 9, 1:33 PM
Unknown Object (File)
Thu, May 8, 11:12 PM
Unknown Object (File)
Thu, May 8, 9:06 PM
Unknown Object (File)
Thu, May 8, 11:47 AM
Unknown Object (File)
Wed, May 7, 11:06 PM
Subscribers

Details

Summary

This lets us access via named struct members rather than magic
hard-coded indices.

Diff Detail

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