diff options
-rw-r--r-- | cgaas.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ void store_word_in_data_section (UWORD i); void store_long_word_in_data_section (ULONG i); void define_data_label (LABEL *label); void store_label_in_data_section (LABEL *label); +#if defined (MACH_O64) || defined (LINUX) +void store_label_offset_in_data_section (LABEL *label); +#endif void store_label_offset_in_data_section (int label_id); void store_descriptor_in_data_section (LABEL *label); void store_descriptor_in_code_section (int label_id); |