summaryrefslogtreecommitdiff
path: root/compiler/elfbase.pas
Commit message (Expand)AuthorAgeFilesLines
* + support for arm attributesflorian2019-10-091-0/+1
* * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/jonas2019-07-071-0/+19
* * The MaybeSwapXXXHeader functions moved from ogelf to the elfbase unit, so theynickysn2018-06-141-0/+261
* + Added values for DT_FLAGS and DT_FLAGS_1 dynamic tags.sergei2013-03-291-0/+23
* + ELF linker: load e_ident and e_flags from ELF header into properties of TEl...sergei2013-03-141-2/+4
* * Made TElfExeOutput.CreatePLT method protected virtual, so CPU-specific hand...sergei2013-01-071-0/+3
* + Some more ELF definitions (related to symbol versioning).sergei2012-12-061-1/+18
* * Moved ELF definitions into a separate unit, which can be reused by CPU back...sergei2012-12-021-0/+379