Module dynlink::symbol

source ·
Expand description

Definitions for symbols in the dynamic linker.

Structs

  • Options for use during symbol lookup. If all of these flags are specified together, the search will fail.
  • A (relocated) symbol. Contains information about the symbol itself, like value and size, along with a reference to the library that it comes from.