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

  /toolchain/binutils/binutils-2.27/bfd/
pe-mips.c 530 RELOC *reloc_src = (RELOC *) src; local
533 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
534 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
535 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
558 struct internal_reloc *reloc_src = (struct internal_reloc *)src; local
561 switch (reloc_src->r_type)
564 prev_addr = reloc_src->r_vaddr;
567 if (reloc_src->r_vaddr == prev_addr)
573 H_PUT_32 (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr);
574 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx)
    [all...]
coffswap.h 217 RELOC *reloc_src = (RELOC *) src; 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);
232 struct internal_reloc *reloc_src = (struct internal_reloc *) src; 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 133 RELOC *reloc_src = (RELOC *) src;
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);
147 struct internal_reloc *reloc_src = (struct internal_reloc *) src;
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)
132 RELOC *reloc_src = (RELOC *) src; local
146 struct internal_reloc *reloc_src = (struct internal_reloc *) src; local
    [all...]

Completed in 127 milliseconds