ElfImportSymbol
data class ElfImportSymbol(val name: String, val file: String, val binding: ElfSymBinding, val type: ElfSymType) : ImportSymbol(source)
Represents an import symbol in an ELF file
Represents an import symbol in an ELF file