Home | History | Annotate | Download | only in bfd

Lines Matching refs:howto

35 HOWTO (R_H8500_IMM8, 0, 1, 8, FALSE, 0,
39 HOWTO (R_H8500_IMM16, 0, 1, 16, FALSE, 0,
43 HOWTO (R_H8500_IMM24, 0, 1, 24, FALSE, 0,
47 HOWTO (R_H8500_IMM32, 0, 1, 32, FALSE, 0,
51 HOWTO (R_H8500_HIGH8, 0, 1, 8, FALSE, 0,
55 HOWTO (R_H8500_LOW16, 0, 1, 16, FALSE, 0,
59 HOWTO (R_H8500_PCREL8, 0, 1, 8, TRUE, 0, complain_overflow_signed, 0, "r_pcrel8", TRUE, 0, 0, TRUE);
62 HOWTO (R_H8500_PCREL16, 0, 1, 16, TRUE, 0, complain_overflow_signed, 0, "r_pcrel16", TRUE, 0, 0, TRUE);
65 HOWTO (R_H8500_HIGH16, 0, 1, 8, FALSE, 0,
69 /* Turn a howto into a reloc number. */
72 coff_h8500_select_reloc (reloc_howto_type *howto)
74 return howto->type;
77 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
91 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
99 internal->howto = NULL;
102 internal->howto = &r_imm8;
105 internal->howto = &r_imm16;
108 internal->howto = &r_imm24;
111 internal->howto = &r_imm32;
114 internal->howto = &r_pcrel8;
117 internal->howto = &r_pcrel16;
120 internal->howto = &r_high8;
123 internal->howto = &r_high16;
126 internal->howto = &r_low16;
172 switch (reloc->howto->type)
250 reloc->howto->name, reloc->addend, input_section->owner,
271 reloc->howto->name, reloc->addend, input_section->owner,