summaryrefslogtreecommitdiff
path: root/src/util/build_id.c
Commit message (Expand)AuthorAgeFilesLines
* util/macros: Import ALIGN_POT from ralloc.cJason Ekstrand2018-07-021-4/+3
* util/build-id: Fix address comparison for binaries with LOAD vaddr > 0Stephan Gerhold2018-02-051-1/+12
* util/build_id: Include <dlfcn.h>Chad Versace2017-09-131-0/+1
* util: Query build-id by symbol address, not library nameChad Versace2017-09-131-11/+14
* util/build-id: check dlpi_name before strstr callTapani Pälli2017-03-171-0/+6
* util/build-id: Return a pointer rather than copying the dataJason Ekstrand2017-03-011-4/+3
* util/build-id: define ElfW and NT_GNU_BUILD_ID if neededJonathan Gray2017-02-201-0/+8
* util: Add utility build-id code.Matt Turner2017-02-151-0/+109