Home | History | Annotate | Download | only in bfd

Lines Matching refs:R_MIPS16_min

3410   { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
3411 { BFD_RELOC_MIPS16_GPREL, R_MIPS16_GPREL - R_MIPS16_min },
3412 { BFD_RELOC_MIPS16_GOT16, R_MIPS16_GOT16 - R_MIPS16_min },
3413 { BFD_RELOC_MIPS16_CALL16, R_MIPS16_CALL16 - R_MIPS16_min },
3414 { BFD_RELOC_MIPS16_HI16_S, R_MIPS16_HI16 - R_MIPS16_min },
3415 { BFD_RELOC_MIPS16_LO16, R_MIPS16_LO16 - R_MIPS16_min },
3416 { BFD_RELOC_MIPS16_TLS_GD, R_MIPS16_TLS_GD - R_MIPS16_min },
3417 { BFD_RELOC_MIPS16_TLS_LDM, R_MIPS16_TLS_LDM - R_MIPS16_min },
3419 R_MIPS16_TLS_DTPREL_HI16 - R_MIPS16_min },
3421 R_MIPS16_TLS_DTPREL_LO16 - R_MIPS16_min },
3422 { BFD_RELOC_MIPS16_TLS_GOTTPREL, R_MIPS16_TLS_GOTTPREL - R_MIPS16_min },
3423 { BFD_RELOC_MIPS16_TLS_TPREL_HI16, R_MIPS16_TLS_TPREL_HI16 - R_MIPS16_min },
3424 { BFD_RELOC_MIPS16_TLS_TPREL_LO16, R_MIPS16_TLS_TPREL_LO16 - R_MIPS16_min }
3587 if (r_type >= R_MIPS16_min && r_type < R_MIPS16_max)
3590 return &mips16_elf64_howto_table_rela[r_type - R_MIPS16_min];
3592 return &mips16_elf64_howto_table_rel[r_type - R_MIPS16_min];