Lines Matching refs:cache_ptr
4279 alent *cache_ptr = lineno_cache; in coff_slurp_line_table() local
4287 cache_ptr->line_number = dst.l_lnno; in coff_slurp_line_table()
4289 if (cache_ptr->line_number == 0) in coff_slurp_line_table()
4311 cache_ptr->u.sym = (asymbol *) sym; in coff_slurp_line_table()
4318 sym->lineno = cache_ptr; in coff_slurp_line_table()
4321 cache_ptr->u.offset = dst.l_addr.l_paddr in coff_slurp_line_table()
4324 cache_ptr++; in coff_slurp_line_table()
4328 cache_ptr->line_number = 0; in coff_slurp_line_table()
4816 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \ argument
4822 + (cache_ptr->sym_ptr_ptr - symbols)); \
4827 cache_ptr->addend = 0; \
4830 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
4832 cache_ptr->addend = 0; \
4841 arelent *cache_ptr; in coff_slurp_reloc_table() local
4870 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
4877 RELOC_PROCESSING (cache_ptr, &dst, symbols, abfd, asect); in coff_slurp_reloc_table()
4879 cache_ptr->address = dst.r_vaddr; in coff_slurp_reloc_table()
4888 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in coff_slurp_reloc_table()
4893 cache_ptr->sym_ptr_ptr = (symbols in coff_slurp_reloc_table()
4895 ptr = *(cache_ptr->sym_ptr_ptr); in coff_slurp_reloc_table()
4900 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in coff_slurp_reloc_table()
4912 CALC_ADDEND (abfd, ptr, dst, cache_ptr); in coff_slurp_reloc_table()
4914 cache_ptr->address -= asect->vma; in coff_slurp_reloc_table()
4918 RTYPE2HOWTO (cache_ptr, &dst); in coff_slurp_reloc_table()
4921 if (cache_ptr->howto == NULL) in coff_slurp_reloc_table()