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
Dee_dec_addr32_te_offsetof_eof; /* [1..1] Offset to EOF of file mapping (should also equal the dec file's size) */
198
236
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) */
199
237
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') */
200
-
Dee_dec_addr32_t_e_pad; /* Unused / padding */
238
+
Dee_dec_addr32_t_e_pad; /* Unused / padding (to get "e_typedata" offset to 32, which is 16-byte aligned) */
201
239
union {
202
240
203
241
struct {
@@ -225,6 +263,9 @@ typedef struct {
225
263
226
264
} e_typedata; /* Data dependent on `e_type' */
227
265
structDeeMapFilee_mapping; /* Uninitialized/unused in file mappings; when mapped into memory, populated with the dec file's own file map descriptor. */
0 commit comments