Searched refs:RELOC_JMP_TBL (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/include/aout/ |
D | reloc.h | 35 RELOC_JMP_TBL, /* P.I.C. jump table */ enumerator
|
D | adobe.h | 285 RELOC_JMP_TBL, enumerator
|
D | aout64.h | 469 RELOC_JMP_TBL, enumerator
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | sunos.c | 1561 if (r_type != RELOC_JMP_TBL in sunos_scan_ext_relocs() 1567 if (r_type == RELOC_JMP_TBL in sunos_scan_ext_relocs() 1597 BFD_ASSERT (r_type == RELOC_JMP_TBL in sunos_scan_ext_relocs() 1600 BFD_ASSERT (r_type == RELOC_JMP_TBL in sunos_scan_ext_relocs() 1612 if (r_type != RELOC_JMP_TBL in sunos_scan_ext_relocs() 1618 else if (r_type != RELOC_JMP_TBL in sunos_scan_ext_relocs() 1666 if (bfd_link_pic (info) && r_type != RELOC_JMP_TBL) in sunos_scan_ext_relocs() 2391 jmptbl = r_type == RELOC_JMP_TBL; in sunos_check_dynamic_reloc()
|
D | aoutx.h | 201 …HOWTO (RELOC_JMP_TBL, 2, 2, 30, TRUE, 0, complain_overflow_signed, 0, "JMP_TBL", FALSE, 0…
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 48 RELOC_JMP_TBL, /* P.I.C. jump table */ enumerator
|