/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o-x86-64.c | 134 switch (reloc->r_length) in bfd_mach_o_x86_64_swap_reloc_in() 146 if (reloc->r_length == 2 && reloc->r_pcrel) in bfd_mach_o_x86_64_swap_reloc_in() 155 switch (reloc->r_length) in bfd_mach_o_x86_64_swap_reloc_in() 165 if (reloc->r_length == 2 && reloc->r_pcrel && reloc->r_extern) in bfd_mach_o_x86_64_swap_reloc_in() 172 if (reloc->r_length == 2 && reloc->r_pcrel && reloc->r_extern) in bfd_mach_o_x86_64_swap_reloc_in() 181 switch (reloc->r_length) in bfd_mach_o_x86_64_swap_reloc_in() 194 if (reloc->r_length == 2 && reloc->r_pcrel) in bfd_mach_o_x86_64_swap_reloc_in() 201 if (reloc->r_length == 2 && reloc->r_pcrel) in bfd_mach_o_x86_64_swap_reloc_in() 208 if (reloc->r_length == 2 && reloc->r_pcrel) in bfd_mach_o_x86_64_swap_reloc_in() 230 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out() [all …]
|
D | aout-arm.c | 101 unsigned int r_length; in MY() local 115 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) in MY() 126 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in MY() 129 howto_index = r_length + 4 * r_pcrel_done + 8 * r_neg; in MY() 147 unsigned int r_length; in MY() local 153 r_length = howto->size; in MY() 157 r_length = 3; in MY() 171 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in MY() 182 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in MY() 372 int r_length; in MY_swap_std_reloc_out() local [all …]
|
D | mach-o-i386.c | 122 if (reloc->r_length == 2) in bfd_mach_o_i386_swap_reloc_in() 128 else if (reloc->r_length == 1) in bfd_mach_o_i386_swap_reloc_in() 136 if (reloc->r_length == 2) in bfd_mach_o_i386_swap_reloc_in() 141 else if (reloc->r_length == 1) in bfd_mach_o_i386_swap_reloc_in() 148 if (reloc->r_length == 2) in bfd_mach_o_i386_swap_reloc_in() 153 else if (reloc->r_length == 1) in bfd_mach_o_i386_swap_reloc_in() 168 switch ((reloc->r_length << 1) | reloc->r_pcrel) in bfd_mach_o_i386_swap_reloc_in() 209 rinfo->r_length = rel->howto->size; /* Correct in practice. */ in bfd_mach_o_i386_swap_reloc_out() 226 rinfo->r_length = rel->howto->size; in bfd_mach_o_i386_swap_reloc_out() 234 rinfo->r_length = rel->howto->size; in bfd_mach_o_i386_swap_reloc_out() [all …]
|
D | aout-ns32k.c | 150 unsigned int r_length; in MY() local 158 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in MY() 162 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type); in MY() 176 unsigned int r_length; in MY() local 181 r_length = howto->size ; /* Size as a power of two. */ in MY() 191 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE) in MY()
|
D | i386lynx.c | 118 unsigned int r_length; in NAME() local 125 r_length = g->howto->size; /* Size as a power of two */ in NAME() 179 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG); in NAME() 192 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE); in NAME() 352 unsigned int r_length; in NAME() local 361 r_length = (bytes->r_index[0] & RELOC_STD_BITS_LENGTH_BIG) in NAME() 364 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel; in NAME()
|
D | riscix.c | 312 int r_length; in riscix_swap_std_reloc_out() local 319 r_length = g->howto->size ; /* Size as a power of two. */ in riscix_swap_std_reloc_out() 320 if (r_length < 0) in riscix_swap_std_reloc_out() 322 r_length = -r_length; in riscix_swap_std_reloc_out() 330 if (r_length == 3) in riscix_swap_std_reloc_out() 377 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in riscix_swap_std_reloc_out() 388 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in riscix_swap_std_reloc_out()
|
D | hp300hpux.c | 637 unsigned int r_length; in MY() local 673 switch (bytes->r_length[0]) in MY() 676 r_length = 0; in MY() 679 r_length = 1; in MY() 682 r_length = 2; in MY() 689 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel; in MY()
|
D | aout-tic30.c | 296 unsigned int r_length; in tic30_aout_reloc_howto() local 306 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG); in tic30_aout_reloc_howto() 313 …r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) >> RELOC_STD_BITS_LENGTH_SH_LITTLE); in tic30_aout_reloc_howto() 315 howto_index = r_length + 4 * r_pcrel_done; in tic30_aout_reloc_howto()
|
D | aoutx.h | 1943 unsigned int r_length; in NAME() local 1950 r_length = g->howto->size ; /* Size as a power of two. */ in NAME() 2005 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in NAME() 2017 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in NAME() 2207 unsigned int r_length; in NAME() local 2226 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) in NAME() 2239 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in NAME() 2243 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in NAME() 3766 int r_length; in aout_link_reloc_link_order() 3772 r_length = howto->size; in aout_link_reloc_link_order() [all …]
|
D | mach-o.h | 119 unsigned int r_length : 2; member
|
D | mach-o.c | 1274 rel->r_length = (info >> BFD_MACH_O_BE_LENGTH_SHIFT) in bfd_mach_o_swap_in_non_scattered_reloc() 1283 rel->r_length = (info >> BFD_MACH_O_LE_LENGTH_SHIFT) in bfd_mach_o_swap_in_non_scattered_reloc() 1333 reloc.r_length = BFD_MACH_O_GET_SR_LENGTH (addr); in bfd_mach_o_canonicalize_one_reloc() 1543 BFD_ASSERT (rel->r_length <= 3); in bfd_mach_o_swap_out_non_scattered_reloc() 1552 info |= rel->r_length << BFD_MACH_O_BE_LENGTH_SHIFT; in bfd_mach_o_swap_out_non_scattered_reloc() 1562 info |= rel->r_length << BFD_MACH_O_LE_LENGTH_SHIFT; in bfd_mach_o_swap_out_non_scattered_reloc() 1605 | BFD_MACH_O_SET_SR_LENGTH (pinfo->r_length) in bfd_mach_o_write_relocs()
|
D | pdp11.c | 3100 int r_length; in aout_link_reloc_link_order() local 3108 r_length = howto->size; in aout_link_reloc_link_order() 3122 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in aout_link_reloc_link_order() 3135 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in aout_link_reloc_link_order()
|
D | ChangeLog-9697 | 2669 * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i960.h | 107 r_length:2, /* Number of bytes to relocate: member
|
D | tc-i960.c | 2056 | ri->r_length << 5 in md_ri_to_chars() 2064 | ri->r_length << 1 in md_ri_to_chars() 2417 ri.r_length = 2; in tc_bout_fix_to_chars() 2419 ri.r_length = nbytes_r_length[fixP->fx_size]; in tc_bout_fix_to_chars() 2430 ri.r_length = fixP->fx_size - 1; in tc_bout_fix_to_chars()
|
D | aout_gnu.h | 424 unsigned int r_length:2; member
|
D | tc-vax.c | 673 the_bytes[7] = (((ri.r_extern << 3) & 0x08) | ((ri.r_length << 1) & 0x06) in md_ri_to_chars()
|
D | tc-m68k.c | 5432 | ((ri->r_length << 5) & 0x60) in md_ri_to_chars()
|
/toolchain/binutils/binutils-2.25/include/ |
D | bout.h | 183 r_length:2, /* Number of bytes to relocate: member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | hp300hpux.h | 55 unsigned char r_length[1]; /* length of item to reloc */ member
|
D | adobe.h | 220 unsigned int r_length:2; member
|
D | aout64.h | 387 unsigned int r_length:2; member
|