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, Mar 12, 8:18 AM
Unknown Object (File)
Tue, Feb 18, 10:15 PM
Unknown Object (File)
Tue, Feb 18, 4:25 PM
Unknown Object (File)
Jan 27 2025, 11:00 AM
Unknown Object (File)
Jan 26 2025, 6:21 PM
Unknown Object (File)
Dec 19 2024, 1:37 AM
Unknown Object (File)
Dec 14 2024, 7:02 PM
Unknown Object (File)
Nov 26 2024, 8:23 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