Nikolay Nikolov
|
07677f4214
* wasm internal object reader: convert R_WASM_TAG_INDEX_LEB relocations to relocation objects
|
1 year ago |
Nikolay Nikolov
|
3121f3f8a0
* wasm internal object reader: validate that R_WASM_TAG_INDEX_LEB relocations point to a SYMTAB_EVENT symbol
|
1 year ago |
Nikolay Nikolov
|
962b36a6e8
+ wasm internal object reader: create symbols for SYMTAB_EVENT entries in the symbol table
|
1 year ago |
Nikolay Nikolov
|
09accffd28
+ wasm internal object reader: range check event symbols against the tag index space (imports + tag section)
|
1 year ago |
Nikolay Nikolov
|
02b7cc0e56
+ wasm internal object reader: read tags from the export section
|
1 year ago |
Nikolay Nikolov
|
79d739baa6
+ wasm internal object reader: bounds check the tag type index against the types table
|
1 year ago |
Nikolay Nikolov
|
2de0bcb8d0
+ wasm internal object reader: store the tags from the tag section in the TagTypes array
|
1 year ago |
Nikolay Nikolov
|
55002d1905
+ wasm internal object reader: read tag imports
|
1 year ago |
Nikolay Nikolov
|
c527437594
+ wasm internal object reader: parse the tag section
|
1 year ago |
Nikolay Nikolov
|
7f3ed9e85c
* wasm internal linker: skip the element section when reading object files. This fixes linking with object modules, produced by the external assembler.
|
1 year ago |
Nikolay Nikolov
|
6a9376cb9e
* wasm internal linker: fixed the relocation of imported function symbol aliases
|
1 year ago |
Nikolay Nikolov
|
aac37e3179
* fix warning
|
1 year ago |
Nikolay Nikolov
|
4b2a924ea0
* fix warning
|
1 year ago |
Nikolay Nikolov
|
3fddae4a40
+ wasm internal linker: implemented R_WASM_FUNCTION_OFFSET_I32 relocations
|
1 year ago |
Nikolay Nikolov
|
b679f8bc06
- wasm internal object reader: removed redundant check for R_WASM_TABLE_INDEX_I32 pointing to a SYMTAB_FUNCTION entry (we now do this check earlier)
|
1 year ago |
Nikolay Nikolov
|
e3b6d70f93
* wasm internal linker: set mempos of debug sections to 0
|
1 year ago |
Nikolay Nikolov
|
baee5b9fd4
* wasm internal linker: perform R_WASM_SECTION_OFFSET_I32 relocations
|
1 year ago |
Nikolay Nikolov
|
1061965ea5
+ wasm internal object reader: check that R_WASM_GLOBAL_INDEX_LEB point to a SYMTAB_GLOBAL symbol
|
1 year ago |
Nikolay Nikolov
|
30c8930c30
* fix warning
|
1 year ago |
Nikolay Nikolov
|
dc16426790
+ wasm internal object reader: check that relocations that should point to a SYMTAB_DATA symbol, actually point to such symbol
|
1 year ago |
Nikolay Nikolov
|
b35c118244
+ wasm internal object reader: added range check to the reader of the SymKind field
|
1 year ago |
Nikolay Nikolov
|
f3401c3f53
* fix warning
|
1 year ago |
Nikolay Nikolov
|
3071ae231a
+ wasm internal object reader: validate that relocations that should point to a SYMTAB_FUNCTION entry, actually point to such entry
|
1 year ago |
Nikolay Nikolov
|
baf9681684
* refactor: changed the type of SymbolTable.SymKind to TWasmSymbolType, to avoid type casts. No functional changes.
|
1 year ago |
Nikolay Nikolov
|
00d8d53c4e
* refactor: changed the type RelocationTable.RelocType to avoid type casts. No functional changes.
|
1 year ago |
Nikolay Nikolov
|
d87a6c89d4
* wasm internal object reader: removed the warnings in case of missing symbol (this will now create an internal error, instead)
|
1 year ago |
Nikolay Nikolov
|
a2a85dc7af
* wasm internal object reader: validation of the RelocIndex range moved to a single place - in ReadRelocationSection
|
1 year ago |
Nikolay Nikolov
|
4933d73938
+ support R_WASM_SECTION_OFFSET_I32 relocations in the wasm internal object reader
|
1 year ago |
Nikolay Nikolov
|
39c3d5d035
+ wasm internal object reader: support relocations for debug sections
|
1 year ago |
Nikolay Nikolov
|
dfdc4a4d78
+ wasm internal object reader: record section indices for debug sections. Check for duplicated debug sections.
|
1 year ago |