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)
Sun, Nov 9, 9:42 AM
Unknown Object (File)
Wed, Nov 5, 2:32 PM
Unknown Object (File)
Tue, Nov 4, 2:37 PM
Unknown Object (File)
Thu, Oct 30, 5:54 PM
Unknown Object (File)
Thu, Oct 30, 3:00 PM
Unknown Object (File)
Tue, Oct 21, 8:17 AM
Unknown Object (File)
Oct 13 2025, 5:23 PM
Unknown Object (File)
Oct 13 2025, 5:22 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.