Home
last modified time | relevance | path

Searched refs:mips_howto_table_ext (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmipsbsd.c287 static reloc_howto_type mips_howto_table_ext[] = { variable
317 return (&mips_howto_table_ext[MIPS_RELOC_32]);
319 return (&mips_howto_table_ext[MIPS_RELOC_JMP]);
321 return (&mips_howto_table_ext[MIPS_RELOC_WDISP16]);
323 return (&mips_howto_table_ext[MIPS_RELOC_HI16]);
325 return (&mips_howto_table_ext[MIPS_RELOC_HI16_S]);
327 return (&mips_howto_table_ext[MIPS_RELOC_LO16]);
376 tblptr->howto = &mips_howto_table_ext[c];
H A DChangeLog-94954216 * mipsbsd.c (mips_howto_table_ext): Change sizes of memory relocs
7188 (mips_howto_table_ext): Call mips_fix_jmp_addr for MIPS_RELOC_JMP.
H A DChangeLog-9193317 (mips_howto_table_ext): MIPS_RELOC_LO16 should use
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmipsbsd.c291 static reloc_howto_type mips_howto_table_ext[] = { variable
321 return (&mips_howto_table_ext[MIPS_RELOC_32]);
323 return (&mips_howto_table_ext[MIPS_RELOC_JMP]);
325 return (&mips_howto_table_ext[MIPS_RELOC_WDISP16]);
327 return (&mips_howto_table_ext[MIPS_RELOC_HI16]);
329 return (&mips_howto_table_ext[MIPS_RELOC_HI16_S]);
331 return (&mips_howto_table_ext[MIPS_RELOC_LO16]);
380 tblptr->howto = &mips_howto_table_ext[c];
H A DChangeLog-94954216 * mipsbsd.c (mips_howto_table_ext): Change sizes of memory relocs
7188 (mips_howto_table_ext): Call mips_fix_jmp_addr for MIPS_RELOC_JMP.
H A DChangeLog-9193317 (mips_howto_table_ext): MIPS_RELOC_LO16 should use