Searched refs:natptr (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | i386lynx.c | 111 struct reloc_std_external *natptr) in NAME() 121 PUT_WORD (abfd, g->address, natptr->r_address); in NAME() 168 natptr->r_index[0] = r_index >> 16; in NAME() 169 natptr->r_index[1] = r_index >> 8; in NAME() 170 natptr->r_index[2] = r_index; in NAME() 171 natptr->r_type[0] = in NAME() 181 natptr->r_index[2] = r_index >> 16; in NAME() 182 natptr->r_index[1] = r_index >> 8; in NAME() 183 natptr->r_index[0] = r_index; in NAME() 184 natptr->r_type[0] = in NAME() [all …]
|
D | riscix.c | 304 struct reloc_std_external *natptr) in riscix_swap_std_reloc_out() argument 314 PUT_WORD(abfd, g->address, natptr->r_address); in riscix_swap_std_reloc_out() 367 natptr->r_index[0] = r_index >> 16; in riscix_swap_std_reloc_out() 368 natptr->r_index[1] = r_index >> 8; in riscix_swap_std_reloc_out() 369 natptr->r_index[2] = r_index; in riscix_swap_std_reloc_out() 370 natptr->r_type[0] = in riscix_swap_std_reloc_out() 378 natptr->r_index[2] = r_index >> 16; in riscix_swap_std_reloc_out() 379 natptr->r_index[1] = r_index >> 8; in riscix_swap_std_reloc_out() 380 natptr->r_index[0] = r_index; in riscix_swap_std_reloc_out() 381 natptr->r_type[0] = in riscix_swap_std_reloc_out() [all …]
|
D | aout-arm.c | 367 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()
|
D | aoutx.h | 1942 struct reloc_std_external *natptr) in NAME() 1952 PUT_WORD (abfd, g->address, natptr->r_address); in NAME() 2001 natptr->r_index[0] = r_index >> 16; in NAME() 2002 natptr->r_index[1] = r_index >> 8; in NAME() 2003 natptr->r_index[2] = r_index; in NAME() 2004 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) in NAME() 2013 natptr->r_index[2] = r_index >> 16; in NAME() 2014 natptr->r_index[1] = r_index >> 8; in NAME() 2015 natptr->r_index[0] = r_index; in NAME() 2016 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) in NAME() [all …]
|
D | bout.c | 270 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()
|
D | pdp11.c | 1688 pdp11_aout_swap_reloc_out (bfd *abfd, arelent *g, bfd_byte *natptr) in pdp11_aout_swap_reloc_out() argument 1726 PUT_WORD (abfd, reloc_entry, natptr); in pdp11_aout_swap_reloc_out()
|