summaryrefslogtreecommitdiffstats
path: root/src/util/build_id.h
Commit message (Collapse)AuthorAgeFilesLines
* util/build-id: Return a pointer rather than copying the dataJason Ekstrand2017-03-011-3/+2
| | | | | | | | We're about to use the build-id as the starting point for another SHA1 hash in the Intel Vulkan driver, and returning a pointer is far more convenient. Reviewed-by: Chad Versace <[email protected]>
* util: Add utility build-id code.Matt Turner2017-02-151-0/+38
Provides the ability to read the .note.gnu.build-id section of ELF binaries, which is inserted by the --build-id=... flag to ld. Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Chad Versace <[email protected]>