Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/build-id: Return a pointer rather than copying the data | Jason Ekstrand | 2017-03-01 | 1 | -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 Turner | 2017-02-15 | 1 | -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]> |