Deleted Added
full compact
elf.h (120422) elf.h (154491)
1/*-
2 * Copyright (c) 1996-1997 John D. Polstra.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 1996-1997 John D. Polstra.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/ia64/include/elf.h 120422 2003-09-25 01:10:26Z peter $
26 * $FreeBSD: head/sys/ia64/include/elf.h 154491 2006-01-17 21:03:22Z marcel $
27 */
28
29#ifndef _MACHINE_ELF_H_
30#define _MACHINE_ELF_H_ 1
31
32/*
33 * ELF definitions for the IA-64 architecture.
34 */

--- 106 unchanged lines hidden (view full) ---

141#define SHF_IA_64_SHORT 0x10000000
142#define SHF_IA_64_NORECOV 0x20000000
143
144/*
145 * Relocation types.
146 */
147
148/* Name Value Field Calculation */
27 */
28
29#ifndef _MACHINE_ELF_H_
30#define _MACHINE_ELF_H_ 1
31
32/*
33 * ELF definitions for the IA-64 architecture.
34 */

--- 106 unchanged lines hidden (view full) ---

141#define SHF_IA_64_SHORT 0x10000000
142#define SHF_IA_64_NORECOV 0x20000000
143
144/*
145 * Relocation types.
146 */
147
148/* Name Value Field Calculation */
149#define R_IA64_NONE 0 /* None */
150#define R_IA64_IMM14 0x21 /* immediate14 S + A */
151#define R_IA64_IMM22 0x22 /* immediate22 S + A */
152#define R_IA64_IMM64 0x23 /* immediate64 S + A */
153#define R_IA64_DIR32MSB 0x24 /* word32 MSB S + A */
154#define R_IA64_DIR32LSB 0x25 /* word32 LSB S + A */
155#define R_IA64_DIR64MSB 0x26 /* word64 MSB S + A */
156#define R_IA64_DIR64LSB 0x27 /* word64 LSB S + A */
157#define R_IA64_GPREL22 0x2a /* immediate22 @gprel(S + A) */
158#define R_IA64_GPREL64I 0x2b /* immediate64 @gprel(S + A) */
159#define R_IA64_GPREL64MSB 0x2e /* word64 MSB @gprel(S + A) */
160#define R_IA64_GPREL64LSB 0x2f /* word64 LSB @gprel(S + A) */
161#define R_IA64_LTOFF22 0x32 /* immediate22 @ltoff(S + A) */
162#define R_IA64_LTOFF64I 0x33 /* immediate64 @ltoff(S + A) */
163#define R_IA64_PLTOFF22 0x3a /* immediate22 @pltoff(S + A) */
164#define R_IA64_PLTOFF64I 0x3b /* immediate64 @pltoff(S + A) */
165#define R_IA64_PLTOFF64MSB 0x3e /* word64 MSB @pltoff(S + A) */
166#define R_IA64_PLTOFF64LSB 0x3f /* word64 LSB @pltoff(S + A) */
167#define R_IA64_FPTR64I 0x43 /* immediate64 @fptr(S + A) */
168#define R_IA64_FPTR32MSB 0x44 /* word32 MSB @fptr(S + A) */
169#define R_IA64_FPTR32LSB 0x45 /* word32 LSB @fptr(S + A) */
170#define R_IA64_FPTR64MSB 0x46 /* word64 MSB @fptr(S + A) */
171#define R_IA64_FPTR64LSB 0x47 /* word64 LSB @fptr(S + A) */
172#define R_IA64_PCREL21B 0x49 /* immediate21 form1 S + A - P */
173#define R_IA64_PCREL21M 0x4a /* immediate21 form2 S + A - P */
174#define R_IA64_PCREL21F 0x4b /* immediate21 form3 S + A - P */
175#define R_IA64_PCREL32MSB 0x4c /* word32 MSB S + A - P */
176#define R_IA64_PCREL32LSB 0x4d /* word32 LSB S + A - P */
177#define R_IA64_PCREL64MSB 0x4e /* word64 MSB S + A - P */
178#define R_IA64_PCREL64LSB 0x4f /* word64 LSB S + A - P */
179#define R_IA64_LTOFF_FPTR22 0x52 /* immediate22 @ltoff(@fptr(S + A)) */
180#define R_IA64_LTOFF_FPTR64I 0x53 /* immediate64 @ltoff(@fptr(S + A)) */
181#define R_IA64_LTOFF_FPTR32MSB 0x54 /* word32 MSB @ltoff(@fptr(S + A)) */
182#define R_IA64_LTOFF_FPTR32LSB 0x55 /* word32 LSB @ltoff(@fptr(S + A)) */
183#define R_IA64_LTOFF_FPTR64MSB 0x56 /* word64 MSB @ltoff(@fptr(S + A)) */
184#define R_IA64_LTOFF_FPTR64LSB 0x57 /* word64 LSB @ltoff(@fptr(S + A)) */
185#define R_IA64_SEGREL32MSB 0x5c /* word32 MSB @segrel(S + A) */
186#define R_IA64_SEGREL32LSB 0x5d /* word32 LSB @segrel(S + A) */
187#define R_IA64_SEGREL64MSB 0x5e /* word64 MSB @segrel(S + A) */
188#define R_IA64_SEGREL64LSB 0x5f /* word64 LSB @segrel(S + A) */
189#define R_IA64_SECREL32MSB 0x64 /* word32 MSB @secrel(S + A) */
190#define R_IA64_SECREL32LSB 0x65 /* word32 LSB @secrel(S + A) */
191#define R_IA64_SECREL64MSB 0x66 /* word64 MSB @secrel(S + A) */
192#define R_IA64_SECREL64LSB 0x67 /* word64 LSB @secrel(S + A) */
193#define R_IA64_REL32MSB 0x6c /* word32 MSB BD + A */
194#define R_IA64_REL32LSB 0x6d /* word32 LSB BD + A */
195#define R_IA64_REL64MSB 0x6e /* word64 MSB BD + A */
196#define R_IA64_REL64LSB 0x6f /* word64 LSB BD + A */
197#define R_IA64_LTV32MSB 0x74 /* word32 MSB S + A */
198#define R_IA64_LTV32LSB 0x75 /* word32 LSB S + A */
199#define R_IA64_LTV64MSB 0x76 /* word64 MSB S + A */
200#define R_IA64_LTV64LSB 0x77 /* word64 LSB S + A */
201#define R_IA64_IPLTMSB 0x80 /* function descriptor MSB special */
202#define R_IA64_IPLTLSB 0x81 /* function descriptor LSB speciaal */
203#define R_IA64_SUB 0x85 /* immediate64 A - S */
204#define R_IA64_LTOFF22X 0x86 /* immediate22 special */
205#define R_IA64_LDXMOV 0x87 /* immediate22 special */
206#define R_IA64_TPREL14 0x91 /* imm14 @tprel(S + A) */
207#define R_IA64_TPREL22 0x92 /* imm22 @tprel(S + A) */
208#define R_IA64_TPREL64I 0x93 /* imm64 @tprel(S + A) */
209#define R_IA64_TPREL64MSB 0x96 /* word64 MSB @tprel(S + A) */
210#define R_IA64_TPREL64LSB 0x97 /* word64 LSB @tprel(S + A) */
211#define R_IA64_LTOFF_TPREL22 0x9a /* imm22 @ltoff(@tprel(S+A)) */
212#define R_IA64_DTPMOD64MSB 0xa6 /* word64 MSB @dtpmod(S + A) */
213#define R_IA64_DTPMOD64LSB 0xa7 /* word64 LSB @dtpmod(S + A) */
214#define R_IA64_LTOFF_DTPMOD22 0xaa /* imm22 @ltoff(@dtpmod(S+A)) */
215#define R_IA64_DTPREL14 0xb1 /* imm14 @dtprel(S + A) */
216#define R_IA64_DTPREL22 0xb2 /* imm22 @dtprel(S + A) */
217#define R_IA64_DTPREL64I 0xb3 /* imm64 @dtprel(S + A) */
218#define R_IA64_DTPREL32MSB 0xb4 /* word32 MSB @dtprel(S + A) */
219#define R_IA64_DTPREL32LSB 0xb5 /* word32 LSB @dtprel(S + A) */
220#define R_IA64_DTPREL64MSB 0xb6 /* word64 MSB @dtprel(S + A) */
221#define R_IA64_DTPREL64LSB 0xb7 /* word64 LSB @dtprel(S + A) */
222#define R_IA64_LTOFF_DTPREL22 0xba /* imm22 @ltoff(@dtprel(S+A)) */
149#define R_IA_64_NONE 0 /* None */
150#define R_IA_64_IMM14 0x21 /* immediate14 S + A */
151#define R_IA_64_IMM22 0x22 /* immediate22 S + A */
152#define R_IA_64_IMM64 0x23 /* immediate64 S + A */
153#define R_IA_64_DIR32MSB 0x24 /* word32 MSB S + A */
154#define R_IA_64_DIR32LSB 0x25 /* word32 LSB S + A */
155#define R_IA_64_DIR64MSB 0x26 /* word64 MSB S + A */
156#define R_IA_64_DIR64LSB 0x27 /* word64 LSB S + A */
157#define R_IA_64_GPREL22 0x2a /* immediate22 @gprel(S + A) */
158#define R_IA_64_GPREL64I 0x2b /* immediate64 @gprel(S + A) */
159#define R_IA_64_GPREL64MSB 0x2e /* word64 MSB @gprel(S + A) */
160#define R_IA_64_GPREL64LSB 0x2f /* word64 LSB @gprel(S + A) */
161#define R_IA_64_LTOFF22 0x32 /* immediate22 @ltoff(S + A) */
162#define R_IA_64_LTOFF64I 0x33 /* immediate64 @ltoff(S + A) */
163#define R_IA_64_PLTOFF22 0x3a /* immediate22 @pltoff(S + A) */
164#define R_IA_64_PLTOFF64I 0x3b /* immediate64 @pltoff(S + A) */
165#define R_IA_64_PLTOFF64MSB 0x3e /* word64 MSB @pltoff(S + A) */
166#define R_IA_64_PLTOFF64LSB 0x3f /* word64 LSB @pltoff(S + A) */
167#define R_IA_64_FPTR64I 0x43 /* immediate64 @fptr(S + A) */
168#define R_IA_64_FPTR32MSB 0x44 /* word32 MSB @fptr(S + A) */
169#define R_IA_64_FPTR32LSB 0x45 /* word32 LSB @fptr(S + A) */
170#define R_IA_64_FPTR64MSB 0x46 /* word64 MSB @fptr(S + A) */
171#define R_IA_64_FPTR64LSB 0x47 /* word64 LSB @fptr(S + A) */
172#define R_IA_64_PCREL21B 0x49 /* immediate21 form1 S + A - P */
173#define R_IA_64_PCREL21M 0x4a /* immediate21 form2 S + A - P */
174#define R_IA_64_PCREL21F 0x4b /* immediate21 form3 S + A - P */
175#define R_IA_64_PCREL32MSB 0x4c /* word32 MSB S + A - P */
176#define R_IA_64_PCREL32LSB 0x4d /* word32 LSB S + A - P */
177#define R_IA_64_PCREL64MSB 0x4e /* word64 MSB S + A - P */
178#define R_IA_64_PCREL64LSB 0x4f /* word64 LSB S + A - P */
179#define R_IA_64_LTOFF_FPTR22 0x52 /* immediate22 @ltoff(@fptr(S + A)) */
180#define R_IA_64_LTOFF_FPTR64I 0x53 /* immediate64 @ltoff(@fptr(S + A)) */
181#define R_IA_64_LTOFF_FPTR32MSB 0x54 /* word32 MSB @ltoff(@fptr(S + A)) */
182#define R_IA_64_LTOFF_FPTR32LSB 0x55 /* word32 LSB @ltoff(@fptr(S + A)) */
183#define R_IA_64_LTOFF_FPTR64MSB 0x56 /* word64 MSB @ltoff(@fptr(S + A)) */
184#define R_IA_64_LTOFF_FPTR64LSB 0x57 /* word64 LSB @ltoff(@fptr(S + A)) */
185#define R_IA_64_SEGREL32MSB 0x5c /* word32 MSB @segrel(S + A) */
186#define R_IA_64_SEGREL32LSB 0x5d /* word32 LSB @segrel(S + A) */
187#define R_IA_64_SEGREL64MSB 0x5e /* word64 MSB @segrel(S + A) */
188#define R_IA_64_SEGREL64LSB 0x5f /* word64 LSB @segrel(S + A) */
189#define R_IA_64_SECREL32MSB 0x64 /* word32 MSB @secrel(S + A) */
190#define R_IA_64_SECREL32LSB 0x65 /* word32 LSB @secrel(S + A) */
191#define R_IA_64_SECREL64MSB 0x66 /* word64 MSB @secrel(S + A) */
192#define R_IA_64_SECREL64LSB 0x67 /* word64 LSB @secrel(S + A) */
193#define R_IA_64_REL32MSB 0x6c /* word32 MSB BD + A */
194#define R_IA_64_REL32LSB 0x6d /* word32 LSB BD + A */
195#define R_IA_64_REL64MSB 0x6e /* word64 MSB BD + A */
196#define R_IA_64_REL64LSB 0x6f /* word64 LSB BD + A */
197#define R_IA_64_LTV32MSB 0x74 /* word32 MSB S + A */
198#define R_IA_64_LTV32LSB 0x75 /* word32 LSB S + A */
199#define R_IA_64_LTV64MSB 0x76 /* word64 MSB S + A */
200#define R_IA_64_LTV64LSB 0x77 /* word64 LSB S + A */
201#define R_IA_64_IPLTMSB 0x80 /* function descriptor MSB special */
202#define R_IA_64_IPLTLSB 0x81 /* function descriptor LSB speciaal */
203#define R_IA_64_SUB 0x85 /* immediate64 A - S */
204#define R_IA_64_LTOFF22X 0x86 /* immediate22 special */
205#define R_IA_64_LDXMOV 0x87 /* immediate22 special */
206#define R_IA_64_TPREL14 0x91 /* imm14 @tprel(S + A) */
207#define R_IA_64_TPREL22 0x92 /* imm22 @tprel(S + A) */
208#define R_IA_64_TPREL64I 0x93 /* imm64 @tprel(S + A) */
209#define R_IA_64_TPREL64MSB 0x96 /* word64 MSB @tprel(S + A) */
210#define R_IA_64_TPREL64LSB 0x97 /* word64 LSB @tprel(S + A) */
211#define R_IA_64_LTOFF_TPREL22 0x9a /* imm22 @ltoff(@tprel(S+A)) */
212#define R_IA_64_DTPMOD64MSB 0xa6 /* word64 MSB @dtpmod(S + A) */
213#define R_IA_64_DTPMOD64LSB 0xa7 /* word64 LSB @dtpmod(S + A) */
214#define R_IA_64_LTOFF_DTPMOD22 0xaa /* imm22 @ltoff(@dtpmod(S+A)) */
215#define R_IA_64_DTPREL14 0xb1 /* imm14 @dtprel(S + A) */
216#define R_IA_64_DTPREL22 0xb2 /* imm22 @dtprel(S + A) */
217#define R_IA_64_DTPREL64I 0xb3 /* imm64 @dtprel(S + A) */
218#define R_IA_64_DTPREL32MSB 0xb4 /* word32 MSB @dtprel(S + A) */
219#define R_IA_64_DTPREL32LSB 0xb5 /* word32 LSB @dtprel(S + A) */
220#define R_IA_64_DTPREL64MSB 0xb6 /* word64 MSB @dtprel(S + A) */
221#define R_IA_64_DTPREL64LSB 0xb7 /* word64 LSB @dtprel(S + A) */
222#define R_IA_64_LTOFF_DTPREL22 0xba /* imm22 @ltoff(@dtprel(S+A)) */
223
224/* Define "machine" characteristics */
225#if __ELF_WORD_SIZE == 32
226#define ELF_TARG_CLASS ELFCLASS32
227#else
228#define ELF_TARG_CLASS ELFCLASS64
229#endif
230#define ELF_TARG_DATA ELFDATA2LSB
231#define ELF_TARG_MACH EM_IA_64
232#define ELF_TARG_VER 1
233
234/* Processor specific dynmamic section tags. */
235
236#define DT_IA64_PLT_RESERVE 0x70000000
237
238#endif /* !_MACHINE_ELF_H_ */
223
224/* Define "machine" characteristics */
225#if __ELF_WORD_SIZE == 32
226#define ELF_TARG_CLASS ELFCLASS32
227#else
228#define ELF_TARG_CLASS ELFCLASS64
229#endif
230#define ELF_TARG_DATA ELFDATA2LSB
231#define ELF_TARG_MACH EM_IA_64
232#define ELF_TARG_VER 1
233
234/* Processor specific dynmamic section tags. */
235
236#define DT_IA64_PLT_RESERVE 0x70000000
237
238#endif /* !_MACHINE_ELF_H_ */