|
| SYMS_API SYMS_PeFileAccel * | syms_pe_file_accel_from_data (SYMS_Arena *arena, SYMS_String8 data) |
| |
| SYMS_API SYMS_PeBinAccel * | syms_pe_bin_accel_from_file (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeFileAccel *file) |
| |
| SYMS_API SYMS_Arch | syms_pe_arch_from_bin (SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_ExtFileList | syms_pe_ext_file_list_from_bin (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_SecInfoArray | syms_pe_sec_info_array_from_bin (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_U64 | syms_pe_entry_point_voff_from_bin (SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_ImportArray | syms_pe_imports_from_bin (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_ExportArray | syms_pe_exports_from_bin (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_U64 | syms_pe_binary_search_intel_pdata (SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 voff) |
| |
| SYMS_API SYMS_U64 | syms_pe_sec_number_from_voff (SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 voff) |
| |
| SYMS_API void * | syms_pe_ptr_from_sec_number (SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 n) |
| |
| SYMS_API void * | syms_pe_ptr_from_foff (SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 foff) |
| |
| SYMS_API void * | syms_pe_ptr_from_voff (SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 voff) |
| |
| SYMS_API SYMS_U64 | syms_pe_foff_from_voff (SYMS_CoffSectionHeader *sections, SYMS_U32 section_count, SYMS_U64 voff) |
| |
| SYMS_API SYMS_U64 | syms_pe_bin_foff_from_voff (SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 voff) |
| |
| SYMS_API SYMS_U64Array | syms_u64_array_from_null_term_u64_string (SYMS_Arena *arena, SYMS_U64 *src, SYMS_U64 *opl) |
| |
| SYMS_API SYMS_U64Array | syms_u64_array_from_null_term_u32_string (SYMS_Arena *arena, SYMS_U32 *src, SYMS_U32 *opl) |
| |
| SYMS_API SYMS_U64Array | syms_pe_u64_array_from_null_term_addr_string (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 foff) |
| |
| SYMS_API SYMS_PeImportName | syms_pe_import_name_from_name_entry (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 name_entry) |
| |
| SYMS_API SYMS_PeImportNameArray | syms_pe_import_name_array_from_name_entries (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64Array name_entries) |
| |
| SYMS_API SYMS_PeImportDllArray | syms_pe_regular_imports_from_bin (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_PeImportDllArray | syms_pe_delayed_imports_from_bin (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin) |
| |
| SYMS_API SYMS_String8 | syms_pe_binary_name_from_bin (SYMS_Arena *arena, SYMS_String8 data, SYMS_PeBinAccel *bin) |
| |