summaryrefslogtreecommitdiffstats
path: root/Source/cmELF.cxx
Commit message (Expand)AuthorAgeFilesLines
* COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not ...Brad King2008-03-031-19/+39
* BUG: Fix bug introduced by workaround to warning.Brad King2008-03-021-0/+1
* BUG: A few more corrections for cmELFBrad King2008-03-021-10/+71
* ENH: Add Size member to cmELF::StringEntry to return the amount of space in t...Brad King2008-03-011-7/+33
* ENH: Make cmELF parser more general and powerfulBrad King2008-02-291-28/+135
* COMP: cmELF needs to include sys/link.h to get dynamic section structures on ...Brad King2008-02-281-0/+3
* COMP: Fix warnings in cmELF.Brad King2008-02-281-1/+4
* ENH: Add ELF file parsingBrad King2008-02-271-0/+612