__ld_kernel_export_table

Previous Symbols Built into the TIGCC Linker Next

Usually, this symbol is simply resolved to a user-defined symbol named __kernel_export_table. However, if the program does not contain any exported symbols, it is redirected to the entry point of the program. The effect is that constructs of the form

.word __ld_kernel_export_table-entry_point
resolve to 0 if no exports exist.