Searched refs:r_length (Results 1 - 12 of 12) sorted by path

/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-arm.c119 unsigned int r_length;
133 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
144 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
147 index = r_length + 4 * r_pcrel_done + 8 * r_neg;
166 unsigned int r_length;
172 r_length = howto->size;
176 r_length = 3;
190 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
201 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
384 int r_length;
118 unsigned int r_length; local
165 unsigned int r_length; local
383 int r_length; local
[all...]
H A Daout-ns32k.c170 unsigned int r_length; local
179 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
183 return (MY(howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
198 unsigned int r_length; local
203 r_length = howto->size ; /* Size as a power of two. */
214 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)
H A Daout-tic30.c205 unsigned int r_length; local
215 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG);
222 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) >> RELOC_STD_BITS_LENGTH_SH_LITTLE);
224 index = r_length + 4 * r_pcrel_done;
H A Daoutx.h2071 unsigned int r_length;
2078 r_length = g->howto->size ; /* Size as a power of two. */
2135 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
2147 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
2337 unsigned int r_length;
2356 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
2369 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
2373 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
4911 int r_length;
4924 r_length
2065 unsigned int r_length; variable
2331 unsigned int r_length; variable
[all...]
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 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 Dpdp11.c4898 int r_length;
4906 r_length = howto->size;
4920 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
4933 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
4889 int r_length; local
H A Driscix.c311 int r_length; local
318 r_length = g->howto->size ; /* Size as a power of two */
319 if (r_length < 0)
321 r_length = -r_length;
331 if (r_length == 3)
384 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
395 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
/haiku-fatelf/src/bin/gdb/include/aout/
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
H A Dhp300hpux.h40 unsigned char r_length[1]; /* length of item to reloc */ member in struct:hp300hpux_reloc
/haiku-fatelf/src/bin/gdb/include/
H A Dbout.h182 r_length:2, /* Number of bytes to relocate: member in struct:relocation_info

Completed in 211 milliseconds