exportSymbols

open override val exportSymbols: List<ExportSymbol>(source)

Get all export symbols from the ELF file

Export symbols are defined in this file and can be referenced by other files. They typically have a binding of GLOBAL or WEAK and are not undefined.

Return

list of export symbols