Page MenuHomeFreeBSD

imgact: Make et_dyn_addr part of image_params
ClosedPublic

Authored by jrtc27 on Apr 16 2023, 2:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 28, 11:11 PM
Unknown Object (File)
Tue, May 27, 10:47 AM
Unknown Object (File)
Apr 22 2025, 5:58 AM
Unknown Object (File)
Apr 20 2025, 10:57 PM
Unknown Object (File)
Apr 2 2025, 8:37 PM
Unknown Object (File)
Apr 2 2025, 6:57 PM
Unknown Object (File)
Mar 12 2025, 8:18 AM
Unknown Object (File)
Feb 18 2025, 10:15 PM
Subscribers

Details

Summary

This already gets passed around between various imgact_elf functions, so
moving it removes an argument from all those places. A future commit
will make use of this for hwpmc, though, to provide the load base for
PIEs, which currently isn't available to tools like pmcstat.

Diff Detail

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