Searched refs:sym_ptr (Results 1 – 5 of 5) sorted by relevance
908 localsym_t *sym_ptr; /* local symbol pointer */ member1667 hash_ptr->sym_ptr = psym; in add_ecoff_symbol()3937 localsym_t *sym_ptr; in ecoff_build_symbols() local3944 sym_ptr = sym_link->datum->sym; in ecoff_build_symbols()3945 sym_end = sym_ptr + sym_cnt; in ecoff_build_symbols()3946 for (; sym_ptr < sym_end; sym_ptr++) in ecoff_build_symbols()3952 know (sym_ptr->file_ptr == fil_ptr); in ecoff_build_symbols()3962 as_sym = sym_ptr->as_sym; in ecoff_build_symbols()3973 if (sym_ptr->ecoff_sym.asym.st == (int) st_Block in ecoff_build_symbols()3974 && sym_ptr->ecoff_sym.asym.sc == (int) sc_Text) in ecoff_build_symbols()[all …]
1094 asymbol **sym_ptr; in bfd_ecoff_debug_accumulate_other() local1134 for (sym_ptr = symbols; sym_ptr != sym_end; sym_ptr++) in bfd_ecoff_debug_accumulate_other()1139 if (((*sym_ptr)->flags & BSF_EXPORT) != 0) in bfd_ecoff_debug_accumulate_other()1143 (*sym_ptr)->name); in bfd_ecoff_debug_accumulate_other()1147 if (bfd_is_com_section ((*sym_ptr)->section) in bfd_ecoff_debug_accumulate_other()1148 || bfd_is_und_section ((*sym_ptr)->section)) in bfd_ecoff_debug_accumulate_other()1149 internal_sym.value = (*sym_ptr)->value; in bfd_ecoff_debug_accumulate_other()1151 internal_sym.value = ((*sym_ptr)->value in bfd_ecoff_debug_accumulate_other()1152 + (*sym_ptr)->section->output_offset in bfd_ecoff_debug_accumulate_other()1153 + (*sym_ptr)->section->output_section->vma); in bfd_ecoff_debug_accumulate_other()[all …]
99 coff_symbol_type * sym_ptr; member548 sym = vars->sym_ptr; in pe_ILF_make_a_symbol()584 vars->sym_ptr ++; in pe_ILF_make_a_symbol()805 vars.sym_ptr = (coff_symbol_type *) ptr; in pe_ILF_build_a_bfd()
2030 asymbol **sym_ptr; in _bfd_generic_link_output_symbols() local2066 sym_ptr = _bfd_generic_link_get_symbols (input_bfd); in _bfd_generic_link_output_symbols()2067 sym_end = sym_ptr + _bfd_generic_link_get_symcount (input_bfd); in _bfd_generic_link_output_symbols()2068 for (; sym_ptr < sym_end; sym_ptr++) in _bfd_generic_link_output_symbols()2075 sym = *sym_ptr; in _bfd_generic_link_output_symbols()2119 *sym_ptr = sym = h->sym; in _bfd_generic_link_output_symbols()
2384 setting sym_ptr; don't leave loop early unless an N_FUN is found