summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-elf.c
Commit message (Expand)AuthorAgeFilesLines
* libkmod-elf: Fix check by class in get_modversions()Lucas De Marchi2014-03-071-1/+1
* Use "-internal" suffix instead of "-private"Lucas De Marchi2013-07-041-1/+1
* Use static assertions for sizeof checksLucas De Marchi2013-04-151-5/+5
* Update copyright noticesLucas De Marchi2013-01-161-1/+1
* libkmod-module: mangle the section header, not the sectionLucas De Marchi2012-11-211-13/+41
* libkmod-module: Remove key+value vermagic from .modinfo sectionLucas De Marchi2012-11-211-1/+0
* Silence clang warnings with __unused__ attributeLucas De Marchi2012-05-231-6/+6
* Remove dead incrementLucas De Marchi2012-04-261-1/+0
* elf: privately export kmod_elf_get_section()Lucas De Marchi2012-01-261-1/+1
* Update copyrightLucas De Marchi2012-01-091-1/+1
* elf: zero *array when count is zero.Gustavo Sverzut Barbieri2012-01-031-0/+1
* elf: implement kmod_module_get_dependency_symbols()Gustavo Sverzut Barbieri2011-12-241-18/+335
* elf: add bind type to kmod_modversion.Gustavo Sverzut Barbieri2011-12-241-0/+26
* elf: add get_symbols()Gustavo Sverzut Barbieri2011-12-241-0/+192
* elf: minimum size is enough.Gustavo Sverzut Barbieri2011-12-241-1/+1
* libkmod: use C99 __func__ over GNU-specific __FUNCTION__Jan Engelhardt2011-12-201-1/+1
* Removing warnings when compiling on i686 platform.Luis Felipe Strano Moraes2011-12-201-3/+5
* elf: fix regression with empty stringsLucas De Marchi2011-12-201-5/+15
* Cache the offset of crcLucas De Marchi2011-12-201-20/+14
* Make section size constant since it's always the sameLucas De Marchi2011-12-201-10/+11
* Optimize kmod_elf_get_strings() by reducing calls to memcpyLucas De Marchi2011-12-201-27/+14
* Remove unneeded reference to last stringLucas De Marchi2011-12-201-7/+0
* Put blank lines where it's dueLucas De Marchi2011-12-201-0/+6
* Terminate strv with NULLLucas De Marchi2011-12-201-1/+2
* Reduce ident by continuing earlyLucas De Marchi2011-12-201-6/+7
* elf: skip leading symbol dot in modversion.Gustavo Sverzut Barbieri2011-12-191-0/+4
* elf: fix typo that resulted in invalid uint reads for big-endian platforms.Gustavo Sverzut Barbieri2011-12-191-1/+1
* elf: do not output empty strings.Gustavo Sverzut Barbieri2011-12-191-1/+12
* elf: fix minimum file size calculation.Gustavo Sverzut Barbieri2011-12-191-1/+1
* ELF: initial support for modinfo and strip of modversions and vermagic.Gustavo Sverzut Barbieri2011-12-191-0/+619