binutils  2.23.2
About: GNU Binutils are a collection of binary tools. The main ones are "ld" the GNU linker and "(g)as" the GNU assembler.
  Fossies Dox: binutils-2.23.2.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
read.c File Reference
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"
#include "sb.h"
#include "macro.h"
#include "obstack.h"
#include "ecoff.h"
#include "dw2gencfi.h"
#include "wchar.h"
Include dependency graph for read.c:

Go to the source code of this file.

Macros

#define MASK_CHAR   ((int)(unsigned char) -1)
 
#define MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT   (16)
 
#define TC_START_LABEL(x, y, z)   (x == ':')
 
#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR)
 
#define LEX_AT   0
 
#define LEX_BR   0
 
#define LEX_PCT   0
 
#define LEX_QM   0
 
#define LEX_HASH   0
 
#define LEX_DOLLAR   3
 
#define LEX_TILDE   0
 
#define TC_ADDRESS_BYTES   address_bytes
 
#define md_pop_insert()   pop_insert(md_pseudo_table)
 
#define obj_pop_insert()   pop_insert(obj_pseudo_table)
 
#define cfi_pop_insert()   pop_insert(cfi_pseudo_table)
 
#define HANDLE_CONDITIONAL_ASSEMBLY()
 
#define assemble_one(line)   md_assemble(line)
 
#define TC_ALIGN_LIMIT   (stdoutput->arch_info->bits_per_address - 1)
 
#define SYM_NAME_CHUNK_LEN   128
 
#define BSD_FILL_SIZE_CROCK_8   (8)
 
#define BSD_FILL_SIZE_CROCK_4   (4)
 
#define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES)   expression (EXP)
 

Functions

void read_begin (void)
 
offsetT get_absolute_expression (void)
 
void pop_insert (const pseudo_typeS *table)
 
void read_a_source_file (char *name)
 
char * mri_comment_field (char *stopcp)
 
void mri_comment_end (char *stop, int stopc)
 
void s_abort (int ignore ATTRIBUTE_UNUSED)
 
void s_align_bytes (int arg)
 
void s_align_ptwo (int arg)
 
symbolSs_comm_internal (int param, symbolS *(*comm_parse_extra)(int, symbolS *, addressT))
 
void s_comm (int ignore)
 
void s_mri_common (int small ATTRIBUTE_UNUSED)
 
void s_data (int ignore ATTRIBUTE_UNUSED)
 
void s_app_file_string (char *file, int appfile ATTRIBUTE_UNUSED)
 
void s_app_file (int appfile)
 
void s_app_line (int appline)
 
void s_end (int ignore ATTRIBUTE_UNUSED)
 
void s_err (int ignore ATTRIBUTE_UNUSED)
 
void s_errwarn (int err)
 
void s_fail (int ignore ATTRIBUTE_UNUSED)
 
void s_fill (int ignore ATTRIBUTE_UNUSED)
 
void s_globl (int ignore ATTRIBUTE_UNUSED)
 
void s_irp (int irpc)
 
void s_linkonce (int ignore ATTRIBUTE_UNUSED)
 
void bss_alloc (symbolS *symbolP, addressT size, int align)
 
offsetT parse_align (int align_bytes)
 
symbolSs_lcomm_internal (int needs_align, symbolS *symbolP, addressT size)
 
void s_lcomm (int needs_align)
 
void s_lcomm_bytes (int needs_align)
 
void s_lsym (int ignore ATTRIBUTE_UNUSED)
 
void s_macro (int ignore ATTRIBUTE_UNUSED)
 
void s_mexit (int ignore ATTRIBUTE_UNUSED)
 
void s_mri (int ignore ATTRIBUTE_UNUSED)
 
void s_org (int ignore ATTRIBUTE_UNUSED)
 
void s_mri_sect (char *type ATTRIBUTE_UNUSED)
 
void s_print (int ignore ATTRIBUTE_UNUSED)
 
void s_purgem (int ignore ATTRIBUTE_UNUSED)
 
void s_rept (int ignore ATTRIBUTE_UNUSED)
 
void do_repeat (int count, const char *start, const char *end)
 
void do_repeat_with_expander (int count, const char *start, const char *end, const char *expander)
 
void end_repeat (int extra)
 
void s_set (int equiv)
 
void s_space (int mult)
 
void s_float_space (int float_type)
 
void s_struct (int ignore ATTRIBUTE_UNUSED)
 
void s_text (int ignore ATTRIBUTE_UNUSED)
 
void s_weakref (int ignore ATTRIBUTE_UNUSED)
 
void demand_empty_rest_of_line (void)
 
void ignore_rest_of_line (void)
 
void pseudo_set (symbolS *symbolP)
 
void do_parse_cons_expression (expressionS *exp, int nbytes ATTRIBUTE_UNUSED)
 
void cons (int size)
 
void s_rva (int size)
 
void s_reloc (int ignore ATTRIBUTE_UNUSED)
 
void emit_expr (expressionS *exp, unsigned int nbytes)
 
void emit_expr_fix (expressionS *exp, unsigned int nbytes, fragS *frag, char *p)
 
void float_cons (int float_type)
 
int sizeof_leb128 (valueT value, int sign)
 
int output_leb128 (char *p, valueT value, int sign)
 
void s_leb128 (int sign)
 
void stringer (int bits_appendzero)
 
unsigned int next_char_of_string (void)
 
char get_absolute_expression_and_terminator (long *val_pointer)
 
char * demand_copy_C_string (int *len_pointer)
 
char * demand_copy_string (int *lenP)
 
int is_it_end_of_statement (void)
 
void equals (char *sym_name, int reassign)
 
void s_incbin (int x ATTRIBUTE_UNUSED)
 
void s_include (int arg ATTRIBUTE_UNUSED)
 
void add_include_dir (char *path)
 
void generate_lineno_debug (void)
 
void s_func (int end_p)
 
void s_ignore (int arg ATTRIBUTE_UNUSED)
 
void read_print_statistics (FILE *file)
 
void input_scrub_insert_line (const char *line)
 
void input_scrub_insert_file (char *path)
 
char * find_end_of_line (char *s, int mri_string)
 

Variables

char * input_line_pointer
 
char lex_type [256]
 
char is_end_of_line [256]
 
char original_case_string [128]
 
int target_big_endian = TARGET_BYTES_BIG_ENDIAN
 
char ** include_dirs
 
int include_dir_count
 
int include_dir_maxlen = 1
 
struct broken_wordbroken_words
 
int new_broken_words
 
addressT abs_section_offset
 
symbolSline_label
 
symbolSmri_common_symbol
 

Macro Definition Documentation

#define assemble_one (   line)    md_assemble(line)

Definition at line 739 of file read.c.

Referenced by read_a_source_file().

#define BSD_FILL_SIZE_CROCK_4   (4)

Referenced by s_fill(), and s_fill().

#define BSD_FILL_SIZE_CROCK_8   (8)

Referenced by s_fill(), s_fill(), and s_fill().

#define cfi_pop_insert ( )    pop_insert(cfi_pseudo_table)

Definition at line 538 of file read.c.

#define HANDLE_CONDITIONAL_ASSEMBLY ( )
Value:
if (ignore_input ()) \
{ \
input_line_pointer = (input_line_pointer <= buffer_limit \
&& eol >= buffer_limit) \
? buffer_limit \
: eol + 1; \
continue; \
}

Definition at line 565 of file read.c.

Referenced by read_a_source_file(), read_a_source_file(), read_a_source_file(), and read_a_source_file().

#define LEX_AT   0

Definition at line 75 of file read.c.

#define LEX_BR   0

Definition at line 80 of file read.c.

#define LEX_DOLLAR   3

Definition at line 100 of file read.c.

#define LEX_HASH   0

Definition at line 96 of file read.c.

#define LEX_PCT   0

Definition at line 85 of file read.c.

#define LEX_QM   0

Definition at line 90 of file read.c.

#define LEX_TILDE   0

Definition at line 105 of file read.c.

#define MASK_CHAR   ((int)(unsigned char) -1)

Definition at line 26 of file read.c.

#define MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT   (16)

Definition at line 30 of file read.c.

Referenced by float_cons(), float_cons(), s_float_space(), and s_float_space().

#define md_pop_insert ( )    pop_insert(md_pseudo_table)

Definition at line 530 of file read.c.

#define obj_pop_insert ( )    pop_insert(obj_pseudo_table)

Definition at line 534 of file read.c.

#define SYM_NAME_CHUNK_LEN   128
#define TC_ADDRESS_BYTES   address_bytes

Definition at line 281 of file read.c.

#define TC_ALIGN_LIMIT   (stdoutput->arch_info->bits_per_address - 1)

Definition at line 1450 of file read.c.

#define TC_IMPLICIT_LCOMM_ALIGNMENT (   SIZE,
  P2VAR 
)
Value:
do \
{ \
if ((SIZE) >= 8) \
(P2VAR) = 3; \
else if ((SIZE) >= 4) \
(P2VAR) = 2; \
else if ((SIZE) >= 2) \
(P2VAR) = 1; \
else \
(P2VAR) = 0; \
} \
while (0)

Definition at line 51 of file read.c.

Referenced by s_lcomm_internal().

#define TC_PARSE_CONS_EXPRESSION (   EXP,
  NBYTES 
)    expression (EXP)

Definition at line 4004 of file read.c.

Referenced by do_parse_cons_expression().

#define TC_START_LABEL (   x,
  y,
  z 
)    (x == ':')

Definition at line 46 of file read.c.

Referenced by read_a_source_file().

Function Documentation

void cons ( int  size)

Definition at line 4097 of file read.c.

Referenced by read_a_source_file().

char* demand_copy_C_string ( int len_pointer)
void do_parse_cons_expression ( expressionS exp,
int nbytes  ATTRIBUTE_UNUSED 
)

Definition at line 4009 of file read.c.

References TC_PARSE_CONS_EXPRESSION.

void do_repeat ( int  count,
const char *  start,
const char *  end 
)
void do_repeat_with_expander ( int  count,
const char *  start,
const char *  end,
const char *  expander 
)
void emit_expr ( expressionS exp,
unsigned int  nbytes 
)

Definition at line 4219 of file read.c.

References _, _, _, _, _, _, _, _, abs_section_offset, absolute_section, broken_word::add, broken_word::added, broken_word::addnum, as_bad(), as_bad(), as_warn(), as_warn(), as_warn(), as_warn(), as_warn(), as_warn(), BITS_PER_CHAR, BITS_PER_CHAR, BITS_PER_CHAR, broken_words, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, CHARS_PER_LITTLENUM, check_eh_frame(), broken_word::dispfrag, dot_value, emit_expr_fix(), broken_word::frag, frag_grow(), frag_more(), frag_now, frag_now, frag_now_fix(), generic_bignum, generic_bignum, generic_bignum, generic_bignum, generic_bignum, generic_bignum, generic_bignum, i, know, listing_source_line(), LITTLENUM_MASK, LITTLENUM_MASK, LITTLENUM_MASK, LITTLENUM_NUMBER_OF_BITS, LITTLENUM_NUMBER_OF_BITS, md_number_to_chars, md_number_to_chars, md_number_to_chars, md_number_to_chars, md_number_to_chars, md_number_to_chars, need_pass_2, new_broken_words, next, broken_word::next_broken_word, now_seg, now_seg, now_seg, now_seg, now_subseg, O_absent, O_big, O_big, O_big, O_big, O_big, O_constant, O_constant, O_constant, O_constant, O_constant, O_constant, O_constant, O_constant, O_constant, O_constant, O_constant, O_illegal, O_register, O_subtract, O_uminus, op, broken_word::seg, segment_name, segment_name, size, broken_word::sub, broken_word::subseg, symbol_get_value_expression(), symbol_get_value_expression(), symbol_get_value_expression(), target_big_endian, broken_word::use_jump, broken_word::word_goes_here, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op_symbol, expressionS::X_unsigned, and xmalloc().

Referenced by ia64_dwarf2_emit_offset(), s_space(), and sparc_cfi_emit_pcrel_expr().

void emit_expr_fix ( expressionS exp,
unsigned int  nbytes,
fragS frag,
char *  p 
)
void end_repeat ( int  extra)

Definition at line 3285 of file read.c.

References cond_exit_macro(), input_line_pointer, input_scrub_next_buffer(), and macro_nest.

char* find_end_of_line ( char *  s,
int  mri_string 
)

Definition at line 6243 of file read.c.

Referenced by read_a_source_file(), s_irp(), and s_macro().

void generate_lineno_debug ( void  )
char get_absolute_expression_and_terminator ( long val_pointer)

Definition at line 5628 of file read.c.

References get_absolute_expression(), input_line_pointer, and long.

void input_scrub_insert_file ( char *  path)
void input_scrub_insert_line ( const char *  line)
int is_it_end_of_statement ( void  )

Definition at line 5705 of file read.c.

References input_line_pointer, is_end_of_line, and SKIP_WHITESPACE.

Referenced by float_cons(), s_errwarn(), s_purgem(), and stringer().

char* mri_comment_field ( char *  stopcp)
int output_leb128 ( char *  p,
valueT  value,
int  sign 
)

Definition at line 5103 of file read.c.

void pseudo_set ( symbolS symbolP)

Definition at line 3853 of file read.c.

References _, _, _, _, _, absolute_section, as_bad(), as_bad(), as_bad(), as_bad(), as_bad(), as_bad(), as_bad(), copy_symbol_attributes(), copy_symbol_attributes(), deferred_expression, exp, expr_section, know, O_absent, O_absent, O_big, O_big, O_constant, O_constant, O_illegal, O_illegal, O_register, O_register, O_subtract, O_symbol, reg_section, S_GET_NAME(), S_GET_NAME(), S_GET_NAME(), S_GET_SEGMENT(), S_GET_SEGMENT(), S_GET_VALUE(), S_GET_VALUE(), S_GET_VALUE(), S_IS_COMMON(), S_IS_EXTERNAL(), S_IS_FORWARD_REF(), S_IS_FORWARD_REF(), S_IS_FORWARD_REF(), S_SET_SEGMENT(), S_SET_SEGMENT(), S_SET_SEGMENT(), S_SET_SEGMENT(), S_SET_SEGMENT(), S_SET_VALUE(), S_SET_VALUE(), S_SET_VALUE(), seg, SEG_NORMAL, symbol_constant_p(), symbol_get_frag(), symbol_get_frag(), symbol_get_frag(), symbol_get_value_expression(), symbol_section_p(), symbol_set_frag(), symbol_set_value_expression(), symbol_set_value_expression(), symbol_X_add_number(), undefined_section, undefined_section, undefined_section, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_number, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_add_symbol, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op, expressionS::X_op_symbol, and expressionS::X_op_symbol.

Referenced by obj_mach_o_process_stab().

void read_a_source_file ( char *  name)

Definition at line 746 of file read.c.

References _, _, _, absolute_section, as_bad(), as_bad_where(), as_fatal(), as_warn_where(), assemble_one, bump_line_counters(), bump_line_counters(), c, c, c, c, c, c, c, colon(), colon(), colon(), colon(), cons(), define_dollar_label(), demand_empty_rest_of_line(), demand_empty_rest_of_line(), demand_empty_rest_of_line(), do_scrub_chars(), dollar_label_defined(), dollar_label_name(), dot_symbol, dot_symbol, equals(), equals(), equals(), equals(), fb_label_instance_inc(), fb_label_name(), find_end_of_line(), flag_m68k_mri, flag_m68k_mri, flag_m68k_mri, flag_m68k_mri, flag_m68k_mri, flag_m68k_mri, flag_m68k_mri, frag::fr_file, frag::fr_line, frag_now, frag_now, frag_now_fix(), frag_now_fix(), free(), free(), generate_lineno_debug(), get_symbol_end(), get_symbol_end(), HANDLE_CONDITIONAL_ASSEMBLY, HANDLE_CONDITIONAL_ASSEMBLY, HANDLE_CONDITIONAL_ASSEMBLY, HANDLE_CONDITIONAL_ASSEMBLY, hash_find(), hash_find(), ignore_rest_of_line(), input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_line_pointer, input_scrub_close(), input_scrub_include_sb(), input_scrub_new_file(), input_scrub_next_buffer(), input_scrub_next_buffer(), input_scrub_next_buffer(), is_end_of_line, is_end_of_line, is_end_of_line, is_name_beginner, is_name_beginner, ISDIGIT, ISDIGIT, LABELS_WITHOUT_COLONS, line_comment_chars, listing, listing, listing_file(), LISTING_MACEXP, listing_newline(), listing_newline(), listing_newline(), LOCAL_LABELS_DOLLAR, LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB, LOCAL_LABELS_FB, macro_defined, macro_defined, macro_nest, macro_nest, macro_nest, macro_nest, macro_nest, macro_nest, md_cleanup, md_start_line_hook, memcpy, memcpy, memcpy, memset(), NO_PSEUDO_DOT, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, original_case_string, original_case_string, original_case_string, original_case_string, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_handler, _pseudo_type::poc_val, _pseudo_type::poc_val, _pseudo_type::poc_val, pop, register_dependency(), s, s, s, s, s, s, s_else(), s_end(), s_endif(), s_globl(), s_if(), s_ifc(), s_ifdef(), s_ifeqs(), s_ignore(), s_ignore(), S_SET_VALUE(), S_SET_VALUE(), s_space(), sb_add_buffer(), sb_build(), sb_kill(), size, size, SKIP_WHITESPACE, strchr(), strlen(), strncasecmp(), strncasecmp(), strncasecmp(), strncasecmp(), strncasecmp(), strncasecmp(), strncmp(), strncpy(), strstr(), strstr(), symbol_create(), symbol_set_frag(), symbol_set_frag(), symbol_set_value_now(), symbol_set_value_now(), tc_check_label, tc_conditional_pseudoop, tc_conditional_pseudoop, TC_EQUAL_IN_INSN, TC_EQUAL_IN_INSN, TC_START_LABEL, TC_START_LABEL_WITHOUT_COLON, TC_START_LABEL_WITHOUT_COLON, tc_unrecognized_line, TOLOWER, xmalloc(), xmalloc(), xmalloc(), xrealloc(), xrealloc(), and zero_address_frag.

void read_begin ( void  )
void read_print_statistics ( FILE *  file)

Definition at line 6156 of file read.c.

References hash_print_statistics().

void s_abort ( int ignore  ATTRIBUTE_UNUSED)

Definition at line 1388 of file read.c.

References _, and as_fatal().

void s_align_bytes ( int  arg)

Definition at line 1570 of file read.c.

Referenced by ia64_cons_align().

void s_align_ptwo ( int  arg)

Definition at line 1579 of file read.c.

void s_app_file_string ( char *  file,
int appfile  ATTRIBUTE_UNUSED 
)

Definition at line 1909 of file read.c.

References listing, listing_source_file(), obj_app_file, and register_dependency().

Referenced by s_app_file().

void s_comm ( int  ignore)

Definition at line 1770 of file read.c.

References NULL, and s_comm_internal().

Referenced by s_mri_common().

void s_data ( int ignore  ATTRIBUTE_UNUSED)
void s_end ( int ignore  ATTRIBUTE_UNUSED)
void s_err ( int ignore  ATTRIBUTE_UNUSED)

Definition at line 2086 of file read.c.

References _, as_bad(), and demand_empty_rest_of_line().

void s_fail ( int ignore  ATTRIBUTE_UNUSED)
void s_func ( int  end_p)

Definition at line 5986 of file read.c.

References NULL.

void s_ignore ( int arg  ATTRIBUTE_UNUSED)

Definition at line 6150 of file read.c.

References ignore_rest_of_line().

Referenced by read_a_source_file(), and read_a_source_file().

void s_lcomm ( int  needs_align)

Definition at line 2657 of file read.c.

References s_comm_internal(), and s_lcomm_internal().

void s_lcomm_bytes ( int  needs_align)

Definition at line 2663 of file read.c.

References s_comm_internal(), and s_lcomm_internal().

symbolS* s_lcomm_internal ( int  needs_align,
symbolS symbolP,
addressT  size 
)

Definition at line 2638 of file read.c.

References bss_alloc(), NULL, parse_align(), and TC_IMPLICIT_LCOMM_ALIGNMENT.

Referenced by s_lcomm(), and s_lcomm_bytes().

void s_leb128 ( int  sign)
void s_mexit ( int ignore  ATTRIBUTE_UNUSED)
void s_mri_sect ( char *type  ATTRIBUTE_UNUSED)
void s_print ( int ignore  ATTRIBUTE_UNUSED)

Definition at line 3135 of file read.c.

References demand_copy_C_string(), demand_empty_rest_of_line(), NULL, and s.

void s_rept ( int ignore  ATTRIBUTE_UNUSED)

Definition at line 3189 of file read.c.

References count, do_repeat(), and get_absolute_expression().

void s_rva ( int  size)

Definition at line 4103 of file read.c.

void s_set ( int  equiv)
void s_text ( int ignore  ATTRIBUTE_UNUSED)

Definition at line 3673 of file read.c.

References demand_empty_rest_of_line(), get_absolute_expression(), subseg_set(), and text_section.

Referenced by obj_elf_text().

int sizeof_leb128 ( valueT  value,
int  sign 
)

Definition at line 5045 of file read.c.

Referenced by relax_segment().

Variable Documentation

int include_dir_count
int include_dir_maxlen = 1

Definition at line 177 of file read.c.

Referenced by add_include_dir(), add_include_dir(), s_incbin(), and s_include().

char* input_line_pointer

Definition at line 66 of file read.c.

Referenced by aarch64_data_in_code(), aarch64_data_in_code(), aarch64_data_in_code(), aarch64_data_in_code(), arc_parse_cons_expression(), arc_parse_cons_expression(), arm_data_in_code(), arm_data_in_code(), arm_data_in_code(), arm_data_in_code(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), avr_parse_cons_expression(), d30v_start_line(), demand_copy_string(), demand_copy_string(), demand_empty_rest_of_line(), dlx_unrecognized_line(), dlx_unrecognized_line(), do_repeat(), do_repeat(), do_repeat_with_expander(), do_repeat_with_expander(), dwarf2_directive_file(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), dwarf2_directive_loc(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), elf_common_parse(), end_repeat(), equals(), equals(), equals(), equals(), equals(), equals(), equals(), equals(), expr(), expr(), expr(), expr(), expr(), float_cons(), float_cons(), float_cons(), float_cons(), float_cons(), float_cons(), float_cons(), float_cons(), float_cons(), fr30_is_colon_insn(), frv_set_flags(), frv_set_flags(), gas_cgen_parse_operand(), gas_cgen_parse_operand(), gas_cgen_parse_operand(), gas_cgen_parse_operand(), gas_cgen_parse_operand(), get_absolute_expression_and_terminator(), get_symbol_end(), get_symbol_end(), get_symbol_end(), get_symbol_end(), i386_operator(), i386_operator(), i386_operator(), i386_operator(), i386_operator(), i386_operator(), i386_operator(), i386_operator(), i386_operator(), i386_parse_name(), i386_parse_name(), i860_check_label(), i860_check_label(), ia64_check_label(), ia64_check_label(), ia64_cons_align(), ia64_cons_align(), ia64_cons_align(), ia64_parse_name(), ia64_parse_name(), ia64_parse_name(), ia64_parse_name(), ia64_parse_name(), ia64_start_line(), ia64_start_line(), ia64_start_line(), ia64_start_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ia64_unrecognized_line(), ieee_md_atof(), ieee_md_atof(), ignore_input(), ignore_rest_of_line(), ignore_rest_of_line(), input_scrub_insert_file(), input_scrub_insert_file(), input_scrub_insert_line(), input_scrub_insert_line(), is_it_end_of_statement(), listing_newline(), listing_newline(), listing_newline(), listing_newline(), listing_psize(), listing_psize(), listing_title(), listing_title(), listing_title(), listing_title(), listing_title(), listing_title(), m32c_is_colon_insn(), m32c_start_line_hook(), m32c_start_line_hook(), m32c_start_line_hook(), m32c_start_line_hook(), m32r_parse_name(), m32r_parse_name(), m32r_parse_name(), m32r_parse_name(), m32r_parse_name(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_begin(), md_begin(), md_begin(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), md_operand(), mmix_fb_label(), mmix_fb_label(), mmix_fb_label(), mmix_fb_label(), mmix_fb_label(), mmix_fb_label(), mmix_fb_label(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mn10300_parse_name(), mn10300_parse_name(), mn10300_parse_name(), mn10300_parse_name(), mn10300_parse_name(), mri_comment_end(), mri_comment_end(), mri_comment_end(), mri_comment_field(), mri_comment_field(), next_char_of_string(), next_char_of_string(), next_char_of_string(), next_char_of_string(), next_char_of_string(), next_char_of_string(), next_char_of_string(), obj_coff_section(), obj_coff_section(), obj_coff_section(), obj_coff_section(), obj_coff_section(), obj_coff_section(), obj_coff_section(), obj_coff_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section(), obj_elf_section_name(), obj_elf_section_name(), obj_elf_section_name(), obj_elf_section_name(), obj_elf_section_name(), obj_elf_section_name(), obj_elf_section_name(), obj_elf_section_name(), obj_elf_version(), obj_elf_version(), obj_elf_version(), obj_elf_version(), obj_elf_version(), obj_elf_version(), obj_elf_version(), obj_elf_vtable_entry(), obj_elf_vtable_entry(), obj_elf_vtable_entry(), obj_elf_vtable_entry(), obj_elf_vtable_entry(), obj_elf_vtable_entry(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_elf_vtable_inherit(), obj_som_compiler(), obj_som_compiler(), obj_som_compiler(), obj_som_compiler(), obj_som_compiler(), obj_som_compiler(), obj_som_copyright(), obj_som_copyright(), obj_som_copyright(), obj_som_copyright(), obj_som_copyright(), obj_som_copyright(), obj_som_version(), obj_som_version(), obj_som_version(), obj_som_version(), obj_som_version(), obj_som_version(), or32_unrecognized_line(), or32_unrecognized_line(), parse_align(), parse_align(), parse_cons_expression_hppa(), parse_cons_expression_microblaze(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_a_source_file(), rx_start_line(), s390_insn(), s390_insn(), s390_insn(), s390_insn(), s390_insn(), s390_insn(), s390_insn(), s390_insn(), s_app_file(), s_app_file(), s_app_file(), s_app_line(), s_app_line(), s_change_section(), s_change_section(), s_change_section(), s_change_section(), s_change_section(), s_change_section(), s_change_section(), s_change_section(), s_comm_internal(), s_comm_internal(), s_else(), s_elseif(), s_end(), s_end(), s_end(), s_endif(), s_errwarn(), s_fill(), s_fill(), s_fill(), s_fill(), s_float_space(), s_float_space(), s_float_space(), s_float_space(), s_float_space(), s_float_space(), s_globl(), s_globl(), s_globl(), s_if(), s_if(), s_ifb(), s_ifc(), s_ifdef(), s_ifdef(), s_ifeqs(), s_incbin(), s_incbin(), s_incbin(), s_incbin(), s_include(), s_include(), s_include(), s_include(), s_include(), s_include(), s_include(), s_irp(), s_irp(), s_irp(), s_irp(), s_irp(), s_irp(), s_irp(), s_leb128(), s_leb128(), s_linkonce(), s_linkonce(), s_lsym(), s_lsym(), s_macro(), s_macro(), s_macro(), s_macro(), s_macro(), s_mexit(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_common(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_mri_sect(), s_org(), s_org(), s_purgem(), s_purgem(), s_purgem(), s_purgem(), s_reloc(), s_reloc(), s_reloc(), s_reloc(), s_reloc(), s_reloc(), s_set(), s_set(), s_space(), s_space(), s_weakref(), s_weakref(), s_xstab(), s_xstab(), sh64_consume_datalabel(), stabs_generate_asm_endfunc(), stabs_generate_asm_endfunc(), stabs_generate_asm_endfunc(), stabs_generate_asm_func(), stabs_generate_asm_func(), stabs_generate_asm_func(), stabs_generate_asm_func(), stabs_generate_asm_lineno(), stabs_generate_asm_lineno(), stabs_generate_asm_lineno(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), stringer(), tc_get_register(), tc_get_register(), tc_x86_frame_initial_instructions(), tic4x_start_line(), tic4x_start_line(), tic4x_start_line(), tic4x_start_line(), tic4x_start_line(), tic4x_start_line(), tic4x_start_line(), tic4x_unrecognized_line(), tic4x_unrecognized_line(), tic4x_unrecognized_line(), tic54x_global(), tic54x_global(), tic54x_start_line_hook(), tic54x_start_line_hook(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_parse_name(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tic6x_unrecognized_line(), tilegx_parse_name(), tilegx_parse_name(), tilegx_parse_name(), tilegx_parse_name(), tilegx_parse_name(), tilegx_parse_name(), tilepro_parse_name(), tilepro_parse_name(), tilepro_parse_name(), tilepro_parse_name(), tilepro_parse_name(), tilepro_parse_name(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_cons(), vax_md_atof(), vax_md_atof(), x86_cons(), x86_cons(), z80_start_line_hook(), z80_start_line_hook(), z80_start_line_hook(), z80_start_line_hook(), z80_start_line_hook(), z80_start_line_hook(), and z80_start_line_hook().

char is_end_of_line[256]
Initial value:
= {
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
}

Definition at line 131 of file read.c.

Referenced by arc_parse_cons_expression(), demand_empty_rest_of_line(), demand_empty_rest_of_line(), elf_common_parse(), ignore_rest_of_line(), ignore_rest_of_line(), is_it_end_of_statement(), listing_newline(), listing_title(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_assemble(), md_atof(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mmix_handle_mmixal(), mri_comment_end(), mri_comment_field(), mri_comment_field(), obj_coff_section(), read_a_source_file(), read_a_source_file(), read_a_source_file(), read_begin(), s_app_file(), s_app_line(), s_else(), s_elseif(), s_end(), s_endif(), s_globl(), s_if(), s_ifb(), s_include(), s_include(), s_linkonce(), tic54x_global(), tic54x_start_label(), tic54x_start_label(), tic54x_start_line_hook(), tic6x_unrecognized_line(), vax_cons(), and vax_cons().

char lex_type[256]
Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, LEX_HASH, LEX_DOLLAR, LEX_PCT, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, LEX_QM,
LEX_AT, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, LEX_BR, 0, LEX_BR, 0, 3,
0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, LEX_BR, 0, LEX_BR, LEX_TILDE, 0,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
}

Definition at line 109 of file read.c.

Referenced by md_assemble(), md_assemble(), md_assemble(), md_begin(), mmix_md_begin(), and read_begin().

symbolS* line_label

Definition at line 191 of file read.c.

symbolS* mri_common_symbol

Definition at line 196 of file read.c.

Referenced by colon(), colon(), colon(), and subseg_set().

int new_broken_words

Definition at line 181 of file read.c.

Referenced by colon(), colon(), colon(), and emit_expr().

char original_case_string[128]
int target_big_endian = TARGET_BYTES_BIG_ENDIAN

Definition at line 166 of file read.c.

Referenced by arm_handle_align(), arm_handle_align(), arm_handle_align(), arm_handle_align(), emit_expr(), ia64_cons_fix_new(), m32r_target_format(), m32r_target_format(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_apply_fix(), md_assemble(), md_assemble(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_atof(), md_begin(), md_begin(), md_begin(), md_begin(), md_begin(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_convert_frag(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_number_to_chars(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), md_parse_option(), mips_target_format(), mips_target_format(), mips_target_format(), ppc_target_format(), ppc_target_format(), sh64_handle_align(), sh64_target_format(), sh64_target_format(), sh64_target_format(), sh64_target_format(), sh64_target_format(), sh64_target_format(), sh64_target_format(), sh_handle_align(), tc_gen_reloc(), tc_gen_reloc(), tic6x_cfi_endproc(), tic6x_cfi_endproc(), tic6x_cfi_endproc(), and tilegx_target_format().