386BSD 0.1 development
[unix-history] / usr / src / usr.bin / gas / tags
CommitLineData
c48ca587
WJ
1ADD_REG config/m68k.c /^#define ADD_REG(x) { if(x==FPI) cur_regs|=(1<</
2IS_COMMENT app.c /^#define IS_COMMENT(c) (lex [c] & LEX_IS_COMMENT_/
3IS_LINE_COMMENT app.c /^#define IS_LINE_COMMENT(c) (lex [c] & LEX_IS_LINE/
4IS_LINE_SEPERATOR app.c /^#define IS_LINE_SEPERATOR(c) (lex [c] & LEX_IS_LI/
5IS_SYMBOL_COMPONENT app.c /^#define IS_SYMBOL_COMPONENT(c) (lex [c] & LEX_IS_/
6IS_WHITESPACE app.c /^#define IS_WHITESPACE(c) (lex [c] & LEX_IS_WHITES/
7LOCAL_LABEL write.c /^#define LOCAL_LABEL(name) (name[0] =='.' \\$/
8Mapp app.c /^main()$/
9Mas as.c /^main(argc,argv)$/
10Mhash hash.c /^main()$/
11Mm68k config/m68k.c /^main()$/
12SKIP_W config/m68k.c /^#define SKIP_W() { ss++; if(*ss==' ') ss++;}$/
13SKIP_WHITE config/m68k.c /^#define SKIP_WHITE() { str++; if(*str==' ') str++;/
14TAB config/m68k.c /^#define TAB(x,y) (((x)<<2)+(y))$/
15TABTYPE config/m68k.c /^#define TABTYPE(xy) ((xy) >> 2)$/
16_obstack_allocated_p obstack.c /^_obstack_allocated_p (h, obj)$/
17_obstack_begin obstack.c /^_obstack_begin (h, size, alignment, chunkfun, free/
18_obstack_free obstack.c /^_obstack_free (h, obj)$/
19_obstack_newchunk obstack.c /^_obstack_newchunk (h, length)$/
20abort config/m68k.c /^abort()$/
21add_exp config/m68k.c /^#define add_exp(beg,end) (\\$/
22add_fix config/m68k.c /^#define add_fix(width,exp,pc_rel) {\\$/
23add_frag config/m68k.c /^#define add_frag(add,off,type) {\\$/
24adds config/m68k.c /^#define adds(exp) ((exp)->e_exp.X_add_symbol)$/
25addword config/m68k.c /^#define addword(w) the_ins.opcode[the_ins.numo++]=/
26append append.c /^append (charPP, fromP, length)$/
27applicatee hash.c /^applicatee(string,value)$/
28as_1_char input-scrub.c /^as_1_char (c,stream)$/
29as_bad messages.c /^as_bad(Format,args)$/
30as_fatal messages.c /^as_fatal (Format, args)$/
31as_howmuch input-scrub.c /^as_howmuch (stream)$/
32as_perror messages.c /^as_perror(gripe, filename)$/
33as_warn app.c /^as_warn(str)$/
34as_where input-scrub.c /^as_where()$/
35atof_generic atof-generic.c /^atof_generic ($/
36atof_ieee config/atof-ieee.c /^atof_ieee (str, what_kind, words)$/
37bcopy append.c /^#define bcopy(from,to,n) memcpy(to,from,n)$/
38big_cons read.c /^big_cons(nbytes) \/* worker to do .quad etc state/
39bignum_copy bignum-copy.c /^bignum_copy (in, in_length, out, out_length)$/
40bump_line_counters input-scrub.c /^bump_line_counters ()$/
41bzero app.c /^#define bzero(s,n) memset(s,0,n)$/
42clean_up_expression expr.c /^clean_up_expression (expressionP)$/
43colon symbols.c /^colon (sym_name) \/* just seen "x:" - rattle symb/
44cons read.c /^cons(nbytes) \/* worker to do .byte etc statemen/
45crack_operand config/m68k.c /^crack_operand(str,opP)$/
46demand_copy_C_string read.c /^demand_copy_C_string (len_pointer)$/
47demand_copy_string read.c /^demand_copy_string (lenP)$/
48demand_empty_rest_of_line read.c /^demand_empty_rest_of_line()$/
49destroy hash.c /^destroy(string,value)$/
50do_scrub_begin app.c /^do_scrub_begin()$/
51do_scrub_next_char app.c /^do_scrub_next_char(get,unget)$/
52dummy1 flonum-const.c /^dummy1()$/
53dummy2 hex-value.c /^dummy2()$/
54dummy3 version.c /^dummy3()$/
55emit_relocations write.c /^emit_relocations (fixP, segment_address_in_file)$/
56equals read.c /^equals(sym_name)$/
57expr expr.c /^expr (rank, resultP)$/
58expr_part expr.c /^expr_part (symbol_1_PP, symbol_2_P)$/
59filestab input-scrub.c /^filestab()$/
60fixup_segment write.c /^fixup_segment (fixP, this_segment_type)$/
61float_cons read.c /^float_cons(float_type) \/* Worker to do .float et/
62flonum_copy flonum-copy.c /^flonum_copy (in, out)$/
63flonum_multip flonum-mult.c /^flonum_multip (a, b, product)$/
64frag_align frags.c /^frag_align (alignment, fill_character)$/
65frag_grow frags.c /^frag_grow (nchars)$/
66frag_more frags.c /^frag_more (nchars)$/
67frag_new frags.c /^frag_new (old_frags_var_max_size)$/
68frag_var frags.c /^frag_var (type, max_chars, var, subtype, symbol, o/
69frag_variant frags.c /^frag_variant (type, max_chars, var, subtype, symbo/
70frag_wane frags.c /^frag_wane (fragP)$/
71funcstab input-scrub.c /^funcstab(func)$/
72gen_to_words config/atof-ieee.c /^gen_to_words(words,precision,exponent_bits)$/
73get_absolute_expression read.c /^get_absolute_expression ()$/
74get_absolute_expression_and_terminator read.c /^get_absolute_expression_and_terminator( val_pointe/
75get_known_segmented_expression read.c /^get_known_segmented_expression ( expP )$/
76get_num config/m68k.c /^get_num(exp,ok)$/
77get_regs config/m68k.c /^get_regs(i,str,opP)$/
78get_segmented_expression read.c /^get_segmented_expression ( expP )$/
79get_symbol_end expr.c /^get_symbol_end()$/
80getone config/m68k.c /^#define getone(x) ((((x)->m_opcode)>>16)&0xffff)$/
81gettwo config/m68k.c /^#define gettwo(x) (((x)->m_opcode)&0xffff)$/
82got_sig as.c /^got_sig(sig)$/
83grow_bignum read.c /^grow_bignum() \/* Extend bignum by 1 char. *\/$/
84hash_apply hash.c /^hash_apply(handle,function)$/
85hash_ask hash.c /^hash_ask(handle,string,access)$/
86hash_code hash.c /^hash_code(handle,string)$/
87hash_delete hash.c /^hash_delete(handle,string)$/
88hash_die hash.c /^hash_die(handle)$/
89hash_find hash.c /^hash_find(handle,string) \/* return char* or NULL /
90hash_grow hash.c /^hash_grow(handle) \/* make a hash table grow *\//
91hash_insert hash.c /^hash_insert(handle,string,value)$/
92hash_jam hash.c /^hash_jam(handle,string,value)$/
93hash_new hash.c /^hash_new() \/* create a new hash table *\/$/
94hash_replace hash.c /^hash_replace(handle,string,value)$/
95hash_say hash.c /^hash_say(handle,buffer,bufsiz)$/
96ignore_rest_of_line read.c /^ignore_rest_of_line() \/* For suspect lines: give/
97index config/m68k.c /^char *index(s,c)$/
98input_file_begin input-file.c /^input_file_begin ()$/
99input_file_buffer_size input-file.c /^input_file_buffer_size ()$/
100input_file_end input-file.c /^input_file_end ()$/
101input_file_give_next_buffer input-file.c /^input_file_give_next_buffer (where)$/
102input_file_is_open input-file.c /^input_file_is_open ()$/
103input_file_open input-file.c /^input_file_open (filename, preprocess, debugging)$/
104input_scrub_begin input-scrub.c /^input_scrub_begin ()$/
105input_scrub_end input-scrub.c /^input_scrub_end ()$/
106input_scrub_new_file input-scrub.c /^input_scrub_new_file (filename)$/
107input_scrub_next_buffer input-scrub.c /^input_scrub_next_buffer (bufp)$/
108insop config/m68k.c /^#define insop(w) {int z;\\$/
109install_gen_operand config/m68k.c /^install_gen_operand(mode,val)$/
110install_operand config/m68k.c /^install_operand(mode,val)$/
111int_to_gen config/atof-ieee.c /^int_to_gen(x)$/
112is_dnrange write.c /^is_dnrange(f1,f2)$/
113is_it_end_of_statement read.c /^is_it_end_of_statement()$/
114is_label config/m68k.c /^is_label(str)$/
115isbyte config/m68k.c /^#define isbyte(x) ((x)>=-128 && (x)<=255)$/
116islive hash.c /^#define islive(ptr) (ptr->hash_string && ptr->hash/
117islong config/m68k.c /^#define islong(x) (1)$/
118issbyte config/m68k.c /^#define issbyte(x) ((x)>=-128 && (x)<=127)$/
119issword config/m68k.c /^#define issword(x) ((x)>=-32768 && (x)<=32767)$/
120isubyte config/m68k.c /^#define isubyte(x) ((x)>=0 && (x)<=255)$/
121isuword config/m68k.c /^#define isuword(x) ((x)>=0 && (x)<=65535)$/
122isvar config/m68k.c /^#define isvar(exp) ((exp) && (adds(exp) || subs(ex/
123isword config/m68k.c /^#define isword(x) ((x)>=-32768 && (x)<=65535)$/
124linestab input-scrub.c /^linestab()$/
125local_colon symbols.c /^local_colon (n)$/
126local_label_name symbols.c /^local_label_name(n, augend)$/
127lose as.c /^lose()$/
128m68_ip config/m68k.c /^m68_ip (instring)$/
129m68k_ip_op config/m68k.c /^m68k_ip_op(str,opP)$/
130m68k_reg_parse config/m68k.c /^m68k_reg_parse(ccp)$/
131make_invalid_floating_point_number config/atof-ieee.c /^make_invalid_floating_point_number (words)$/
132md_assemble config/m68k.c /^md_assemble(str)$/
133md_atof config/m68k.c /^md_atof(type,litP,sizeP)$/
134md_begin config/m68k.c /^md_begin()$/
135md_convert_frag config/m68k.c /^md_convert_frag(fragP)$/
136md_create_long_jump config/m68k.c /^md_create_long_jump(ptr,from_addr,to_addr,frag,to_/
137md_create_short_jump config/m68k.c /^md_create_short_jump(ptr,from_addr,to_addr,frag,to/
138md_end config/m68k.c /^md_end()$/
139md_estimate_size_before_relax config/m68k.c /^md_estimate_size_before_relax(fragP,segtype)$/
140md_number_to_chars config/m68k.c /^md_number_to_chars(buf,val,n)$/
141md_number_to_disp config/m68k.c /^md_number_to_disp(buf,val,n)$/
142md_number_to_field config/m68k.c /^md_number_to_field(buf,val,fix)$/
143md_number_to_imm config/m68k.c /^md_number_to_imm(buf,val,n)$/
144md_parse_option config/m68k.c /^md_parse_option(argP,cntP,vecP)$/
145md_ri_to_chars config/m68k.c /^md_ri_to_chars(ri_p, ri)$/
146min hash.c /^#define min(a, b) ((a) < (b) ? (a) : (b))$/
147mklower config/m68k.c /^#define mklower(c) (mklower_table[(unsigned char)(/
148new_logical_line input-scrub.c /^new_logical_line (fname, line_number)$/
149next_bits config/atof-ieee.c /^next_bits (number_of_bits)$/
150next_char_of_string read.c /^next_char_of_string ()$/
151notend config/m68k.c /^#define notend(s) ( !(notend_table[(unsigned char)/
152offs config/m68k.c /^#define offs(exp) ((exp)->e_exp.X_add_number)$/
153operand expr.c /^operand (expressionP)$/
154output_file_append output-file.c /^output_file_append (where, length, filename)$/
155output_file_close output-file.c /^output_file_close (filename)$/
156output_file_create output-file.c /^output_file_create (name)$/
157panic config/m68k.c /^panic(format,args)$/
158perform_an_assembly_pass as.c /^perform_an_assembly_pass (argc, argv)$/
159pobegin read.c /^pobegin()$/
160print_frags config/m68k.c /^print_frags()$/
161print_gen config/atof-ieee.c /^print_gen(gen)$/
162pseudo_set read.c /^pseudo_set (symbolP)$/
163read_a_source_file read.c /^read_a_source_file (buffer)$/
164read_begin read.c /^read_begin()$/
165relax_align write.c /^relax_align (address, alignment)$/
166relax_segment write.c /^relax_segment (segment_frag_root, segment_type)$/
167reverse_16_bits config/m68k.c /^reverse_16_bits(in)$/
168reverse_8_bits config/m68k.c /^reverse_8_bits(in)$/
169s_abort read.c /^s_abort()$/
170s_align read.c /^s_align()$/
171s_comm read.c /^s_comm()$/
172s_const read.c /^s_const()$/
173s_data read.c /^s_data()$/
174s_data1 config/m68k.c /^s_data1()$/
175s_data2 config/m68k.c /^s_data2()$/
176s_desc read.c /^s_desc()$/
177s_even config/m68k.c /^s_even()$/
178s_file read.c /^s_file()$/
179s_fill read.c /^s_fill()$/
180s_gdbbeg read.c /^s_gdbbeg()$/
181s_gdbblock read.c /^s_gdbblock()$/
182s_gdbend read.c /^s_gdbend()$/
183s_gdbline read.c /^s_gdbline()$/
184s_gdblinetab read.c /^s_gdblinetab()$/
185s_gdbsym read.c /^s_gdbsym()$/
186s_globl read.c /^s_globl()$/
187s_int read.c /^s_int()$/
188s_lcomm read.c /^s_lcomm()$/
189s_line read.c /^s_line()$/
190s_long read.c /^s_long()$/
191s_lsym read.c /^s_lsym()$/
192s_org read.c /^s_org()$/
193s_proc config/m68k.c /^s_proc()$/
194s_set read.c /^s_set()$/
195s_space read.c /^s_space()$/
196s_text read.c /^s_text()$/
197scrub_from_file app.c /^scrub_from_file()$/
198scrub_from_string app.c /^scrub_from_string()$/
199scrub_to_file app.c /^scrub_to_file(ch)$/
200scrub_to_string app.c /^scrub_to_string(ch)$/
201seen_at_least_1_file input-scrub.c /^seen_at_least_1_file () \/* TRUE if we opened any/
202seg config/m68k.c /^#define seg(exp) ((exp)->e_exp.X_seg)$/
203setbuffer input-file.c /^#define setbuffer(stream, buf, size) setvbuf((stre/
204stab read.c /^stab (what)$/
205stabd read.c /^stabd(line)$/
206stabf read.c /^stabf(func)$/
207stabs read.c /^stabs(file)$/
208stralloc as.c /^stralloc (str)$/
209stringer read.c /^stringer(append_zero) \/* Worker to do .ascii etc/
210subs config/m68k.c /^#define subs(exp) ((exp)->e_exp.X_subtract_symbol)/
211subseg_change subsegs.c /^subseg_change (seg, subseg)$/
212subseg_new subsegs.c /^subseg_new (seg, subseg) \/* begin assembly for a /
213subsegs_begin subsegs.c /^subsegs_begin()$/
214symbol_begin symbols.c /^symbol_begin()$/
215symbol_find symbols.c /^symbol_find (name)$/
216symbol_find_or_make symbols.c /^symbol_find_or_make (name)$/
217symbol_new symbols.c /^symbol_new (name, type, other, desc, value, frag)$/
218symbol_table_insert symbols.c /^symbol_table_insert (symbolP)$/
219try_index config/m68k.c /^try_index(s,opP)$/
220unget_bits config/atof-ieee.c /^unget_bits(num)$/
221what hash.c /^what(description)$/
222whattable hash.c /^whattable() \/* determine number: what hash tabl/
223write_object_file write.c /^write_object_file()$/
224xmalloc xmalloc.c /^char * xmalloc(n)$/
225xrealloc xrealloc.c /^xrealloc (ptr, n)$/