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

  /src/external/gpl3/binutils/dist/bfd/
i386lynx.c 111 struct reloc_std_external *natptr)
121 PUT_WORD (abfd, g->address, natptr->r_address);
168 natptr->r_index[0] = r_index >> 16;
169 natptr->r_index[1] = r_index >> 8;
170 natptr->r_index[2] = r_index;
171 natptr->r_type[0] =
181 natptr->r_index[2] = r_index >> 16;
182 natptr->r_index[1] = r_index >> 8;
183 natptr->r_index[0] = r_index;
184 natptr->r_type[0]
464 unsigned char *native, *natptr; local
    [all...]
aoutx.h 1933 struct reloc_std_external *natptr)
1943 PUT_WORD (abfd, g->address, natptr->r_address);
2003 natptr->r_index[0] = r_index >> 16;
2004 natptr->r_index[1] = r_index >> 8;
2005 natptr->r_index[2] = r_index;
2006 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
2015 natptr->r_index[2] = r_index >> 16;
2016 natptr->r_index[1] = r_index >> 8;
2017 natptr->r_index[0] = r_index;
2018 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0
2359 unsigned char *native, *natptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
i386lynx.c 111 struct reloc_std_external *natptr)
121 PUT_WORD (abfd, g->address, natptr->r_address);
168 natptr->r_index[0] = r_index >> 16;
169 natptr->r_index[1] = r_index >> 8;
170 natptr->r_index[2] = r_index;
171 natptr->r_type[0] =
181 natptr->r_index[2] = r_index >> 16;
182 natptr->r_index[1] = r_index >> 8;
183 natptr->r_index[0] = r_index;
184 natptr->r_type[0]
464 unsigned char *native, *natptr; local
    [all...]
aoutx.h 1933 struct reloc_std_external *natptr)
1943 PUT_WORD (abfd, g->address, natptr->r_address);
2003 natptr->r_index[0] = r_index >> 16;
2004 natptr->r_index[1] = r_index >> 8;
2005 natptr->r_index[2] = r_index;
2006 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
2015 natptr->r_index[2] = r_index >> 16;
2016 natptr->r_index[1] = r_index >> 8;
2017 natptr->r_index[0] = r_index;
2018 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0
2359 unsigned char *native, *natptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
i386lynx.c 111 struct reloc_std_external *natptr)
121 PUT_WORD (abfd, g->address, natptr->r_address);
168 natptr->r_index[0] = r_index >> 16;
169 natptr->r_index[1] = r_index >> 8;
170 natptr->r_index[2] = r_index;
171 natptr->r_type[0] =
181 natptr->r_index[2] = r_index >> 16;
182 natptr->r_index[1] = r_index >> 8;
183 natptr->r_index[0] = r_index;
184 natptr->r_type[0]
464 unsigned char *native, *natptr; local
    [all...]
aoutx.h 1933 struct reloc_std_external *natptr)
1943 PUT_WORD (abfd, g->address, natptr->r_address);
2003 natptr->r_index[0] = r_index >> 16;
2004 natptr->r_index[1] = r_index >> 8;
2005 natptr->r_index[2] = r_index;
2006 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
2015 natptr->r_index[2] = r_index >> 16;
2016 natptr->r_index[1] = r_index >> 8;
2017 natptr->r_index[0] = r_index;
2018 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0
2359 unsigned char *native, *natptr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
i386lynx.c 111 struct reloc_std_external *natptr)
121 PUT_WORD (abfd, g->address, natptr->r_address);
168 natptr->r_index[0] = r_index >> 16;
169 natptr->r_index[1] = r_index >> 8;
170 natptr->r_index[2] = r_index;
171 natptr->r_type[0] =
181 natptr->r_index[2] = r_index >> 16;
182 natptr->r_index[1] = r_index >> 8;
183 natptr->r_index[0] = r_index;
184 natptr->r_type[0]
464 unsigned char *native, *natptr; local
    [all...]
aoutx.h 1933 struct reloc_std_external *natptr)
1943 PUT_WORD (abfd, g->address, natptr->r_address);
2003 natptr->r_index[0] = r_index >> 16;
2004 natptr->r_index[1] = r_index >> 8;
2005 natptr->r_index[2] = r_index;
2006 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
2015 natptr->r_index[2] = r_index >> 16;
2016 natptr->r_index[1] = r_index >> 8;
2017 natptr->r_index[0] = r_index;
2018 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0
2359 unsigned char *native, *natptr; local
    [all...]

Completed in 25 milliseconds