__ld_export_count

Previous Symbols Built into the TIGCC Linker Next

This built-in symbol resolves to the number of exported items in the current program/library. This equals the highest export number present in the linked files (see Library Calls) plus 1. For example, defining a single exported entry named mylib@00FF causes the export table to be 0x100 functions long, and therefore this symbol to be resolved to a value of 0x100.


See also: __ld_insert_kernel_exports, Library Calls