]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/symbols.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / symbols.h
CommitLineData
252b5132 1/* symbols.h -
fd67aa11 2 Copyright (C) 1987-2024 Free Software Foundation, Inc.
252b5132
RH
3
4 This file is part of GAS, the GNU Assembler.
5
6 GAS is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
ec2655a6 8 the Free Software Foundation; either version 3, or (at your option)
252b5132
RH
9 any later version.
10
11 GAS 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 GAS; see the file COPYING. If not, write to the Free
4b4da160
NC
18 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19 02110-1301, USA. */
252b5132 20
a01b9fa4 21extern struct obstack notes; /* eg FixS live here. */
252b5132
RH
22
23extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
24 (if we do that at all). */
25
26extern symbolS *symbol_rootP; /* all the symbol nodes */
27extern symbolS *symbol_lastP; /* last struct symbol we made, or NULL */
28
29extern symbolS abs_symbol;
4a826962 30extern symbolS dot_symbol;
252b5132
RH
31
32extern int symbol_table_frozen;
33
34/* This is non-zero if symbols are case sensitive, which is the
35 default. */
36extern int symbols_case_sensitive;
37
c30081c1
AM
38extern void *notes_alloc (size_t);
39extern void *notes_calloc (size_t, size_t);
40extern void *notes_memdup (const void *, size_t, size_t);
41extern char *notes_strdup (const char *);
42extern char *notes_concat (const char *, ...);
43extern void notes_free (void *);
44
280d71bf
DB
45char * symbol_relc_make_expr (expressionS *);
46char * symbol_relc_make_sym (symbolS *);
47char * symbol_relc_make_value (offsetT);
74937d39
KH
48char *decode_local_label_name (char *s);
49symbolS *symbol_find (const char *name);
06e77878 50symbolS *symbol_find_noref (const char *name, int noref);
74937d39 51symbolS *symbol_find_exact (const char *name);
06e77878 52symbolS *symbol_find_exact_noref (const char *name, int noref);
74937d39
KH
53symbolS *symbol_find_or_make (const char *name);
54symbolS *symbol_make (const char *name);
e01e1cee
AM
55symbolS *symbol_new (const char *, segT, fragS *, valueT);
56symbolS *symbol_create (const char *, segT, fragS *, valueT);
57struct local_symbol *local_symbol_make (const char *, segT, fragS *, valueT);
9497f5ac
NC
58symbolS *symbol_clone (symbolS *, int);
59#undef symbol_clone_if_forward_ref
60symbolS *symbol_clone_if_forward_ref (symbolS *, int);
61#define symbol_clone_if_forward_ref(s) symbol_clone_if_forward_ref (s, 0)
e01e1cee 62symbolS *symbol_temp_new (segT, fragS *, valueT);
74937d39 63symbolS *symbol_temp_new_now (void);
d18d1999 64symbolS *symbol_temp_new_now_octets (void);
74937d39
KH
65symbolS *symbol_temp_make (void);
66
67symbolS *colon (const char *sym_name);
68void local_colon (int n);
69void symbol_begin (void);
b1822093 70void symbol_end (void);
4a826962 71void dot_symbol_init (void);
74937d39
KH
72void symbol_print_statistics (FILE *);
73void symbol_table_insert (symbolS * symbolP);
74valueT resolve_symbol_value (symbolS *);
75void resolve_local_symbol_values (void);
2e1e12b1 76int snapshot_symbol (symbolS **, valueT *, segT *, fragS **);
74937d39
KH
77
78void print_symbol_value (symbolS *);
79void print_expr (expressionS *);
80void print_expr_1 (FILE *, expressionS *);
81void print_symbol_value_1 (FILE *, symbolS *);
82
19f7966e 83int dollar_label_defined (unsigned int);
74937d39 84void dollar_label_clear (void);
19f7966e
AM
85void define_dollar_label (unsigned int);
86char *dollar_label_name (unsigned int, unsigned int);
74937d39 87
19f7966e
AM
88void fb_label_instance_inc (unsigned int);
89char *fb_label_name (unsigned int, unsigned int);
74937d39
KH
90
91extern void copy_symbol_attributes (symbolS *, symbolS *);
252b5132
RH
92
93/* Get and set the values of symbols. These used to be macros. */
74937d39 94extern valueT S_GET_VALUE (symbolS *);
12509439 95extern valueT S_GET_VALUE_WHERE (symbolS *, const char *, unsigned int);
74937d39 96extern void S_SET_VALUE (symbolS *, valueT);
252b5132 97
74937d39
KH
98extern int S_IS_FUNCTION (symbolS *);
99extern int S_IS_EXTERNAL (symbolS *);
100extern int S_IS_WEAK (symbolS *);
06e77878
AO
101extern int S_IS_WEAKREFR (symbolS *);
102extern int S_IS_WEAKREFD (symbolS *);
74937d39
KH
103extern int S_IS_COMMON (symbolS *);
104extern int S_IS_DEFINED (symbolS *);
105extern int S_FORCE_RELOC (symbolS *, int);
106extern int S_IS_DEBUG (symbolS *);
107extern int S_IS_LOCAL (symbolS *);
74937d39 108extern int S_IS_STABD (symbolS *);
6885131b 109extern int S_CAN_BE_REDEFINED (const symbolS *);
9497f5ac
NC
110extern int S_IS_VOLATILE (const symbolS *);
111extern int S_IS_FORWARD_REF (const symbolS *);
80968745
JB
112extern const char *S_GET_NAME (const symbolS *);
113extern segT S_GET_SEGMENT (const symbolS *);
74937d39
KH
114extern void S_SET_SEGMENT (symbolS *, segT);
115extern void S_SET_EXTERNAL (symbolS *);
977cdf5a 116extern void S_SET_NAME (symbolS *, const char *);
74937d39
KH
117extern void S_CLEAR_EXTERNAL (symbolS *);
118extern void S_SET_WEAK (symbolS *);
06e77878
AO
119extern void S_SET_WEAKREFR (symbolS *);
120extern void S_CLEAR_WEAKREFR (symbolS *);
121extern void S_SET_WEAKREFD (symbolS *);
122extern void S_CLEAR_WEAKREFD (symbolS *);
74937d39 123extern void S_SET_THREAD_LOCAL (symbolS *);
9497f5ac 124extern void S_SET_VOLATILE (symbolS *);
92757bc9 125extern void S_CLEAR_VOLATILE (symbolS *);
9497f5ac 126extern void S_SET_FORWARD_REF (symbolS *);
252b5132 127
49309057
ILT
128#ifndef WORKING_DOT_WORD
129struct broken_word
130 {
131 /* Linked list -- one of these structures per ".word x-y+C"
132 expression. */
133 struct broken_word *next_broken_word;
134 /* Segment and subsegment for broken word. */
135 segT seg;
136 subsegT subseg;
137 /* Which frag is this broken word in? */
138 fragS *frag;
139 /* Where in the frag is it? */
140 char *word_goes_here;
141 /* Where to add the break. */
142 fragS *dispfrag; /* where to add the break */
143 /* Operands of expression. */
144 symbolS *add;
145 symbolS *sub;
146 offsetT addnum;
147
47eebc20 148 int added; /* nasty thing happened yet? */
49309057
ILT
149 /* 1: added and has a long-jump */
150 /* 2: added but uses someone elses long-jump */
151
152 /* Pointer to broken_word with a similar long-jump. */
153 struct broken_word *use_jump;
154 };
155extern struct broken_word *broken_words;
33eaf5de 156#endif /* ifdef WORKING_DOT_WORD */
49309057
ILT
157
158/*
159 * Current means for getting from symbols to segments and vice verse.
160 * This will change for infinite-segments support (e.g. COFF).
161 */
162extern const segT N_TYPE_seg[]; /* subseg.c */
163
164#define SEGMENT_TO_SYMBOL_TYPE(seg) ( seg_N_TYPE [(int) (seg)] )
165extern const short seg_N_TYPE[];/* subseg.c */
166
167#define N_REGISTER 30 /* Fake N_TYPE value for SEG_REGISTER */
168
74937d39 169void symbol_clear_list_pointers (symbolS * symbolP);
49309057 170
74937d39
KH
171void symbol_insert (symbolS * addme, symbolS * target,
172 symbolS ** rootP, symbolS ** lastP);
173void symbol_remove (symbolS * symbolP, symbolS ** rootP,
174 symbolS ** lastP);
49309057 175
74937d39 176extern symbolS *symbol_previous (symbolS *);
49309057 177
8d1015a8
AM
178extern int symbol_on_chain (symbolS *s, symbolS *rootPP, symbolS *lastPP);
179
74937d39 180void verify_symbol_chain (symbolS * rootP, symbolS * lastP);
74937d39
KH
181
182void symbol_append (symbolS * addme, symbolS * target,
183 symbolS ** rootP, symbolS ** lastP);
184
185extern symbolS *symbol_next (symbolS *);
186
187extern expressionS *symbol_get_value_expression (symbolS *);
188extern void symbol_set_value_expression (symbolS *, const expressionS *);
514d955d 189extern offsetT *symbol_X_add_number (symbolS *);
74937d39
KH
190extern void symbol_set_value_now (symbolS *);
191extern void symbol_set_frag (symbolS *, fragS *);
192extern fragS *symbol_get_frag (symbolS *);
193extern void symbol_mark_used (symbolS *);
194extern void symbol_clear_used (symbolS *);
195extern int symbol_used_p (symbolS *);
196extern void symbol_mark_used_in_reloc (symbolS *);
197extern void symbol_clear_used_in_reloc (symbolS *);
198extern int symbol_used_in_reloc_p (symbolS *);
199extern void symbol_mark_mri_common (symbolS *);
200extern void symbol_clear_mri_common (symbolS *);
201extern int symbol_mri_common_p (symbolS *);
202extern void symbol_mark_written (symbolS *);
203extern void symbol_clear_written (symbolS *);
204extern int symbol_written_p (symbolS *);
eb09df16
L
205extern void symbol_mark_removed (symbolS *);
206extern int symbol_removed_p (symbolS *);
74937d39
KH
207extern void symbol_mark_resolved (symbolS *);
208extern int symbol_resolved_p (symbolS *);
209extern int symbol_section_p (symbolS *);
210extern int symbol_equated_p (symbolS *);
211extern int symbol_equated_reloc_p (symbolS *);
212extern int symbol_constant_p (symbolS *);
bdf128d6 213extern int symbol_shadow_p (symbolS *);
8d1015a8 214extern symbolS *symbol_symbolS (symbolS *);
74937d39
KH
215extern asymbol *symbol_get_bfdsym (symbolS *);
216extern void symbol_set_bfdsym (symbolS *, asymbol *);
087d837e 217extern int symbol_same_p (symbolS *, symbolS *);
49309057
ILT
218
219#ifdef OBJ_SYMFIELD_TYPE
74937d39
KH
220OBJ_SYMFIELD_TYPE *symbol_get_obj (symbolS *);
221void symbol_set_obj (symbolS *, OBJ_SYMFIELD_TYPE *);
49309057
ILT
222#endif
223
224#ifdef TC_SYMFIELD_TYPE
74937d39
KH
225TC_SYMFIELD_TYPE *symbol_get_tc (symbolS *);
226void symbol_set_tc (symbolS *, TC_SYMFIELD_TYPE *);
49309057 227#endif