Page MenuHomeFreeBSD

kldxref: Simplify elf_read_raw_data
ClosedPublic

Authored by jhb on Dec 19 2023, 8:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 2 2024, 1:10 AM
Unknown Object (File)
Sep 30 2024, 12:28 AM
Unknown Object (File)
Sep 29 2024, 12:09 AM
Unknown Object (File)
Sep 27 2024, 10:12 AM
Unknown Object (File)
Sep 23 2024, 2:38 PM
Unknown Object (File)
Sep 23 2024, 10:28 AM
Unknown Object (File)
Sep 21 2024, 11:27 AM
Unknown Object (File)
Sep 19 2024, 6:04 AM
Subscribers

Details

Summary

Use pread as a valid offset is always passed now. Originally the DSO
code read the .hash section in two separate requests and relied on the
implicit offset for the second read, but now the hash table is fetched
in a single call.

Sponsored by: DARPA

Diff Detail

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