Lines Matching defs:sym_ptr
1097 asymbol **sym_ptr;
1137 for (sym_ptr = symbols; sym_ptr != sym_end; sym_ptr++)
1142 if (((*sym_ptr)->flags & BSF_EXPORT) != 0)
1146 (*sym_ptr)->name);
1150 if (bfd_is_com_section ((*sym_ptr)->section)
1151 || bfd_is_und_section ((*sym_ptr)->section))
1152 internal_sym.value = (*sym_ptr)->value;
1154 internal_sym.value = ((*sym_ptr)->value
1155 + (*sym_ptr)->section->output_offset
1156 + (*sym_ptr)->section->output_section->vma);
1222 asymbol *sym_ptr;
1225 sym_ptr = *sym_ptr_ptr;
1228 if (! (*get_extr) (sym_ptr, &esym))
1241 if (bfd_is_com_section (sym_ptr->section)
1242 || bfd_is_und_section (sym_ptr->section)
1243 || sym_ptr->section->output_section == (asection *) NULL)
1250 || sym_ptr->value != 0)
1251 esym.asym.value = sym_ptr->value;
1254 esym.asym.value = (sym_ptr->value
1255 + sym_ptr->section->output_offset
1256 + sym_ptr->section->output_section->vma);
1259 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
1262 sym_ptr->name, &esym))
1805 char *sym_ptr;
1812 sym_ptr = ((char *) debug_info->external_sym
1814 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2016 char *sym_ptr;
2022 sym_ptr = ((char *) debug_info->external_sym
2024 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2284 char *sym_ptr, *sym_ptr_end;
2316 sym_ptr = ((char *) debug_info->external_sym
2318 sym_ptr_end = sym_ptr + (fdr_ptr->csym - 2) * external_sym_size;
2322 sym_ptr = NULL;
2323 sym_ptr_end = sym_ptr;
2326 sym_ptr < sym_ptr_end && (! past_line || ! past_fn);
2327 sym_ptr += external_sym_size)
2331 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2348 if (sym_ptr + external_sym_size < sym_ptr_end)
2353 sym_ptr + external_sym_size,
2366 sym_ptr += external_sym_size;