Searched defs:exec_trailer (Results 1 – 3 of 3) sorted by relevance
16 struct exec_trailer { struct17 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 */
51 struct exec_trailer { struct52 uint32_t num_sections; /* Number of sections */53 char magic[12]; /* The magic number */54 struct section_descriptor * section; /* Not part of file */