summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 13:41:46 -0500
committermidipix <writeonce@midipix.org>2016-11-19 13:41:46 -0500
commite75572e655b000e16952ccfd404917b7edb9ccda (patch)
tree29d462e8d3e64050f2e48780453664b9dff8f08b /include/perk/perk_structs.h
parent34ee9eb04f8ad9113ca92cc7a5aa2cd0d45e4330 (diff)
downloadperk-e75572e655b000e16952ccfd404917b7edb9ccda.tar.bz2
perk-e75572e655b000e16952ccfd404917b7edb9ccda.tar.xz
PE format: struct pe_coff_symbol [and friends] --> struct pe_raw_coff_symbol.
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 7113409..2875daa 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -287,7 +287,7 @@ struct pe_raw_hint_name_entry {
};
-struct pe_coff_symbol {
+struct pe_raw_coff_symbol {
unsigned char name [0x08]; /* 0x00 */
unsigned char value [0x04]; /* 0x08 */
unsigned char section_number [0x02]; /* 0x0c */
@@ -296,7 +296,7 @@ struct pe_coff_symbol {
unsigned char num_of_aux_symbols [0x01]; /* 0x11 */
};
-struct pe_coff_symbol_name {
+struct pe_raw_coff_symbol_name {
union {
unsigned char short_name [0x08]; /* 0x00 */