You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint8_te_type; /* [AT(5-5)] EHDR type (one of `Dee_DEC_TYPE_*') */
200
+
uint16_te_version; /* [AT(6-7)] DEC version number (One of `DVERSION_*') -- NOTE: __MUST__ remain at this specific offset for backwards compatibility! */
201
201
Dee_dec_addr32_te_offsetof_eof; /* [1..1] Offset to EOF of file mapping (should also equal the dec file's size) */
202
202
Dee_dec_addr32_te_offsetof_gchead; /* [0..1] Offset to first `struct gc_head_link' (tracking for these objects must begin after relocations were done) */
203
203
Dee_dec_addr32_te_offsetof_gctail; /* [0..1] Offset to last `struct gc_head_link' (links between these objects were already established via `e_offsetof_srel') */
0 commit comments