/src/binutils-gdb/include/elf/tic6x.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* TI C6X ELF support for BFD. |
2 | | Copyright (C) 2010-2025 Free Software Foundation, Inc. |
3 | | |
4 | | This file is part of BFD, the Binary File Descriptor library. |
5 | | |
6 | | This program is free software; you can redistribute it and/or modify |
7 | | it under the terms of the GNU General Public License as published by |
8 | | the Free Software Foundation; either version 3 of the License, or |
9 | | (at your option) any later version. |
10 | | |
11 | | This program is distributed in the hope that it will be useful, |
12 | | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | | GNU General Public License for more details. |
15 | | |
16 | | You should have received a copy of the GNU General Public License |
17 | | along with this program; if not, write to the Free Software |
18 | | Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, |
19 | | MA 02110-1301, USA. */ |
20 | | |
21 | | #ifndef _ELF_TIC6X_H |
22 | | #define _ELF_TIC6X_H |
23 | | |
24 | | #include "elf/reloc-macros.h" |
25 | | |
26 | | /* Relocation types. */ |
27 | 2.84M | START_RELOC_NUMBERS (elf_tic6x_reloc_type) |
28 | 2.84M | RELOC_NUMBER (R_C6000_NONE, 0) |
29 | 26.2k | RELOC_NUMBER (R_C6000_ABS32, 1) |
30 | 5.95k | RELOC_NUMBER (R_C6000_ABS16, 2) |
31 | 1.76k | RELOC_NUMBER (R_C6000_ABS8, 3) |
32 | 20.1k | RELOC_NUMBER (R_C6000_PCR_S21, 4) |
33 | 1.18k | RELOC_NUMBER (R_C6000_PCR_S12, 5) |
34 | 1.40k | RELOC_NUMBER (R_C6000_PCR_S10, 6) |
35 | 1.31k | RELOC_NUMBER (R_C6000_PCR_S7, 7) |
36 | 2.98k | RELOC_NUMBER (R_C6000_ABS_S16, 8) |
37 | 2.26k | RELOC_NUMBER (R_C6000_ABS_L16, 9) |
38 | 6.12k | RELOC_NUMBER (R_C6000_ABS_H16, 10) |
39 | 9.41k | RELOC_NUMBER (R_C6000_SBR_U15_B, 11) |
40 | 575 | RELOC_NUMBER (R_C6000_SBR_U15_H, 12) |
41 | 571 | RELOC_NUMBER (R_C6000_SBR_U15_W, 13) |
42 | 893 | RELOC_NUMBER (R_C6000_SBR_S16, 14) |
43 | 766 | RELOC_NUMBER (R_C6000_SBR_L16_B, 15) |
44 | 19.3k | RELOC_NUMBER (R_C6000_SBR_L16_H, 16) |
45 | 21.5k | RELOC_NUMBER (R_C6000_SBR_L16_W, 17) |
46 | 658 | RELOC_NUMBER (R_C6000_SBR_H16_B, 18) |
47 | 492 | RELOC_NUMBER (R_C6000_SBR_H16_H, 19) |
48 | 422 | RELOC_NUMBER (R_C6000_SBR_H16_W, 20) |
49 | 456 | RELOC_NUMBER (R_C6000_SBR_GOT_U15_W, 21) |
50 | 594 | RELOC_NUMBER (R_C6000_SBR_GOT_L16_W, 22) |
51 | 4.33k | RELOC_NUMBER (R_C6000_SBR_GOT_H16_W, 23) |
52 | 402 | RELOC_NUMBER (R_C6000_DSBT_INDEX, 24) |
53 | 2.33k | RELOC_NUMBER (R_C6000_PREL31, 25) |
54 | 2.27k | RELOC_NUMBER (R_C6000_COPY, 26) |
55 | 1.67k | RELOC_NUMBER (R_C6000_JUMP_SLOT, 27) |
56 | 659 | RELOC_NUMBER (R_C6000_EHTYPE, 28) |
57 | 559 | RELOC_NUMBER (R_C6000_PCR_H16, 29) |
58 | 468 | RELOC_NUMBER (R_C6000_PCR_L16, 30) |
59 | 707 | RELOC_NUMBER (R_C6000_ALIGN, 253) |
60 | 1.08k | RELOC_NUMBER (R_C6000_FPHEAD, 254) |
61 | 19.9k | RELOC_NUMBER (R_C6000_NOCMP, 255) |
62 | 192k | END_RELOC_NUMBERS (R_TIC6X_max) |
63 | | |
64 | | /* Processor-specific flags. */ |
65 | | |
66 | | /* File contains static relocation information. */ |
67 | 14.6k | #define EF_C6000_REL 0x1 |
68 | | |
69 | | /* Processor-specific section types. */ |
70 | | |
71 | | /* Unwind function table for stack unwinding. */ |
72 | 25.5k | #define SHT_C6000_UNWIND 0x70000001 |
73 | | |
74 | | /* DLL dynamic linking pre-emption map. */ |
75 | 3.13k | #define SHT_C6000_PREEMPTMAP 0x70000002 |
76 | | |
77 | | /* Object file compatibility attributes. */ |
78 | 8.73k | #define SHT_C6000_ATTRIBUTES 0x70000003 |
79 | | |
80 | | /* Intermediate code for link-time optimization. */ |
81 | 4.94k | #define SHT_TI_ICODE 0x7F000000 |
82 | | |
83 | | /* Symbolic cross reference information. */ |
84 | 530 | #define SHT_TI_XREF 0x7F000001 |
85 | | |
86 | | /* Reserved. */ |
87 | 298 | #define SHT_TI_HANDLER 0x7F000002 |
88 | | |
89 | | /* Compressed data for initializing C variables. */ |
90 | 454 | #define SHT_TI_INITINFO 0x7F000003 |
91 | | |
92 | | /* Extended program header attributes. */ |
93 | 322 | #define SHT_TI_PHATTRS 0x7F000004 |
94 | | |
95 | | /* Processor specific section indices. These sections do not actually |
96 | | exist. Symbols with a st_shndx field corresponding to one of these |
97 | | values have a special meaning. */ |
98 | | |
99 | | /* Small data area common symbol. */ |
100 | 1.49M | #define SHN_TIC6X_SCOMMON SHN_LORESERVE |
101 | | |
102 | | /* Processor-specific segment types. */ |
103 | | |
104 | | /* Extended Segment Attributes. */ |
105 | 98 | #define PT_C6000_PHATTR 0x70000000 |
106 | | |
107 | | /* Processor-specific dynamic tags. */ |
108 | | |
109 | | /* Undocumented. */ |
110 | 0 | #define DT_C6000_GSYM_OFFSET 0x6000000D |
111 | | |
112 | | /* Undocumented. */ |
113 | 0 | #define DT_C6000_GSTR_OFFSET 0x6000000F |
114 | | |
115 | | /* Statically linked base address of data segment. */ |
116 | 51 | #define DT_C6000_DSBT_BASE 0x70000000 |
117 | | |
118 | | /* Number of entries in this module's DSBT. */ |
119 | 27 | #define DT_C6000_DSBT_SIZE 0x70000001 |
120 | | |
121 | | /* Undocumented. */ |
122 | 13 | #define DT_C6000_PREEMPTMAP 0x70000002 |
123 | | |
124 | | /* The hard-coded DSBT index for this module, if any. */ |
125 | 7 | #define DT_C6000_DSBT_INDEX 0x70000003 |
126 | | |
127 | | /* Extended program header attributes. */ |
128 | | |
129 | | /* Terminate a segment. */ |
130 | | #define PHA_NULL 0x0 |
131 | | |
132 | | /* Segment's address bound to the final address. */ |
133 | | #define PHA_BOUND 0x1 |
134 | | |
135 | | /* Segment cannot be further relocated. */ |
136 | | #define PHA_READONLY 0x2 |
137 | | |
138 | | /* Build attributes. */ |
139 | | enum |
140 | | { |
141 | | #define TAG(tag, value) tag = value, |
142 | | #include "elf/tic6x-attrs.h" |
143 | | #undef TAG |
144 | | Tag_C6XABI_last |
145 | | }; |
146 | | |
147 | | /* Values for Tag_ISA. GNU-specific names; the ABI does not specify |
148 | | names for these values. */ |
149 | | enum |
150 | | { |
151 | | C6XABI_Tag_ISA_none = 0, |
152 | | C6XABI_Tag_ISA_C62X = 1, |
153 | | C6XABI_Tag_ISA_C67X = 3, |
154 | | C6XABI_Tag_ISA_C67XP = 4, |
155 | | C6XABI_Tag_ISA_C64X = 6, |
156 | | C6XABI_Tag_ISA_C64XP = 7, |
157 | | C6XABI_Tag_ISA_C674X = 8 |
158 | | }; |
159 | | |
160 | | /* Special section names. */ |
161 | 0 | #define ELF_STRING_C6000_unwind ".c6xabi.exidx" |
162 | | #define ELF_STRING_C6000_unwind_info ".c6xabi.extab" |
163 | 0 | #define ELF_STRING_C6000_unwind_once ".gnu.linkonce.c6xabi.exidx." |
164 | | #define ELF_STRING_C6000_unwind_info_once ".gnu.linkonce.c6xabi.extab." |
165 | | |
166 | | #endif /* _ELF_TIC6X_H */ |