Lines Matching refs:cache_ptr

4374   alent *cache_ptr;  in coff_slurp_line_table()  local
4411 cache_ptr = lineno_cache; in coff_slurp_line_table()
4422 cache_ptr->line_number = dst.l_lnno; in coff_slurp_line_table()
4426 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u)); in coff_slurp_line_table()
4428 if (cache_ptr->line_number == 0) in coff_slurp_line_table()
4442 cache_ptr->line_number = -1; in coff_slurp_line_table()
4456 cache_ptr->line_number = -1; in coff_slurp_line_table()
4470 cache_ptr->line_number = -1; in coff_slurp_line_table()
4477 cache_ptr->u.sym = (asymbol *) sym; in coff_slurp_line_table()
4484 sym->lineno = cache_ptr; in coff_slurp_line_table()
4494 cache_ptr->u.offset = dst.l_addr.l_paddr - bfd_section_vma (asect); in coff_slurp_line_table()
4495 cache_ptr++; in coff_slurp_line_table()
4498 asect->lineno_count = cache_ptr - lineno_cache; in coff_slurp_line_table()
4499 memset (cache_ptr, 0, sizeof (*cache_ptr)); in coff_slurp_line_table()
5074 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \ argument
5080 + (cache_ptr->sym_ptr_ptr - symbols)); \
5086 cache_ptr->addend = 0; \
5089 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
5091 cache_ptr->addend = 0; \
5100 arelent *cache_ptr; in coff_slurp_reloc_table() local
5139 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
5146 RELOC_PROCESSING (cache_ptr, &dst, symbols, abfd, asect); in coff_slurp_reloc_table()
5148 cache_ptr->address = dst.r_vaddr; in coff_slurp_reloc_table()
5158 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in coff_slurp_reloc_table()
5163 cache_ptr->sym_ptr_ptr = (symbols in coff_slurp_reloc_table()
5165 ptr = *(cache_ptr->sym_ptr_ptr); in coff_slurp_reloc_table()
5170 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in coff_slurp_reloc_table()
5182 CALC_ADDEND (abfd, ptr, dst, cache_ptr); in coff_slurp_reloc_table()
5185 cache_ptr->address -= asect->vma; in coff_slurp_reloc_table()
5189 RTYPE2HOWTO (cache_ptr, &dst); in coff_slurp_reloc_table()
5192 if (cache_ptr->howto == NULL) in coff_slurp_reloc_table()