summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-17 20:44:39 -0500
committermidipix <writeonce@midipix.org>2016-11-17 20:45:49 -0500
commita24b2d75a352eafe620080d3c613d12245c7584d (patch)
tree457015d7ea6031905e9c5bff9145a113862d10ea /include/perk/perk_structs.h
parent9770d49cd8836910508683290c7c835ad15d50be (diff)
downloadperk-a24b2d75a352eafe620080d3c613d12245c7584d.tar.bz2
perk-a24b2d75a352eafe620080d3c613d12245c7584d.tar.xz
PE format: renamed struct pe_coff_sym_entry --> struct pe_coff_symbol.
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index eecaba6..0634a02 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -287,7 +287,7 @@ struct pe_hint_name_entry {
};
-struct pe_coff_sym_entry {
+struct pe_coff_symbol {
unsigned char name [0x08]; /* 0x00 */
unsigned char value [0x04]; /* 0x08 */
unsigned char section_number [0x02]; /* 0x0c */