edca77
struct pe_meta_coff_sym_entry: allow .name to hold a mid-size symbol file name.
@@ -250,7 +250,7 @@ struct pe_meta_import_hdr {
|
|
250
250
|
|
251
251
|
/* coff: symbol table entry */
|
252
252
|
struct pe_meta_coff_sym_entry {
|
253
|
-
char name[
|
253
|
+
char name[24];
|
254
254
|
char * long_name;
|
255
255
|
uint32_t value;
|
256
256
|
int16_t section_number;
|