Detabified.
committer: mfx <mfx> 1089731601 +0000
This commit is contained in:
+5
-5
@@ -54,11 +54,11 @@ struct Elf_LE32_Ehdr
|
|||||||
|
|
||||||
// Values for e_type
|
// Values for e_type
|
||||||
enum {
|
enum {
|
||||||
ET_NONE =0, /* No file type */
|
ET_NONE = 0, /* No file type */
|
||||||
ET_REL =1, /* Relocatable file */
|
ET_REL = 1, /* Relocatable file */
|
||||||
ET_EXEC =2, /* Executable file */
|
ET_EXEC = 2, /* Executable file */
|
||||||
ET_DYN =3, /* Shared object file */
|
ET_DYN = 3, /* Shared object file */
|
||||||
ET_CORE =4 /* Core file */
|
ET_CORE = 4 /* Core file */
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
__attribute_packed;
|
__attribute_packed;
|
||||||
|
|||||||
Reference in New Issue
Block a user