Home | History | Annotate | Download | only in bfd

Lines Matching refs:howto_index

95   unsigned int howto_index;
114 for (howto_index = 0;
115 howto_index < sizeof (nlm32_sparc_howto_table) / sizeof (reloc_howto_type);
116 howto_index++)
117 if (nlm32_sparc_howto_table[howto_index].type == type)
119 rel->howto = &nlm32_sparc_howto_table[howto_index];
139 unsigned int howto_index;
143 for (howto_index = 0;
144 howto_index < sizeof (nlm32_sparc_howto_table) / sizeof (reloc_howto_type);
145 howto_index++)
147 tmp = &nlm32_sparc_howto_table[howto_index];