HomeSort by relevance Sort by last modified time
    Searched refs:howto_index (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
nlm32-sparc.c 95 unsigned int howto_index; local
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; local
143 for (howto_index = 0;
144 howto_index < sizeof (nlm32_sparc_howto_table) / sizeof (reloc_howto_type);
145 howto_index++
    [all...]
aout-arm.c 105 int howto_index;
130 howto_index = r_length + 4 * r_pcrel_done + 8 * r_neg;
131 if (howto_index == 3)
134 return MY (howto_table) + howto_index;
104 int howto_index; local
aout-tic30.c 298 int howto_index; local
315 howto_index = r_length + 4 * r_pcrel_done;
316 return tic30_aout_howto_table + howto_index;
    [all...]
elf32-h8300.c 235 unsigned char howto_index; member in struct:elf_reloc_map
265 return &h8_elf_howto_table[(int) h8_reloc_map[i].howto_index];
    [all...]
elfnn-aarch64.c 6264 int howto_index = bfd_r_type - BFD_RELOC_AARCH64_RELOC_START; local
    [all...]

Completed in 100 milliseconds