Searched refs:howto_idx (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Daoutx.h2180 unsigned int howto_idx;
2212 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
2214 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
2215 cache_ptr->howto = howto_table_std + howto_idx;
3910 unsigned int howto_idx;
3942 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
3944 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
3945 howto = howto_table_std + howto_idx;
2174 unsigned int howto_idx; local
H A Dpdp11.c3266 unsigned int howto_idx;
3275 howto_idx = r_pcrel;
3276 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11));
3277 howto = howto_table_pdp11 + howto_idx;
3257 unsigned int howto_idx; local
/haiku-buildtools/binutils/bfd/
H A Daoutx.h2226 unsigned int howto_idx;
2258 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
2260 if (howto_idx < TABLE_SIZE (howto_table_std))
2262 cache_ptr->howto = howto_table_std + howto_idx;
4040 unsigned int howto_idx;
4072 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
4074 if (howto_idx < TABLE_SIZE (howto_table_std))
4075 howto = howto_table_std + howto_idx;
2220 unsigned int howto_idx; local
4031 unsigned int howto_idx; local
H A Dpdp11.c3288 unsigned int howto_idx;
3297 howto_idx = r_pcrel;
3298 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11));
3299 howto = howto_table_pdp11 + howto_idx;
3279 unsigned int howto_idx; local

Completed in 132 milliseconds