rtld-elf: Use struct tcb * rather than uintptr_t ** for the tcb
This lets us access via named struct members rather than magic
hard-coded indices.
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D50229
rtld-elf: Use struct tcb * rather than uintptr_t ** for the tcb Tags None Referenced Files None Subscribers None
Description
Details
|