Home | History | Annotate | Download | only in bfd

Lines Matching refs:howto

57   reloc_howto_type *howto = reloc_entry->howto;
59 switch (howto->type)
99 relocation += ((reloc_entry->addend << howto->bitsize) + x);
103 relocation >>= (bfd_vma) howto->rightshift;
107 relocation <<= (bfd_vma) howto->bitpos;
142 HOWTO (R_PCR16L, /* type */
156 HOWTO (R_PCR26L, /* type */
170 HOWTO (R_VRT16, /* type */
184 HOWTO (R_HVRT16, /* type */
198 HOWTO (R_LVRT16, /* type */
212 HOWTO (R_VRT32, /* type */
228 above howto table. */
234 cache_ptr->howto = howto_table + dst->r_type - R_PCR16L;