Searched refs:r_length (Results 1 - 25 of 41) sorted by relevance

12

/haiku-buildtools/binutils/bfd/
H A Dmach-o-x86-64.c141 switch (reloc.r_length)
153 if (reloc.r_length == 2 && reloc.r_pcrel)
162 switch (reloc.r_length)
172 if (reloc.r_length == 2 && reloc.r_pcrel && reloc.r_extern)
179 if (reloc.r_length == 2 && reloc.r_pcrel && reloc.r_extern)
188 switch (reloc.r_length)
201 if (reloc.r_length == 2 && reloc.r_pcrel)
208 if (reloc.r_length == 2 && reloc.r_pcrel)
215 if (reloc.r_length == 2 && reloc.r_pcrel)
237 rinfo->r_length
[all...]
H A Dmach-o-arm.c164 if (reloc.r_length == 2)
170 else if (reloc.r_length == 1)
178 if (reloc.r_length == 2)
183 else if (reloc.r_length == 1)
190 if (reloc.r_length == 2)
195 else if (reloc.r_length == 1)
202 switch (reloc.r_length)
221 switch ((reloc.r_length << 1) | reloc.r_pcrel)
243 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
252 if (reloc.r_length
[all...]
H A Daout-arm.c102 unsigned int r_length;
116 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
127 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
130 howto_index = r_length + 4 * r_pcrel_done + 8 * r_neg;
148 unsigned int r_length;
154 r_length = howto->size;
158 r_length = 3;
172 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
183 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
373 int r_length;
101 unsigned int r_length; local
147 unsigned int r_length; local
372 int r_length; local
[all...]
H A Dmach-o-aarch64.c169 if (reloc.r_length == 2 && reloc.r_pcrel == 0)
185 switch ((reloc.r_length << 1) | reloc.r_pcrel)
215 switch (reloc.r_length)
228 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
235 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
242 if (reloc.r_length == 2 && reloc.r_pcrel == 0)
249 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
256 if (reloc.r_length == 2 && reloc.r_pcrel == 0)
263 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
H A Dmach-o-i386.c129 if (reloc.r_length == 2)
135 else if (reloc.r_length == 1)
143 if (reloc.r_length == 2)
148 else if (reloc.r_length == 1)
155 if (reloc.r_length == 2)
160 else if (reloc.r_length == 1)
175 switch ((reloc.r_length << 1) | reloc.r_pcrel)
216 rinfo->r_length = rel->howto->size; /* Correct in practice. */
233 rinfo->r_length = rel->howto->size;
241 rinfo->r_length
[all...]
H A Daout-ns32k.c150 unsigned int r_length; local
158 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
162 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
176 unsigned int r_length; local
181 r_length = howto->size ; /* Size as a power of two. */
191 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)
H A Di386lynx.c117 unsigned int r_length;
124 r_length = g->howto->size; /* Size as a power of two */
178 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG);
191 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE);
351 unsigned int r_length;
360 r_length = (bytes->r_index[0] & RELOC_STD_BITS_LENGTH_BIG)
363 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
116 unsigned int r_length; local
350 unsigned int r_length; local
H A Driscix.c309 int r_length; local
316 r_length = g->howto->size ; /* Size as a power of two. */
317 if (r_length < 0)
319 r_length = -r_length;
327 if (r_length == 3)
374 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
385 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
H A Dhp300hpux.c635 unsigned int r_length; local
671 switch (bytes->r_length[0])
674 r_length = 0;
677 r_length = 1;
680 r_length = 2;
687 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
/haiku-buildtools/legacy/binutils/bfd/
H A Daout-arm.c102 unsigned int r_length;
116 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
127 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
130 index = r_length + 4 * r_pcrel_done + 8 * r_neg;
148 unsigned int r_length;
154 r_length = howto->size;
158 r_length = 3;
172 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
183 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
357 int r_length;
101 unsigned int r_length; local
147 unsigned int r_length; local
356 int r_length; local
[all...]
H A Daout-ns32k.c148 unsigned int r_length; local
156 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
160 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
174 unsigned int r_length; local
179 r_length = howto->size ; /* Size as a power of two. */
189 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)
H A Di386lynx.c138 unsigned int r_length;
146 r_length = g->howto->size; /* Size as a power of two */
203 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG);
216 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE);
376 unsigned int r_length;
389 r_length = (bytes->r_index[0] & RELOC_STD_BITS_LENGTH_BIG)
392 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
137 unsigned int r_length; variable
375 unsigned int r_length; variable
H A Driscix.c294 int r_length; local
301 r_length = g->howto->size ; /* Size as a power of two. */
302 if (r_length < 0)
304 r_length = -r_length;
312 if (r_length == 3)
359 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
370 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
H A Dhp300hpux.c653 unsigned int r_length; local
689 switch (bytes->r_length[0])
692 r_length = 0;
695 r_length = 1;
698 r_length = 2;
705 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
H A Daout-tic30.c280 unsigned int r_length; local
290 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG);
297 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) >> RELOC_STD_BITS_LENGTH_SH_LITTLE);
299 index = r_length + 4 * r_pcrel_done;
/haiku-buildtools/legacy/binutils/include/
H A Dbout.h182 r_length:2, /* Number of bytes to relocate: member in struct:relocation_info
/haiku-buildtools/binutils/gas/config/
H A Dtc-i960.h107 r_length:2, /* Number of bytes to relocate: member in struct:relocation_info
/haiku-buildtools/binutils/include/
H A Dbout.h183 r_length:2, /* Number of bytes to relocate: member in struct:relocation_info
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i960.h109 r_length:2, /* Number of bytes to relocate: member in struct:relocation_info
H A Daout_gnu.h426 unsigned int r_length:2;
424 unsigned int r_length:2; member in struct:relocation_info
/haiku-buildtools/legacy/binutils/include/aout/
H A Dhp300hpux.h40 unsigned char r_length[1]; /* length of item to reloc */ member in struct:hp300hpux_reloc
H A Dadobe.h220 unsigned int r_length:2;
219 unsigned int r_length:2; member in struct:reloc_std_internal
H A Daout64.h392 unsigned int r_length:2;
390 unsigned int r_length:2; member in struct:reloc_std_internal
/haiku-buildtools/binutils/include/aout/
H A Dhp300hpux.h55 unsigned char r_length[1]; /* length of item to reloc */ member in struct:hp300hpux_reloc
H A Dadobe.h221 unsigned int r_length:2;
220 unsigned int r_length:2; member in struct:reloc_std_internal

Completed in 222 milliseconds

12