Searched refs:r_size (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | nlm32-alpha.c | 402 int r_type, r_extern, r_offset, r_size; in nlm_alpha_read_reloc() local 421 r_size = ((ext.r_bits[3] & RELOC_BITS3_SIZE_LITTLE) in nlm_alpha_read_reloc() 522 BFD_ASSERT (r_offset < 256 && r_size < 256); in nlm_alpha_read_reloc() 523 rel->addend = (r_offset << 8) + r_size; in nlm_alpha_read_reloc() 557 if (r_size == ALPHA_R_NW_RELOC_SETGP) in nlm_alpha_read_reloc() 562 else if (r_size == ALPHA_R_NW_RELOC_LITA) in nlm_alpha_read_reloc() 654 int r_type, r_extern, r_offset, r_size; in nlm_alpha_write_import() local 680 r_size = 0; in nlm_alpha_write_import() 690 r_size = rel->addend & 0xff; in nlm_alpha_write_import() 715 r_size = ALPHA_R_NW_RELOC_SETGP; in nlm_alpha_write_import() [all …]
|
D | coff-alpha.c | 510 intern->r_size = ((ext->r_bits[3] & RELOC_BITS3_SIZE_LITTLE) in alpha_ecoff_swap_reloc_in() 520 if (intern->r_size != 0) in alpha_ecoff_swap_reloc_in() 522 intern->r_size = intern->r_symndx; in alpha_ecoff_swap_reloc_in() 552 symndx = intern->r_size; in alpha_ecoff_swap_reloc_out() 560 size = intern->r_size; in alpha_ecoff_swap_reloc_out() 565 size = intern->r_size; in alpha_ecoff_swap_reloc_out() 637 rptr->addend = intern->r_size; in alpha_adjust_reloc_in() 644 rptr->addend = (intern->r_offset << 8) + intern->r_size; in alpha_adjust_reloc_in() 693 intern->r_size = rel->addend; in alpha_adjust_reloc_out() 697 intern->r_size = rel->addend & 0xff; in alpha_adjust_reloc_out() [all …]
|
D | coff64-rs6000.c | 223 internal.r_size = \ 674 dst->r_size = bfd_get_8 (abfd, src->r_size); in xcoff64_swap_reloc_in() 687 bfd_put_8 (abfd, src->r_size, dst->r_size); in xcoff64_swap_reloc_out() 1209 howto.bitsize = (rel->r_size & 0x3f) + 1; in xcoff64_ppc_relocate_section() 1213 howto.complain_on_overflow = (rel->r_size & 0x80 in xcoff64_ppc_relocate_section() 1788 if (15 == (internal->r_size & 0x3f)) in xcoff64_rtype2howto() 1798 else if (31 == (internal->r_size & 0x3f)) in xcoff64_rtype2howto() 1811 != ((unsigned int) internal->r_size & 0x3f) + 1)) in xcoff64_rtype2howto() 2398 reloc.r_size = 63; in xcoff64_generate_rtinit() 2428 reloc.r_size = 63; in xcoff64_generate_rtinit() [all …]
|
D | coff-rs6000.c | 66 internal.r_size = \ 1094 if (15 == (internal->r_size & 0x1f)) in xcoff_rtype2howto() 1111 != ((unsigned int) internal->r_size & 0x1f) + 1)) in xcoff_rtype2howto() 2695 dst->r_size = bfd_get_8 (abfd, src->r_size); in xcoff_swap_reloc_in() 2708 bfd_put_8 (abfd, src->r_size, dst->r_size); in xcoff_swap_reloc_out() 3352 howto.bitsize = (rel->r_size & 0x1f) + 1; in xcoff_ppc_relocate_section() 3356 howto.complain_on_overflow = (rel->r_size & 0x80 in xcoff_ppc_relocate_section() 3836 reloc.r_size = 31; in xcoff_generate_rtinit() 3871 reloc.r_size = 31; in xcoff_generate_rtinit() 3897 reloc.r_size = 31; in xcoff_generate_rtinit()
|
D | xcofflink.c | 1577 && rel->r_size == 31) in xcoff_link_add_symbols() 1579 && rel->r_size == 63))) in xcoff_link_add_symbols() 4076 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type; in xcoff_create_ldrel() 5363 irel->r_size = 63; in xcoff_write_global_symbol() 5368 irel->r_size = 31; in xcoff_write_global_symbol() 5479 irel->r_size = reloc_size; in xcoff_write_global_symbol() 5524 irel->r_size = reloc_size; in xcoff_write_global_symbol() 5792 irel->r_size = howto->bitsize - 1; in xcoff_reloc_link_order() 5794 irel->r_size |= 0x80; in xcoff_reloc_link_order()
|
D | pe-mips.c | 533 reloc_dst->r_size = 0; in mips_swap_reloc_in()
|
D | ChangeLog-9193 | 6654 * coffcode.h (bfd_swap_reloc_in): Handle r_type and r_size.
|
D | ChangeLog-9495 | 9369 (SELECT_RELOC): Defined to set r_type and r_size fields.
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | rs6k64.h | 211 char r_size[1]; member
|
D | rs6000.h | 221 char r_size[1]; member
|
D | internal.h | 698 unsigned char r_size; /* Used by RS/6000 and ECOFF */ member
|
D | ChangeLog-9103 | 1076 (internal_reloc): Always provide r_size field, not just on
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 956 rsize = bfd_h_get_8 (abfd, rel.r_size); in dump_xcoff32_relocs()
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 2543 to syments. Add 6000-specific auxent. Add r_size in reloc.
|