Home
last modified time | relevance | path

Searched refs:r_length (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o-x86-64.c134 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 …]
Daout-arm.c101 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 …]
Dmach-o-i386.c122 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 …]
Daout-ns32k.c150 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()
Di386lynx.c118 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()
Driscix.c312 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()
Dhp300hpux.c637 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()
Daout-tic30.c296 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()
313r_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()
Daoutx.h1943 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 …]
Dmach-o.h119 unsigned int r_length : 2; member
Dmach-o.c1274 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()
Dpdp11.c3100 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()
DChangeLog-96972669 * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i960.h107 r_length:2, /* Number of bytes to relocate: member
Dtc-i960.c2056 | 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()
Daout_gnu.h424 unsigned int r_length:2; member
Dtc-vax.c673 the_bytes[7] = (((ri.r_extern << 3) & 0x08) | ((ri.r_length << 1) & 0x06) in md_ri_to_chars()
Dtc-m68k.c5432 | ((ri->r_length << 5) & 0x60) in md_ri_to_chars()
/toolchain/binutils/binutils-2.25/include/
Dbout.h183 r_length:2, /* Number of bytes to relocate: member
/toolchain/binutils/binutils-2.25/include/aout/
Dhp300hpux.h55 unsigned char r_length[1]; /* length of item to reloc */ member
Dadobe.h220 unsigned int r_length:2; member
Daout64.h387 unsigned int r_length:2; member