Emit an ELF .symver directive.
Synopsis
Description
This corresponds to an assembler statement such as: .symver _start, foo@SOME_VERSION
Parameters
Name |
Description |
OriginalSym |
‐ Original symbol being versioned. |
Name |
‐ Versioned name, such as "foo@@SOME_VERSION". |
KeepOriginalSym |
‐ True to also keep the original symbol. |
Created with MrDocs