Searched refs:RELOC_JMP_TBL (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/aout/
H A Dreloc.h34 RELOC_JMP_TBL, /* P.I.C. jump table */ enumerator in enum:reloc_type
H A Daout64.h474 RELOC_JMP_TBL,
472 RELOC_JMP_TBL, enumerator in enum:reloc_type
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h48 RELOC_JMP_TBL, /* P.I.C. jump table */ enumerator in enum:reloc_type
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsunos.c1566 if (r_type != RELOC_JMP_TBL
1572 if (r_type == RELOC_JMP_TBL
1602 BFD_ASSERT (r_type == RELOC_JMP_TBL
1605 BFD_ASSERT (r_type == RELOC_JMP_TBL
1617 if (r_type != RELOC_JMP_TBL
1623 else if (r_type != RELOC_JMP_TBL
1671 if (info->shared && r_type != RELOC_JMP_TBL)
2399 jmptbl = r_type == RELOC_JMP_TBL;
H A Daoutx.h202 HOWTO (RELOC_JMP_TBL, 2, 2, 30, TRUE, 0, complain_overflow_signed, 0, "JMP_TBL", FALSE, 0, 0x3fffffff, FALSE),

Completed in 137 milliseconds