summaryrefslogtreecommitdiff
path: root/src/util/build_id.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-02util/macros: Import ALIGN_POT from ralloc.cJason Ekstrand1-4/+3
2018-02-05util/build-id: Fix address comparison for binaries with LOAD vaddr > 0Stephan Gerhold1-1/+12
2017-09-13util/build_id: Include <dlfcn.h>Chad Versace1-0/+1
2017-09-13util: Query build-id by symbol address, not library nameChad Versace1-11/+14
2017-03-17util/build-id: check dlpi_name before strstr callTapani Pälli1-0/+6
2017-03-01util/build-id: Return a pointer rather than copying the dataJason Ekstrand1-4/+3
2017-02-20util/build-id: define ElfW and NT_GNU_BUILD_ID if neededJonathan Gray1-0/+8
2017-02-15util: Add utility build-id code.Matt Turner1-0/+109