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)
Tue, Oct 14, 3:52 PM
Unknown Object (File)
Tue, Oct 14, 3:52 PM
Unknown Object (File)
Tue, Oct 14, 3:52 PM
Unknown Object (File)
Tue, Oct 14, 2:43 AM
Unknown Object (File)
Tue, Oct 7, 12:10 PM
Unknown Object (File)
Sun, Oct 5, 12:05 PM
Unknown Object (File)
Sep 13 2025, 5:27 PM
Unknown Object (File)
Sep 9 2025, 10:35 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.