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

  /toolchain/binutils/binutils-2.25/bfd/
i386lynx.c 114 struct reloc_std_external *natptr)
124 PUT_WORD (abfd, g->address, natptr->r_address);
171 natptr->r_index[0] = r_index >> 16;
172 natptr->r_index[1] = r_index >> 8;
173 natptr->r_index[2] = r_index;
174 natptr->r_type[0] =
184 natptr->r_index[2] = r_index >> 16;
185 natptr->r_index[1] = r_index >> 8;
186 natptr->r_index[0] = r_index;
187 natptr->r_type[0]
470 unsigned char *native, *natptr; local
    [all...]
aout-cris.c 148 struct reloc_ext_external *natptr)
157 PUT_WORD (abfd, g->address, natptr->r_address);
206 natptr->r_index[2] = r_index >> 16;
207 natptr->r_index[1] = r_index >> 8;
208 natptr->r_index[0] = r_index;
209 natptr->r_type[0] =
213 PUT_WORD (abfd, r_addend, natptr->r_addend);
aout-arm.c 368 struct reloc_std_external *natptr)
378 PUT_WORD (abfd, g->address, natptr->r_address);
439 natptr->r_index[0] = r_index >> 16;
440 natptr->r_index[1] = r_index >> 8;
441 natptr->r_index[2] = r_index;
442 natptr->r_type[0] =
450 natptr->r_index[2] = r_index >> 16;
451 natptr->r_index[1] = r_index >> 8;
452 natptr->r_index[0] = r_index;
453 natptr->r_type[0]
    [all...]
riscix.c 307 struct reloc_std_external *natptr)
317 PUT_WORD(abfd, g->address, natptr->r_address);
370 natptr->r_index[0] = r_index >> 16;
371 natptr->r_index[1] = r_index >> 8;
372 natptr->r_index[2] = r_index;
373 natptr->r_type[0] =
381 natptr->r_index[2] = r_index >> 16;
382 natptr->r_index[1] = r_index >> 8;
383 natptr->r_index[0] = r_index;
384 natptr->r_type[0]
396 unsigned char *native, *natptr; local
    [all...]
aout-ns32k.c 290 struct reloc_std_external *natptr)
333 MY_put_reloc (abfd, r_extern, r_index, g->address, g->howto, natptr);
aoutx.h 2366 unsigned char *native, *natptr; local
    [all...]
bout.c 270 struct relocation_info *native, *natptr; local
304 for (natptr = native; count > 0; --count, ++natptr, ++generic)
307 unsigned char *raw = (unsigned char *) natptr;
    [all...]
pdp11.c     [all...]

Completed in 7011 milliseconds