aboutsummaryrefslogtreecommitdiffstats
path: root/elfops_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13m-i-t: constifyMike Frysinger1-1/+1
2009-10-04elfops: remove errfn_t from load_stringsAndreas Robinson1-4/+7
2009-06-23depmod: add ability to check symbol versionsJon Masters1-6/+125
2009-06-23elfops: kill first argument of load_dep_syms()Michal Marek1-3/+2
2009-06-23elfops: clean up load_symbols()Michal Marek1-22/+3
2009-05-21read string sections such as .modinfo with load_strings()Andreas Robinson1-3/+5
2009-05-21elfops: clear struct module_tables with memset()Andreas Robinson1-9/+1
2009-05-21elfops: fix potential crashing bug in load_symbols()Andreas Robinson1-1/+2
2009-05-21fix minor strtbl_free and strtbl_add problemsAndreas Robinson1-2/+3
2009-05-15modprobe, elfops: move most of dump_modversions() to elfopsAndreas Robinson1-0/+25
2009-05-15modprobe, elfops: move strip_section() to elfops and refactor itAndreas Robinson1-0/+22
2009-05-15elfops: use elf_file in, and return section header from, get_module()Andreas Robinson1-8/+11
2009-05-15elfops: hide get_section() and rename its parametersAndreas Robinson1-13/+13
2009-05-15elfops: add strict bounds checking to get/load_section()Andreas Robinson1-5/+10
2009-05-15elfops: export load_section(), hide load_strings()Andreas Robinson1-1/+1
2009-05-12elfops: Fix symbol type (weak, undef) definitionsAndreas Robinson1-1/+1
2009-05-12move ELF-related code into elfopsAndreas Robinson1-0/+63
2009-05-12moduleops: rename to elfops and move to static libAndreas Robinson1-0/+240