Home
last modified time | relevance | path

Searched defs:exec_trailer (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dexec.h16 struct exec_trailer { struct
17 unsigned long code_size; /* Size of the code block (in bytes) */
18 unsigned long data_size; /* Size of the global data table (bytes) */
19 unsigned long symbol_size; /* Size of the symbol table (bytes) */
20 unsigned long debug_size; /* Size of the debug infos (bytes) */
21 unsigned long magic; /* A magic number */
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Dexec.h51 struct exec_trailer { struct
52 uint32_t num_sections; /* Number of sections */
53 char magic[12]; /* The magic number */
54 struct section_descriptor * section; /* Not part of file */
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dexec.h51 struct exec_trailer { struct
52 uint32_t num_sections; /* Number of sections */
53 char magic[12]; /* The magic number */
54 struct section_descriptor * section; /* Not part of file */