summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 15:12:34 -0500
committermidipix <writeonce@midipix.org>2016-11-19 15:12:34 -0500
commit3602ae0780515f5d09eda514b9b8bb7bd6340d3a (patch)
treed1f11177103065666cb82152f66b72169855c0d8 /include
parent755691b14caa24c7b464e45e8dc0432e08c3112c (diff)
downloadpemagine-3602ae0780515f5d09eda514b9b8bb7bd6340d3a.tar.bz2
pemagine-3602ae0780515f5d09eda514b9b8bb7bd6340d3a.tar.xz
PE format: struct pe_coff_symbol [and friends] --> struct pe_raw_coff_symbol.
Diffstat (limited to 'include')
-rw-r--r--include/pemagine/pe_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h
index 75e7e40..7ca8a75 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_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 */