PackLinuxElf32::generateElfHdr, PackLinuxElf64::buildLinuxLoader
modified: p_elf_enum.h modified: p_lx_elf.cpp
This commit is contained in:
@@ -73,6 +73,7 @@ class Dummy {
|
||||
ET_CORE = 4, /* Core file */
|
||||
};
|
||||
enum { // e_machine
|
||||
EM_NONE = 0, // No machine
|
||||
EM_386 = 3, // i386
|
||||
EM_MIPS = 8,
|
||||
EM_MIPS_RS3_LE = 10, // MIPS R3000 little-endian
|
||||
|
||||
Reference in New Issue
Block a user