summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/perk/perk_meta.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/perk/perk_meta.h b/include/perk/perk_meta.h
index cbe302b..4ee150f 100644
--- a/include/perk/perk_meta.h
+++ b/include/perk/perk_meta.h
@@ -266,6 +266,16 @@ struct pe_meta_coff_symbol {
char cs_name_buf[24];
};
+/* auxiliary record for a section symbol */
+struct pe_meta_aux_rec_section {
+ uint32_t aux_size;
+ uint16_t aux_num_of_relocs;
+ uint16_t aux_num_of_line_nums;
+ uint32_t aux_check_sum;
+ uint16_t aux_number;
+ uint8_t aux_selection;
+};
+
#ifdef __cplusplus
}