elf.h (a0ff0188c20c055cc56a82fc47f9a324b6efb8ed) | elf.h (d27f1d4c1253db023f670e2f8138c44a6f4a3621) |
---|---|
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: --- 66 unchanged lines hidden (view full) --- 75#define AT_FLAGS 8 /* Flags (unused for PowerPC). */ 76#define AT_ENTRY 9 /* Where interpreter should transfer control. */ 77#define AT_DCACHEBSIZE 10 /* Data cache block size for the processor. */ 78#define AT_ICACHEBSIZE 11 /* Instruction cache block size for the uP. */ 79#define AT_UCACHEBSIZE 12 /* Cache block size, or `0' if cache not unified. */ 80 81#define AT_COUNT 13 /* Count of defined aux entry types. */ 82 | 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: --- 66 unchanged lines hidden (view full) --- 75#define AT_FLAGS 8 /* Flags (unused for PowerPC). */ 76#define AT_ENTRY 9 /* Where interpreter should transfer control. */ 77#define AT_DCACHEBSIZE 10 /* Data cache block size for the processor. */ 78#define AT_ICACHEBSIZE 11 /* Instruction cache block size for the uP. */ 79#define AT_UCACHEBSIZE 12 /* Cache block size, or `0' if cache not unified. */ 80 81#define AT_COUNT 13 /* Count of defined aux entry types. */ 82 |
83/* Used in John Polstra's testbed stuff. */ 84#define AT_DEBUG 14 /* Debugging level. */ 85 |
|
83/* 84 * Relocation types. 85 */ 86 87#define R_PPC_NONE 0 /* No relocation. */ 88#define R_PPC_ADDR32 1 89#define R_PPC_ADDR24 2 90#define R_PPC_ADDR16 3 --- 80 unchanged lines hidden --- | 86/* 87 * Relocation types. 88 */ 89 90#define R_PPC_NONE 0 /* No relocation. */ 91#define R_PPC_ADDR32 1 92#define R_PPC_ADDR24 2 93#define R_PPC_ADDR16 3 --- 80 unchanged lines hidden --- |