Home
last modified time | relevance | path

Searched refs:natptr (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Di386lynx.c113 struct reloc_std_external *natptr) in NAME()
123 PUT_WORD (abfd, g->address, natptr->r_address); in NAME()
170 natptr->r_index[0] = r_index >> 16; in NAME()
171 natptr->r_index[1] = r_index >> 8; in NAME()
172 natptr->r_index[2] = r_index; in NAME()
173 natptr->r_type[0] = in NAME()
183 natptr->r_index[2] = r_index >> 16; in NAME()
184 natptr->r_index[1] = r_index >> 8; in NAME()
185 natptr->r_index[0] = r_index; in NAME()
186 natptr->r_type[0] = in NAME()
[all …]
Daout-cris.c148 struct reloc_ext_external *natptr) in MY()
157 PUT_WORD (abfd, g->address, natptr->r_address); in MY()
206 natptr->r_index[2] = r_index >> 16; in MY()
207 natptr->r_index[1] = r_index >> 8; in MY()
208 natptr->r_index[0] = r_index; in MY()
209 natptr->r_type[0] = in MY()
213 PUT_WORD (abfd, r_addend, natptr->r_addend); in MY()
Driscix.c307 struct reloc_std_external *natptr) in riscix_swap_std_reloc_out() argument
317 PUT_WORD(abfd, g->address, natptr->r_address); in riscix_swap_std_reloc_out()
370 natptr->r_index[0] = r_index >> 16; in riscix_swap_std_reloc_out()
371 natptr->r_index[1] = r_index >> 8; in riscix_swap_std_reloc_out()
372 natptr->r_index[2] = r_index; in riscix_swap_std_reloc_out()
373 natptr->r_type[0] = in riscix_swap_std_reloc_out()
381 natptr->r_index[2] = r_index >> 16; in riscix_swap_std_reloc_out()
382 natptr->r_index[1] = r_index >> 8; in riscix_swap_std_reloc_out()
383 natptr->r_index[0] = r_index; in riscix_swap_std_reloc_out()
384 natptr->r_type[0] = in riscix_swap_std_reloc_out()
[all …]
Daout-arm.c367 struct reloc_std_external *natptr) in MY_swap_std_reloc_out() argument
377 PUT_WORD (abfd, g->address, natptr->r_address); in MY_swap_std_reloc_out()
438 natptr->r_index[0] = r_index >> 16; in MY_swap_std_reloc_out()
439 natptr->r_index[1] = r_index >> 8; in MY_swap_std_reloc_out()
440 natptr->r_index[2] = r_index; in MY_swap_std_reloc_out()
441 natptr->r_type[0] = in MY_swap_std_reloc_out()
449 natptr->r_index[2] = r_index >> 16; in MY_swap_std_reloc_out()
450 natptr->r_index[1] = r_index >> 8; in MY_swap_std_reloc_out()
451 natptr->r_index[0] = r_index; in MY_swap_std_reloc_out()
452 natptr->r_type[0] = in MY_swap_std_reloc_out()
Daoutx.h1938 struct reloc_std_external *natptr) in NAME()
1948 PUT_WORD (abfd, g->address, natptr->r_address); in NAME()
1997 natptr->r_index[0] = r_index >> 16; in NAME()
1998 natptr->r_index[1] = r_index >> 8; in NAME()
1999 natptr->r_index[2] = r_index; in NAME()
2000 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) in NAME()
2009 natptr->r_index[2] = r_index >> 16; in NAME()
2010 natptr->r_index[1] = r_index >> 8; in NAME()
2011 natptr->r_index[0] = r_index; in NAME()
2012 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) in NAME()
[all …]
Daout-ns32k.c290 struct reloc_std_external *natptr) in MY_swap_std_reloc_out() argument
333 MY_put_reloc (abfd, r_extern, r_index, g->address, g->howto, natptr); in MY_swap_std_reloc_out()
Dbout.c270 struct relocation_info *native, *natptr; in b_out_squirt_out_relocs() local
304 for (natptr = native; count > 0; --count, ++natptr, ++generic) in b_out_squirt_out_relocs()
307 unsigned char *raw = (unsigned char *) natptr; in b_out_squirt_out_relocs()
Dpdp11.c1685 pdp11_aout_swap_reloc_out (bfd *abfd, arelent *g, bfd_byte *natptr) in pdp11_aout_swap_reloc_out() argument
1723 PUT_WORD (abfd, reloc_entry, natptr); in pdp11_aout_swap_reloc_out()