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)
Mon, Oct 28, 8:38 PM
Unknown Object (File)
Oct 2 2024, 11:15 PM
Unknown Object (File)
Sep 25 2024, 9:04 AM
Unknown Object (File)
Sep 17 2024, 5:07 AM
Unknown Object (File)
Sep 12 2024, 8:21 PM
Unknown Object (File)
Sep 9 2024, 4:20 PM
Unknown Object (File)
Sep 4 2024, 1:37 PM
Unknown Object (File)
Aug 31 2024, 4:03 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