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
Unknown Object (File)
Mon, Apr 27, 11:23 AM
Unknown Object (File)
Sat, Apr 25, 5:00 AM
Unknown Object (File)
Mon, Apr 20, 7:10 AM
Unknown Object (File)
Sat, Apr 11, 10:11 PM
Unknown Object (File)
Sat, Apr 11, 3:15 PM
Unknown Object (File)
Sat, Apr 11, 12:24 PM
Unknown Object (File)
Wed, Apr 8, 4:22 AM
Unknown Object (File)
Tue, Apr 7, 10:27 AM
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