Page MenuHomeFreeBSD

readelf: add Go build ID ELF note support
ClosedPublic

Authored by emaste on Dec 10 2021, 8:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 5:00 AM
Unknown Object (File)
Wed, Nov 5, 10:14 PM
Unknown Object (File)
Wed, Nov 5, 10:14 PM
Unknown Object (File)
Wed, Nov 5, 10:14 PM
Unknown Object (File)
Wed, Nov 5, 8:35 PM
Unknown Object (File)
Oct 26 2025, 10:02 PM
Unknown Object (File)
Oct 26 2025, 3:43 PM
Unknown Object (File)
Oct 25 2025, 3:12 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
$ usr.bin/readelf/obj/readelf -n adler32.test

Notes at offset 0x00000f9c with length 0x00000064:
  Owner         Data size       Description
  Go            0x00000053      elfGoBuildIDTag
  Build ID: RSdS5WHTmwuRomU3wW_W/RU-WgpPHyia8P6QzGwKr/tPQM4J0a18Xri24iRXaB/L2gVha567IKmJ6t-pPT4
markj added inline comments.
contrib/elftoolchain/readelf/readelf.c
1258

Extra newline.

This revision is now accepted and ready to land.Dec 10 2021, 8:59 PM
This revision was automatically updated to reflect the committed changes.
emaste marked an inline comment as done.