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)
Thu, Jan 16, 10:21 PM
Unknown Object (File)
Mon, Jan 13, 11:20 AM
Unknown Object (File)
Jan 1 2025, 12:37 PM
Unknown Object (File)
Jan 1 2025, 3:05 AM
Unknown Object (File)
Dec 31 2024, 3:26 AM
Unknown Object (File)
Dec 30 2024, 2:55 AM
Unknown Object (File)
Dec 29 2024, 3:18 AM
Unknown Object (File)
Dec 28 2024, 4:14 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.