Lines Matching defs:sym_ptr
1107 asymbol **sym_ptr;
1147 for (sym_ptr = symbols; sym_ptr != sym_end; sym_ptr++)
1152 if (((*sym_ptr)->flags & BSF_EXPORT) != 0)
1156 (*sym_ptr)->name);
1160 if (bfd_is_com_section ((*sym_ptr)->section)
1161 || bfd_is_und_section ((*sym_ptr)->section))
1162 internal_sym.value = (*sym_ptr)->value;
1164 internal_sym.value = ((*sym_ptr)->value
1165 + (*sym_ptr)->section->output_offset
1166 + (*sym_ptr)->section->output_section->vma);
1232 asymbol *sym_ptr;
1235 sym_ptr = *sym_ptr_ptr;
1238 if (! (*get_extr) (sym_ptr, &esym))
1251 if (bfd_is_com_section (sym_ptr->section)
1252 || bfd_is_und_section (sym_ptr->section)
1253 || sym_ptr->section->output_section == (asection *) NULL)
1260 || sym_ptr->value != 0)
1261 esym.asym.value = sym_ptr->value;
1264 esym.asym.value = (sym_ptr->value
1265 + sym_ptr->section->output_offset
1266 + sym_ptr->section->output_section->vma);
1269 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
1272 sym_ptr->name, &esym))
1815 char *sym_ptr;
1822 sym_ptr = ((char *) debug_info->external_sym
1824 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2026 char *sym_ptr;
2032 sym_ptr = ((char *) debug_info->external_sym
2034 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2294 char *sym_ptr, *sym_ptr_end;
2326 sym_ptr = ((char *) debug_info->external_sym
2328 sym_ptr_end = sym_ptr + (fdr_ptr->csym - 2) * external_sym_size;
2332 sym_ptr = NULL;
2333 sym_ptr_end = sym_ptr;
2336 sym_ptr < sym_ptr_end && (! past_line || ! past_fn);
2337 sym_ptr += external_sym_size)
2341 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2358 if (sym_ptr + external_sym_size < sym_ptr_end)
2363 sym_ptr + external_sym_size,
2376 sym_ptr += external_sym_size;