Parses the file the linker generates and resolves all objects in the debug database. You must resolve the following two types of relative addresses:
- Relative addresses in the form of variable + offset. You must find the absolute addresses of the symbol, add the offset, and store the resulting address back to the debug database. For example, __ocdi1_heap + 0x345.
- Signals in the form of variable.member (type_code). You must find the offset of the member relative to the beginning of the variable and transform the offsets into a relative address of variable + member_offset. For example, __ocdi1_heap.c_error_in__no_error_((33,3,7)).