aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/elfutils.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: Fix segfault when there is no section header in ELF fileSim Sun2020-08-151-0/+6
* fix pointer style to match the style guideMike Frysinger2020-07-151-11/+11
* linux, dump_syms: set module name from DT_SONAMEJoshua Peraza2019-10-241-0/+61
* Teach the ELF parser to handle multiple PT_NOTE phdrs.Peter Collingbourne2017-05-261-22/+14
* Simplify ELF parser code.Peter Collingbourne2017-05-251-12/+2
* Change some ELF utils to return the length as a size_t.thestig@chromium.org2014-07-171-7/+7
* Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com2013-04-041-0/+65
* Rework dump_symbols.cc using templates and traits classes to handle cross-wor...ted.mielczarek2012-07-181-26/+33
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-181-0/+122