Page MenuHomeFreeBSD

kldxref: change ef_get_offset() return to Elf_Off
ClosedPublic

Authored by mhorne063_gmail.com on Jan 17 2018, 8:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 9, 11:52 PM
Unknown Object (File)
Sat, Feb 28, 7:07 PM
Unknown Object (File)
Thu, Feb 26, 10:40 AM
Unknown Object (File)
Feb 8 2026, 9:21 AM
Unknown Object (File)
Feb 8 2026, 1:34 AM
Unknown Object (File)
Jan 31 2026, 7:14 AM
Unknown Object (File)
Dec 20 2025, 12:15 AM
Unknown Object (File)
Nov 20 2025, 6:56 PM
Subscribers

Details

Summary

Update the return type of ef_get_offset() to a more appropriate type, as mentioned here.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Put style changes for one more review

usr.sbin/kldxref/ef.c
462 ↗(On Diff #38106)

void *dest

473 ↗(On Diff #38106)

return ()

477 ↗(On Diff #38106)

void *dest

This revision is now accepted and ready to land.Jan 17 2018, 8:28 PM
This revision was automatically updated to reflect the committed changes.