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, Oct 13, 5:23 PM
Unknown Object (File)
Mon, Oct 13, 5:22 PM
Unknown Object (File)
Mon, Oct 13, 5:22 PM
Unknown Object (File)
Mon, Oct 13, 4:04 AM
Unknown Object (File)
Sun, Oct 12, 5:50 AM
Unknown Object (File)
Wed, Oct 8, 4:25 AM
Unknown Object (File)
Tue, Sep 30, 3:12 AM
Unknown Object (File)
Sep 15 2025, 1:08 AM
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.