SpiderScript - Cleaning and sorting
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / elf32.h
index eededf4..5e43987 100644 (file)
@@ -14,10 +14,10 @@ struct sElf32_Ehdr {
        union {\r
                char    ident[16];      //!< Identifier Bytes\r
                struct {\r
-                       Uint    Ident1;\r
-                       Uint    Ident2;\r
-                       Uint    HashTable;\r
-                       Uint    SymTable;\r
+                       Uint32  Ident1;\r
+                       Uint32  StrTab;\r
+                       Uint32  HashTable;\r
+                       Uint32  SymTable;\r
                } misc;\r
        };\r
        Uint16  filetype;       //!< File Type\r
@@ -104,10 +104,7 @@ struct sElf32_Shent {
 };     //sizeof = 40\r
 \r
 struct elf_sym_s {
-       union {\r
-               Uint32  nameOfs;
-               char    *name;
-       };\r
+       Uint32  nameOfs;
        Uint32  value;  //Address\r
        Uint32  size;\r
        Uint8   info;\r

UCC git Repository :: git.ucc.asn.au