include/elf
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index fc6a4a194f781202b20ccb7388d488ca7530f1e7..18eae4e8e19671465983a04f0dff4694ded43573 100644 (file)
@@ -4608,6 +4608,12 @@ typedef struct bfd_symbol
   /* This symbol was created by bfd_get_synthetic_symtab.  */
 #define BSF_SYNTHETIC          (1 << 21)
 
+  /* This symbol is an indirect code object.  Unrelated to BSF_INDIRECT.
+     The dynamic linker will compute the value of this symbol by
+     calling the function that it points to.  BSF_FUNCTION must
+     also be also set.  */
+#define BSF_GNU_INDIRECT_FUNCTION (1 << 22)
+
   flagword flags;
 
   /* A pointer to the section to which this symbol is
This page took 0.024021 seconds and 4 git commands to generate.