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

  /toolchain/binutils/binutils-2.27/bfd/
i386lynx.c 112 struct reloc_std_external *natptr)
122 PUT_WORD (abfd, g->address, natptr->r_address);
169 natptr->r_index[0] = r_index >> 16;
170 natptr->r_index[1] = r_index >> 8;
171 natptr->r_index[2] = r_index;
172 natptr->r_type[0] =
182 natptr->r_index[2] = r_index >> 16;
183 natptr->r_index[1] = r_index >> 8;
184 natptr->r_index[0] = r_index;
185 natptr->r_type[0]
468 unsigned char *native, *natptr; local
    [all...]
riscix.c 304 struct reloc_std_external *natptr)
314 PUT_WORD(abfd, g->address, natptr->r_address);
367 natptr->r_index[0] = r_index >> 16;
368 natptr->r_index[1] = r_index >> 8;
369 natptr->r_index[2] = r_index;
370 natptr->r_type[0] =
378 natptr->r_index[2] = r_index >> 16;
379 natptr->r_index[1] = r_index >> 8;
380 natptr->r_index[0] = r_index;
381 natptr->r_type[0]
393 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...]
aoutx.h 2370 unsigned char *native, *natptr; local
    [all...]

Completed in 83 milliseconds