Lines Matching refs:dst
446 #define RTYPE2HOWTO(cache_ptr, dst) \ argument
448 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
449 ? howto_table + (dst)->r_type \
584 i860_reloc_processing (arelent *cache_ptr, struct internal_reloc *dst, in i860_reloc_processing() argument
587 if (dst->r_type == COFF860_R_PAIR) in i860_reloc_processing()
590 cache_ptr->howto = howto_table + dst->r_type; in i860_reloc_processing()
591 cache_ptr->address = dst->r_vaddr; in i860_reloc_processing()
592 cache_ptr->addend = dst->r_symndx; in i860_reloc_processing()
600 cache_ptr->address = dst->r_vaddr; in i860_reloc_processing()
602 if (dst->r_symndx != -1) in i860_reloc_processing()
604 if (dst->r_symndx < 0 || dst->r_symndx >= obj_conv_table_size (abfd)) in i860_reloc_processing()
608 abfd, dst->r_symndx); in i860_reloc_processing()
615 + obj_convert (abfd)[dst->r_symndx]); in i860_reloc_processing()
633 CALC_ADDEND (abfd, ptr, (*dst), cache_ptr); in i860_reloc_processing()
639 RTYPE2HOWTO (cache_ptr, dst); in i860_reloc_processing()