Searched refs:reloc_dst (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dpe-mips.c521 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
523 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
524 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
525 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
526 reloc_dst->r_size = 0;
527 reloc_dst->r_extern = 0;
528 reloc_dst->r_offset = 0;
530 switch (reloc_dst->r_type)
533 pair_prev = *reloc_dst;
536 reloc_dst
550 struct external_reloc *reloc_dst = (struct external_reloc *)dst; local
[all...]
H A Dcoffswap.h219 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
221 reloc_dst->r_vaddr = GET_RELOC_VADDR (abfd, reloc_src->r_vaddr);
222 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
223 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
226 reloc_dst->r_offset = SWAP_IN_RELOC_OFFSET (abfd, reloc_src->r_offset);
234 struct external_reloc *reloc_dst = (struct external_reloc *) dst; local
236 PUT_RELOC_VADDR (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr);
237 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx);
238 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
241 SWAP_OUT_RELOC_OFFSET (abfd, reloc_src->r_offset, reloc_dst
[all...]
H A Dpeicode.h130 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst;
132 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
133 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
134 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
136 reloc_dst->r_offset = SWAP_IN_RELOC_OFFSET (abfd, reloc_src->r_offset);
144 struct external_reloc *reloc_dst = (struct external_reloc *) dst;
146 H_PUT_32 (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr);
147 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx);
148 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
151 SWAP_OUT_RELOC_OFFSET (abfd, reloc_src->r_offset, reloc_dst
129 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
143 struct external_reloc *reloc_dst = (struct external_reloc *) dst; local
[all...]

Completed in 117 milliseconds