Home | History | Annotate | Download | only in bfd

Lines Matching defs:howto

48   reloc_howto_type *howto = reloc_entry->howto;
93 if (howto->pc_relative)
113 if (howto->pc_relative && howto->bitsize == 32)
156 reloc_howto_type *howto = reloc_entry->howto;
202 if (howto->pc_relative)
206 if (howto->pcrel_offset)
212 mask = (1 << howto->bitsize) - 1;
213 if (howto->bitsize == 6)
215 max = (1 << (howto->bitsize + 2)) - 1;
219 if (howto->bitsize == 6)
225 if (howto->type == R_D30V_21_PCREL_R
226 || howto->type == R_D30V_15_PCREL_R
227 || howto->type == R_D30V_9_PCREL_R)
242 if (howto->bitsize == 6)
255 HOWTO (R_D30V_NONE, /* Type. */
270 HOWTO (R_D30V_6, /* Type. */
285 HOWTO (R_D30V_9_PCREL, /* Type. */
300 HOWTO (R_D30V_9_PCREL_R, /* Type. */
315 HOWTO (R_D30V_15, /* Type. */
330 HOWTO (R_D30V_15_PCREL, /* Type. */
345 HOWTO (R_D30V_15_PCREL_R, /* Type. */
360 HOWTO (R_D30V_21, /* Type. */
375 HOWTO (R_D30V_21_PCREL, /* Type. */
390 HOWTO (R_D30V_21_PCREL_R, /* Type. */
405 HOWTO (R_D30V_32, /* Type. */
420 HOWTO (R_D30V_32_PCREL, /* Type. */
435 HOWTO (R_D30V_32_NORMAL, /* Type. */
509 /* Set the howto pointer for an D30V ELF reloc (type REL). */
520 cache_ptr->howto = &elf_d30v_howto_table[r_type];
523 /* Set the howto pointer for an D30V ELF reloc (type RELA). */
534 cache_ptr->howto = &elf_d30v_howto_table[r_type];