include/elf/
[deliverable/binutils-gdb.git] / include / elf / internal.h
index c6e57218e0bfffc5d72220b2343b89cce7e1fa27..461503783040f252da0713129f8f5b3686d04fe6 100644 (file)
@@ -124,6 +124,7 @@ struct elf_internal_sym {
   unsigned long        st_name;                /* Symbol name, index in string tbl */
   unsigned char        st_info;                /* Type and binding attributes */
   unsigned char        st_other;               /* Visibilty, and target specific */
+  unsigned char st_target_internal;    /* Internal-only information */
   unsigned int  st_shndx;              /* Associated section index */
 };
 
This page took 0.038232 seconds and 4 git commands to generate.