HomeFreeBSD

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

Description

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

Details

Provenance
jrtc27Authored on May 7 2025, 7:20 PM
Reviewer
kib
Differential Revision
D50229: rtld-elf: Use struct tcb * rather than uintptr_t ** for the tcb
Parents
rG3703f95c6fca: libc: Use struct tcb * rather than uintptr_t ** for the tcb
Branches
Unknown
Tags
Unknown