From Fedora Project Wiki

< Toolchain

Revision as of 10:07, 24 October 2016 by Fweimer (talk | contribs) (Created page with "== Markup for ELF objects == This project intends to add markers to ELF objects so that it is possible to determine that objects have certain properties. The two overarching...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Markup for ELF objects

This project intends to add markers to ELF objects so that it is possible to determine that objects have certain properties. The two overarching goals are:

  • Determine if all objects in a link implement the same ABI (e.g., they agree upon the format of long double).
  • Determine if an object was compiled according to applicable security polices (e.g., -fstack-protector-strong was used at compile time).