Lines Matching refs:efdr_t
951 } efdr_t; typedef
954 static const efdr_t init_file = {
1001 static efdr_t *first_file; /* first file descriptor */
1002 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */
1008 efdr_t *file; /* file this line is in */
1028 efdr_t file [ PAGE_SIZE / sizeof (efdr_t) ];
1112 static varray_t file_desc = INIT_VARRAY (efdr_t);
1387 static efdr_t *cur_file_ptr = (efdr_t *) 0; /* current file desc. header */
1498 if (cur_file_ptr == (efdr_t *) NULL in ecoff_symbol_new_hook()
1615 if (cur_file_ptr == (efdr_t *) NULL) in add_ecoff_symbol()
1808 if (cur_file_ptr == (efdr_t *) NULL) in add_aux_sym_symint()
1831 if (cur_file_ptr == (efdr_t *) NULL) in add_aux_sym_rndx()
1862 if (cur_file_ptr == (efdr_t *) NULL) in add_aux_sym_tir()
2015 if (cur_file_ptr == (efdr_t *) NULL) in get_tag()
2126 if (cur_file_ptr == (efdr_t *) NULL) in add_procedure()
2188 efdr_t *fil_ptr; in add_file()
2201 if (first_file != (efdr_t *) NULL) in add_file()
2253 fil_ptr != (efdr_t *) NULL; in add_file()
2268 if (fil_ptr == (efdr_t *) NULL) in add_file()
2423 if (cur_file_ptr == (efdr_t *) NULL) in ecoff_directive_begin()
2461 if (cur_file_ptr == (efdr_t *) NULL) in ecoff_directive_bend()
2993 if (cur_file_ptr == (efdr_t *) NULL) in ecoff_directive_end()
3046 if (cur_file_ptr == (efdr_t *) NULL) in ecoff_directive_ent()
3238 if (cur_file_ptr == (efdr_t *) NULL) in ecoff_directive_loc()
3429 efdr_t *save_file_ptr = cur_file_ptr; in ecoff_stab()
3456 if (cur_file_ptr == (efdr_t *) NULL) in ecoff_stab()
3672 efdr_t *file; in ecoff_build_lineno()
3685 file = (efdr_t *) NULL; in ecoff_build_lineno()
3753 if (l->file != file && file != (efdr_t *) NULL) in ecoff_build_lineno()
3764 efdr_t *last_file = file; in ecoff_build_lineno()
3767 if (last_file != (efdr_t *) NULL) in ecoff_build_lineno()
3877 if (file != (efdr_t *) NULL) in ecoff_build_lineno()
3917 efdr_t *fil_ptr; in ecoff_build_symbols()
3918 efdr_t *fil_end; in ecoff_build_symbols()
4281 efdr_t *fil_ptr; in ecoff_build_procs()
4282 efdr_t *fil_end; in ecoff_build_procs()
4371 efdr_t *fil_ptr; in ecoff_build_aux()
4372 efdr_t *fil_end; in ecoff_build_aux()
4516 efdr_t *fil_ptr; in ecoff_build_ss()
4517 efdr_t *fil_end; in ecoff_build_ss()
4565 efdr_t *fil_ptr; in ecoff_build_fdr()
4566 efdr_t *fil_end; in ecoff_build_fdr()
4630 efdr_t *fil_ptr; in ecoff_build_debug()
4632 efdr_t *hold_file_ptr; in ecoff_build_debug()
4640 if (first_file == (efdr_t *) NULL) in ecoff_build_debug()
4666 || symbol_get_obj (sym)->ecoff_file == (efdr_t *) NULL in ecoff_build_debug()
4682 fil_ptr != (efdr_t *) NULL; in ecoff_build_debug()
5187 return cur_file_ptr == (efdr_t *) NULL; in ecoff_no_current_file()