add indirect_symbol to mach-o port.
[deliverable/binutils-gdb.git] / include / mach-o / loader.h
index 824f793674962948a89c598912170a0120b7516a..1b9b15efe3579cd0436d2366dcd36eac8ba7d0e6 100644 (file)
@@ -320,6 +320,9 @@ bfd_mach_o_section_attribute;
 #define BFD_MACH_O_N_NO_DEAD_STRIP                             0x20
 #define BFD_MACH_O_N_WEAK_REF                                  0x40
 #define BFD_MACH_O_N_WEAK_DEF                                  0x80
+
+#define BFD_MACH_O_INDIRECT_SYM_LOCAL                  0x80000000
+#define BFD_MACH_O_INDIRECT_SYM_ABS                    0x40000000
 \f
 /* Thread constants.  */
 
This page took 0.023546 seconds and 4 git commands to generate.