HomeSort by relevance Sort by last modified time
    Searched refs:reloc_dst (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
pe-mips.c 528 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
530 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
531 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
532 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
533 reloc_dst->r_size = 0;
534 reloc_dst->r_extern = 0;
535 reloc_dst->r_offset = 0;
537 switch (reloc_dst->r_type)
540 pair_prev = *reloc_dst;
543 reloc_dst->r_offset = reloc_dst->r_symndx
556 struct external_reloc *reloc_dst = (struct external_reloc *)dst; local
    [all...]
coffswap.h 218 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
220 reloc_dst->r_vaddr = GET_RELOC_VADDR (abfd, reloc_src->r_vaddr);
221 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
222 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
225 reloc_dst->r_offset = SWAP_IN_RELOC_OFFSET (abfd, reloc_src->r_offset);
233 struct external_reloc *reloc_dst = (struct external_reloc *) dst; local
235 PUT_RELOC_VADDR (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr);
236 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx);
237 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
240 SWAP_OUT_RELOC_OFFSET (abfd, reloc_src->r_offset, reloc_dst->r_offset)
    [all...]
peicode.h 134 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst;
136 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
137 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
138 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
140 reloc_dst->r_offset = SWAP_IN_RELOC_OFFSET (abfd, reloc_src->r_offset);
148 struct external_reloc *reloc_dst = (struct external_reloc *) dst;
150 H_PUT_32 (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr);
151 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx);
152 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
155 SWAP_OUT_RELOC_OFFSET (abfd, reloc_src->r_offset, reloc_dst->r_offset)
133 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
147 struct external_reloc *reloc_dst = (struct external_reloc *) dst; local
    [all...]

Completed in 617 milliseconds