Page MenuHomeFreeBSD

rtld: Use a helper variable to simplify a few lines
ClosedPublic

Authored by jhb on Jan 4 2026, 9:45 PM.
Tags
None
Referenced Files
F173507801: D54507.id169027.diff
Sat, Sep 26, 11:15 AM
Unknown Object (File)
Thu, Sep 24, 9:40 AM
Unknown Object (File)
Mon, Sep 21, 11:00 AM
Unknown Object (File)
Fri, Sep 18, 11:26 AM
Unknown Object (File)
Thu, Sep 17, 7:37 PM
Unknown Object (File)
Thu, Sep 17, 7:31 PM
Unknown Object (File)
Thu, Sep 17, 7:28 PM
Unknown Object (File)
Thu, Sep 17, 7:25 PM
Subscribers

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jan 4 2026, 9:45 PM
libexec/rtld-elf/rtld.c
5499

Not sure if pad is quite the right name for this region? But given it's zeroed, that was the best guess I had for it.

libexec/rtld-elf/rtld.c
5499

tls_bss_offset? Given generally arises from .tbss.

I am fine with jrtc27' suggested name.

This revision is now accepted and ready to land.Jan 14 2026, 6:24 PM
This revision now requires review to proceed.Jan 14 2026, 8:04 PM
This revision is now accepted and ready to land.Jan 15 2026, 3:58 AM