Home
last modified time | relevance | path

Searched refs:R_MIPS_HIGHEST (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/mips/include/
HDelf.h200 #define R_MIPS_HIGHEST 29 macro
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDMips.def35 ELF_RELOC(R_MIPS_HIGHEST, 29)
/NextBSD/contrib/binutils/bfd/
HDelfn32-mips.c507 EMPTY_HOWTO (R_MIPS_HIGHEST),
1182 HOWTO (R_MIPS_HIGHEST, /* type */
2014 { BFD_RELOC_MIPS_HIGHEST, R_MIPS_HIGHEST },
HDelf64-mips.c542 EMPTY_HOWTO (R_MIPS_HIGHEST),
1217 HOWTO (R_MIPS_HIGHEST, /* type */
2170 { BFD_RELOC_MIPS_HIGHEST, R_MIPS_HIGHEST },
HDelf32-mips.c470 HOWTO (R_MIPS_HIGHEST, /* type */
HDelfxx-mips.c4554 case R_MIPS_HIGHEST: in mips_elf_calculate_relocation()
7937 else if (r_type == R_MIPS_HIGHEST) in _bfd_mips_elf_relocate_section()
HDChangeLog-98991622 (elf_mips_howto_table): Add R_MIPS_HIGHER and R_MIPS_HIGHEST
HDChangeLog-02037343 R_MIPS_HIGHEST.
/NextBSD/sys/mips/mips/
HDelf_machdep.c302 case R_MIPS_HIGHEST: /* %highest(A+S) */ in elf_reloc_internal()
/NextBSD/contrib/binutils/include/elf/
HDmips.h67 RELOC_NUMBER (R_MIPS_HIGHEST, 29)
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp170 return ELF::R_MIPS_HIGHEST; in GetRelocType()