| Name | Type | Description | Notes |
|---|---|---|---|
| importedFunctionId | Long | ||
| isFunction | Boolean | False for imported data symbols. | |
| libraryName | String | Library the symbol is imported from. '<EXTERNAL>' for unattributed imports. | |
| libraryVersion | String | Versioned symbol tag, when the loader records one. | [optional] |
| name | String | ||
| originalName | String | Pre-demangling / pre-aliasing name, when it differs from name. | [optional] |
| stubVaddrs | List<Long> | PLT/stub addresses that resolve external call edges (function_call_edges.callee_vaddr) to this import. Use these to link a caller's external callee to this import. | |
| vaddr | Long | Virtual address of the import, when known. | [optional] |