Home
last modified time | relevance | path

Searched hist:ed96fd7f (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/kldxref/
H A Delf.ced96fd7f Fri Dec 22 15:49:03 GMT 2023 John Baldwin <jhb@FreeBSD.org> kldxref: Simplify elf_read_raw_data

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.

Reviewed by: imp
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D43125
ed96fd7f Fri Dec 22 15:49:03 GMT 2023 John Baldwin <jhb@FreeBSD.org> kldxref: Simplify elf_read_raw_data

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.

Reviewed by: imp
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D43125