Lines Matching refs:cache_ptr
350 aout_symbol_type *cache_ptr, in convert_sym_type() argument
356 name_type = (cache_ptr->type); in convert_sym_type()
413 if (cache_ptr->symbol.value == 0) in convert_sym_type()
431 cache_ptr->type = new_type; in convert_sym_type()
580 aout_symbol_type *cache_ptr = cached; in MY() local
582 for (sym_pointer = syms, cache_ptr = cached; in MY()
583 sym_pointer < sym_end; sym_pointer++, cache_ptr++) in MY()
586 cache_ptr->symbol.the_bfd = abfd; in MY()
587 cache_ptr->symbol.value = GET_SWORD (abfd, sym_pointer->e_value); in MY()
588 cache_ptr->desc = bfd_get_16 (abfd, sym_pointer->e_almod); in MY()
589 cache_ptr->type = bfd_get_8 (abfd, sym_pointer->e_type); in MY()
590 cache_ptr->symbol.udata.p = NULL; in MY()
592 cache_ptr->other = length; /* other not used, save length here */ in MY()
594 convert_sym_type (sym_pointer, cache_ptr, abfd); in MY()
595 if (!translate_from_native_sym_flags (abfd, cache_ptr)) in MY()
609 cache_ptr->symbol.name = strings; in MY()
615 cache_ptr->symbol.name = (char *) NULL; in MY()
631 arelent *cache_ptr, in MY()
641 cache_ptr->address = H_GET_32 (abfd, bytes->r_address); in MY()
689 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel; in MY()
698 MOVE_ADDRESS (-cache_ptr->address); in MY()
716 arelent *cache_ptr; in MY() local
766 cache_ptr = reloc_cache; in MY()
768 for (; counter < count; counter++, rptr++, cache_ptr++) in MY()
770 MY (swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols, in MY()