Lines Matching refs:cache_ptr

4512   alent *cache_ptr;  in coff_slurp_line_table()  local
4549 cache_ptr = lineno_cache; in coff_slurp_line_table()
4560 cache_ptr->line_number = dst.l_lnno; in coff_slurp_line_table()
4564 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u)); in coff_slurp_line_table()
4566 if (cache_ptr->line_number == 0) in coff_slurp_line_table()
4580 cache_ptr->line_number = -1; in coff_slurp_line_table()
4594 cache_ptr->line_number = -1; in coff_slurp_line_table()
4608 cache_ptr->line_number = -1; in coff_slurp_line_table()
4615 cache_ptr->u.sym = (asymbol *) sym; in coff_slurp_line_table()
4622 sym->lineno = cache_ptr; in coff_slurp_line_table()
4632 cache_ptr->u.offset = dst.l_addr.l_paddr - bfd_section_vma (asect); in coff_slurp_line_table()
4633 cache_ptr++; in coff_slurp_line_table()
4636 asect->lineno_count = cache_ptr - lineno_cache; in coff_slurp_line_table()
4637 memset (cache_ptr, 0, sizeof (*cache_ptr)); in coff_slurp_line_table()
5231 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \ argument
5237 + (cache_ptr->sym_ptr_ptr - symbols)); \
5243 cache_ptr->addend = 0; \
5246 cache_ptr->addend = - (ptr->section->vma \
5249 cache_ptr->addend = 0; \
5258 arelent *cache_ptr; in coff_slurp_reloc_table() local
5297 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
5304 RELOC_PROCESSING (cache_ptr, &dst, symbols, abfd, asect); in coff_slurp_reloc_table()
5306 cache_ptr->address = dst.r_vaddr; in coff_slurp_reloc_table()
5316 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in coff_slurp_reloc_table()
5321 cache_ptr->sym_ptr_ptr = (symbols in coff_slurp_reloc_table()
5323 ptr = *(cache_ptr->sym_ptr_ptr); in coff_slurp_reloc_table()
5328 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in coff_slurp_reloc_table()
5340 CALC_ADDEND (abfd, ptr, dst, cache_ptr); in coff_slurp_reloc_table()
5343 cache_ptr->address -= asect->vma; in coff_slurp_reloc_table()
5347 RTYPE2HOWTO (cache_ptr, &dst); in coff_slurp_reloc_table()
5350 if (cache_ptr->howto == NULL) in coff_slurp_reloc_table()