HomeSort by: relevance | last modified time | path
    Searched defs:reloc_dst (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
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)
254 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
265 struct external_reloc_v0 *reloc_dst = (struct external_reloc_v0 *) dst; local
    [all...]
peicode.h 139 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst;
141 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
142 reloc_dst->r_symndx = H_GET_S32 (abfd, reloc_src->r_symndx);
143 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
145 reloc_dst->r_offset = SWAP_IN_RELOC_OFFSET (abfd, reloc_src->r_offset);
153 struct external_reloc *reloc_dst = (struct external_reloc *) dst;
155 H_PUT_32 (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr);
156 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx);
157 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
160 SWAP_OUT_RELOC_OFFSET (abfd, reloc_src->r_offset, reloc_dst->r_offset)
138 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
152 struct external_reloc *reloc_dst = (struct external_reloc *) dst; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
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)
254 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
265 struct external_reloc_v0 *reloc_dst = (struct external_reloc_v0 *) dst; local
    [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...]
  /src/external/gpl3/gdb/dist/bfd/
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)
254 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
265 struct external_reloc_v0 *reloc_dst = (struct external_reloc_v0 *) dst; local
    [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...]
  /src/external/gpl3/gdb.old/dist/bfd/
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)
254 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst; local
265 struct external_reloc_v0 *reloc_dst = (struct external_reloc_v0 *) dst; local
    [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 26 milliseconds