elf.h (10b3b54548f2290bbe8d8f88c59c28d12b7a635d) | elf.h (023063938a37626ac34610fc9e03cc735233b62d) |
---|---|
1/*- 2 * Copyright (c) 2001 David E. O'Brien 3 * Copyright (c) 1996-1997 John D. Polstra. 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 82 unchanged lines hidden (view full) --- 91#define R_PPC_EMB_COUNT (R_PPC_EMB_RELSDA - R_PPC_EMB_NADDR32 + 1) 92 93/* Define "machine" characteristics */ 94#define ELF_TARG_CLASS ELFCLASS32 95#define ELF_TARG_DATA ELFDATA2MSB 96#define ELF_TARG_MACH EM_PPC 97#define ELF_TARG_VER 1 98 | 1/*- 2 * Copyright (c) 2001 David E. O'Brien 3 * Copyright (c) 1996-1997 John D. Polstra. 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 82 unchanged lines hidden (view full) --- 91#define R_PPC_EMB_COUNT (R_PPC_EMB_RELSDA - R_PPC_EMB_NADDR32 + 1) 92 93/* Define "machine" characteristics */ 94#define ELF_TARG_CLASS ELFCLASS32 95#define ELF_TARG_DATA ELFDATA2MSB 96#define ELF_TARG_MACH EM_PPC 97#define ELF_TARG_VER 1 98 |
99#define ET_DYN_LOAD_ADDR 0x01010000 100 |
|
99#endif /* !_MACHINE_ELF_H_ */ | 101#endif /* !_MACHINE_ELF_H_ */ |