1*11688febSandvar /* $NetBSD: elf_machdep.h,v 1.5 2023/06/03 20:41:44 andvar Exp $ */ 2ba7cbe76Scherry 3ba7cbe76Scherry /*- 4ba7cbe76Scherry * Copyright (c) 1996-1997 John D. Polstra. 5ba7cbe76Scherry * All rights reserved. 6ba7cbe76Scherry * 7ba7cbe76Scherry * Redistribution and use in source and binary forms, with or without 8ba7cbe76Scherry * modification, are permitted provided that the following conditions 9ba7cbe76Scherry * are met: 10ba7cbe76Scherry * 1. Redistributions of source code must retain the above copyright 11ba7cbe76Scherry * notice, this list of conditions and the following disclaimer. 12ba7cbe76Scherry * 2. Redistributions in binary form must reproduce the above copyright 13ba7cbe76Scherry * notice, this list of conditions and the following disclaimer in the 14ba7cbe76Scherry * documentation and/or other materials provided with the distribution. 15ba7cbe76Scherry * 16ba7cbe76Scherry * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 17ba7cbe76Scherry * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18ba7cbe76Scherry * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19ba7cbe76Scherry * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 20ba7cbe76Scherry * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21ba7cbe76Scherry * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22ba7cbe76Scherry * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23ba7cbe76Scherry * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24ba7cbe76Scherry * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25ba7cbe76Scherry * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26ba7cbe76Scherry * SUCH DAMAGE. 27ba7cbe76Scherry * 28ba7cbe76Scherry * $FreeBSD: src/sys/ia64/include/elf.h,v 1.11 2003/09/25 01:10:24 peter Exp $ 29ba7cbe76Scherry */ 307ae46ccbSscole #ifndef _IA64_ELF_MACHDEP_H 317ae46ccbSscole #define _IA64_ELF_MACHDEP_H 32ba7cbe76Scherry 33ba7cbe76Scherry #define ELF32_MACHDEP_ENDIANNESS XXX /* break compilation */ 34ba7cbe76Scherry #define ELF32_MACHDEP_ID_CASES \ 35ba7cbe76Scherry /* no 32-bit ELF machine types supported until 32bit emu */ 36ba7cbe76Scherry 37ba7cbe76Scherry #define ELF64_MACHDEP_ENDIANNESS ELFDATA2LSB 38ba7cbe76Scherry #define ELF64_MACHDEP_ID_CASES \ 39ba7cbe76Scherry case EM_IA_64: \ 40ba7cbe76Scherry break; 41ba7cbe76Scherry 42ba7cbe76Scherry #define ELF64_MACHDEP_ID EM_IA_64 /* XXX */ 43ba7cbe76Scherry 44dc2ac295Schristos #define KERN_ELFSIZE 64 45ba7cbe76Scherry #define ARCH_ELFSIZE 64 /* MD native binary size */ 46ba7cbe76Scherry 47ba7cbe76Scherry /* 48ba7cbe76Scherry * Relocation types. 49ba7cbe76Scherry */ 50ba7cbe76Scherry 51ba7cbe76Scherry /* Name Value Field Calculation */ 52ba7cbe76Scherry #define R_IA64_NONE 0 /* None */ 53ba7cbe76Scherry #define R_IA64_IMM14 0x21 /* immediate14 S + A */ 54ba7cbe76Scherry #define R_IA64_IMM22 0x22 /* immediate22 S + A */ 55ba7cbe76Scherry #define R_IA64_IMM64 0x23 /* immediate64 S + A */ 56ba7cbe76Scherry #define R_IA64_DIR32MSB 0x24 /* word32 MSB S + A */ 57ba7cbe76Scherry #define R_IA64_DIR32LSB 0x25 /* word32 LSB S + A */ 58ba7cbe76Scherry #define R_IA64_DIR64MSB 0x26 /* word64 MSB S + A */ 59ba7cbe76Scherry #define R_IA64_DIR64LSB 0x27 /* word64 LSB S + A */ 60ba7cbe76Scherry #define R_IA64_GPREL22 0x2a /* immediate22 @gprel(S + A) */ 61ba7cbe76Scherry #define R_IA64_GPREL64I 0x2b /* immediate64 @gprel(S + A) */ 62ba7cbe76Scherry #define R_IA64_GPREL64MSB 0x2e /* word64 MSB @gprel(S + A) */ 63ba7cbe76Scherry #define R_IA64_GPREL64LSB 0x2f /* word64 LSB @gprel(S + A) */ 64ba7cbe76Scherry #define R_IA64_LTOFF22 0x32 /* immediate22 @ltoff(S + A) */ 65ba7cbe76Scherry #define R_IA64_LTOFF64I 0x33 /* immediate64 @ltoff(S + A) */ 66ba7cbe76Scherry #define R_IA64_PLTOFF22 0x3a /* immediate22 @pltoff(S + A) */ 67ba7cbe76Scherry #define R_IA64_PLTOFF64I 0x3b /* immediate64 @pltoff(S + A) */ 68ba7cbe76Scherry #define R_IA64_PLTOFF64MSB 0x3e /* word64 MSB @pltoff(S + A) */ 69ba7cbe76Scherry #define R_IA64_PLTOFF64LSB 0x3f /* word64 LSB @pltoff(S + A) */ 70ba7cbe76Scherry #define R_IA64_FPTR64I 0x43 /* immediate64 @fptr(S + A) */ 71ba7cbe76Scherry #define R_IA64_FPTR32MSB 0x44 /* word32 MSB @fptr(S + A) */ 72ba7cbe76Scherry #define R_IA64_FPTR32LSB 0x45 /* word32 LSB @fptr(S + A) */ 73ba7cbe76Scherry #define R_IA64_FPTR64MSB 0x46 /* word64 MSB @fptr(S + A) */ 74ba7cbe76Scherry #define R_IA64_FPTR64LSB 0x47 /* word64 LSB @fptr(S + A) */ 75ba7cbe76Scherry #define R_IA64_PCREL21B 0x49 /* immediate21 form1 S + A - P */ 76ba7cbe76Scherry #define R_IA64_PCREL21M 0x4a /* immediate21 form2 S + A - P */ 77ba7cbe76Scherry #define R_IA64_PCREL21F 0x4b /* immediate21 form3 S + A - P */ 78ba7cbe76Scherry #define R_IA64_PCREL32MSB 0x4c /* word32 MSB S + A - P */ 79ba7cbe76Scherry #define R_IA64_PCREL32LSB 0x4d /* word32 LSB S + A - P */ 80ba7cbe76Scherry #define R_IA64_PCREL64MSB 0x4e /* word64 MSB S + A - P */ 81ba7cbe76Scherry #define R_IA64_PCREL64LSB 0x4f /* word64 LSB S + A - P */ 82ba7cbe76Scherry #define R_IA64_LTOFF_FPTR22 0x52 /* immediate22 @ltoff(@fptr(S + A)) */ 83ba7cbe76Scherry #define R_IA64_LTOFF_FPTR64I 0x53 /* immediate64 @ltoff(@fptr(S + A)) */ 84ba7cbe76Scherry #define R_IA64_LTOFF_FPTR32MSB 0x54 /* word32 MSB @ltoff(@fptr(S + A)) */ 85ba7cbe76Scherry #define R_IA64_LTOFF_FPTR32LSB 0x55 /* word32 LSB @ltoff(@fptr(S + A)) */ 86ba7cbe76Scherry #define R_IA64_LTOFF_FPTR64MSB 0x56 /* word64 MSB @ltoff(@fptr(S + A)) */ 87ba7cbe76Scherry #define R_IA64_LTOFF_FPTR64LSB 0x57 /* word64 LSB @ltoff(@fptr(S + A)) */ 88ba7cbe76Scherry #define R_IA64_SEGREL32MSB 0x5c /* word32 MSB @segrel(S + A) */ 89ba7cbe76Scherry #define R_IA64_SEGREL32LSB 0x5d /* word32 LSB @segrel(S + A) */ 90ba7cbe76Scherry #define R_IA64_SEGREL64MSB 0x5e /* word64 MSB @segrel(S + A) */ 91ba7cbe76Scherry #define R_IA64_SEGREL64LSB 0x5f /* word64 LSB @segrel(S + A) */ 92ba7cbe76Scherry #define R_IA64_SECREL32MSB 0x64 /* word32 MSB @secrel(S + A) */ 93ba7cbe76Scherry #define R_IA64_SECREL32LSB 0x65 /* word32 LSB @secrel(S + A) */ 94ba7cbe76Scherry #define R_IA64_SECREL64MSB 0x66 /* word64 MSB @secrel(S + A) */ 95ba7cbe76Scherry #define R_IA64_SECREL64LSB 0x67 /* word64 LSB @secrel(S + A) */ 96ba7cbe76Scherry #define R_IA64_REL32MSB 0x6c /* word32 MSB BD + A */ 97ba7cbe76Scherry #define R_IA64_REL32LSB 0x6d /* word32 LSB BD + A */ 98ba7cbe76Scherry #define R_IA64_REL64MSB 0x6e /* word64 MSB BD + A */ 99ba7cbe76Scherry #define R_IA64_REL64LSB 0x6f /* word64 LSB BD + A */ 100ba7cbe76Scherry #define R_IA64_LTV32MSB 0x74 /* word32 MSB S + A */ 101ba7cbe76Scherry #define R_IA64_LTV32LSB 0x75 /* word32 LSB S + A */ 102ba7cbe76Scherry #define R_IA64_LTV64MSB 0x76 /* word64 MSB S + A */ 103ba7cbe76Scherry #define R_IA64_LTV64LSB 0x77 /* word64 LSB S + A */ 104ba7cbe76Scherry #define R_IA64_IPLTMSB 0x80 /* function descriptor MSB special */ 105*11688febSandvar #define R_IA64_IPLTLSB 0x81 /* function descriptor LSB special */ 106ba7cbe76Scherry #define R_IA64_SUB 0x85 /* immediate64 A - S */ 107ba7cbe76Scherry #define R_IA64_LTOFF22X 0x86 /* immediate22 special */ 108ba7cbe76Scherry #define R_IA64_LDXMOV 0x87 /* immediate22 special */ 109ba7cbe76Scherry #define R_IA64_TPREL14 0x91 /* imm14 @tprel(S + A) */ 110ba7cbe76Scherry #define R_IA64_TPREL22 0x92 /* imm22 @tprel(S + A) */ 111ba7cbe76Scherry #define R_IA64_TPREL64I 0x93 /* imm64 @tprel(S + A) */ 112ba7cbe76Scherry #define R_IA64_TPREL64MSB 0x96 /* word64 MSB @tprel(S + A) */ 113ba7cbe76Scherry #define R_IA64_TPREL64LSB 0x97 /* word64 LSB @tprel(S + A) */ 114ba7cbe76Scherry #define R_IA64_LTOFF_TPREL22 0x9a /* imm22 @ltoff(@tprel(S+A)) */ 115ba7cbe76Scherry #define R_IA64_DTPMOD64MSB 0xa6 /* word64 MSB @dtpmod(S + A) */ 116ba7cbe76Scherry #define R_IA64_DTPMOD64LSB 0xa7 /* word64 LSB @dtpmod(S + A) */ 117ba7cbe76Scherry #define R_IA64_LTOFF_DTPMOD22 0xaa /* imm22 @ltoff(@dtpmod(S+A)) */ 118ba7cbe76Scherry #define R_IA64_DTPREL14 0xb1 /* imm14 @dtprel(S + A) */ 119ba7cbe76Scherry #define R_IA64_DTPREL22 0xb2 /* imm22 @dtprel(S + A) */ 120ba7cbe76Scherry #define R_IA64_DTPREL64I 0xb3 /* imm64 @dtprel(S + A) */ 121ba7cbe76Scherry #define R_IA64_DTPREL32MSB 0xb4 /* word32 MSB @dtprel(S + A) */ 122ba7cbe76Scherry #define R_IA64_DTPREL32LSB 0xb5 /* word32 LSB @dtprel(S + A) */ 123ba7cbe76Scherry #define R_IA64_DTPREL64MSB 0xb6 /* word64 MSB @dtprel(S + A) */ 124ba7cbe76Scherry #define R_IA64_DTPREL64LSB 0xb7 /* word64 LSB @dtprel(S + A) */ 125ba7cbe76Scherry #define R_IA64_LTOFF_DTPREL22 0xba /* imm22 @ltoff(@dtprel(S+A)) */ 126ba7cbe76Scherry 127ba7cbe76Scherry /* p_type */ 128ba7cbe76Scherry 129ba7cbe76Scherry #define PT_IA_64_ARCHEXT 0x70000000 /* segment contains a section of type SHT_IA_64_EXT */ 130ba7cbe76Scherry #define PT_IA_64_UNWIND 0x70000001 /* segment contains the stack unwind tables */ 131ba7cbe76Scherry 132ba7cbe76Scherry /* p_flags */ 133ba7cbe76Scherry 134ba7cbe76Scherry #define PF_IA_64_NORECOV 0x80000000 /* segment contains the stack unwind tables */ 135ba7cbe76Scherry 136ba7cbe76Scherry /* sh_type */ 137ba7cbe76Scherry 138ba7cbe76Scherry #define SHT_IA_64_EXT 0x70000000 /* section contains product specific extension bits */ 139ba7cbe76Scherry #define SHT_IA_64_UNWIND 0x70000001 /* section contains unwind function table entries for stack unwinding */ 140ba7cbe76Scherry #define SHT_IA_64_LOPSREG 0x78000000 /* reserved for implementation-specific section types */ 141ba7cbe76Scherry #define SHT_IA_64_HIPSREG 0x7fffffff /* Ditto */ 142ba7cbe76Scherry #define SHT_IA_64_PRIORITY_INIT 0x79000000 /* section contains priority initialization record */ 143ba7cbe76Scherry 144ba7cbe76Scherry /* sh_flags */ 145ba7cbe76Scherry 146ba7cbe76Scherry #define SHF_IA_64_SHORT 0x10000000 /* section must be placed near gp. */ 147ba7cbe76Scherry #define SHF_IA_64_NORECOV 0x20000000 /* section contains code that uses speculative instructions without 148ba7cbe76Scherry * recovery code 149ba7cbe76Scherry */ 1507ae46ccbSscole /* XXX fix these for ld.elf_so */ 1517ae46ccbSscole #define R_IA64_COPY (0) 1527ae46ccbSscole #define R_TYPE(name) __CONCAT(R_IA64_,name) 153ba7cbe76Scherry 1547ae46ccbSscole #endif /* _IA64_ELF_MACHDEP_H */ 155