Home
last modified time | relevance | path

Searched refs:RELOC_BASE13 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/aout/
Dreloc.h32 RELOC_BASE10, RELOC_BASE13, RELOC_BASE22, /* P.I.C. (base-relative) */ enumerator
Daout64.h466 RELOC_BASE13, /* right way now */ enumerator
/freebsd-12-stable/contrib/binutils/gas/config/
Daout_gnu.h46 RELOC_BASE10, RELOC_BASE13, RELOC_BASE22, /* P.I.C. (base-relative) */ enumerator
/freebsd-12-stable/contrib/binutils/bfd/
Daoutx.h198 …HOWTO (RELOC_BASE13, 0, 2, 13, FALSE, 0, complain_overflow_signed, 0, "BASE13", FALSE, 0,…
2167 || r_type == (unsigned int) RELOC_BASE13 in NAME()
4288 || r_type == (unsigned int) RELOC_BASE13 in aout_link_input_section_ext()
4295 || r_type == (unsigned int) RELOC_BASE13 in aout_link_input_section_ext()
4465 || r_type == (unsigned int) RELOC_BASE13 in aout_link_input_section_ext()
4549 && r_type != (unsigned int) RELOC_BASE13 in aout_link_input_section_ext()
4594 || r_type == (unsigned int) RELOC_BASE13 in aout_link_input_section_ext()
Dsunos.c1467 || r_type == RELOC_BASE13 in sunos_scan_ext_relocs()
2396 || r_type == RELOC_BASE13 in sunos_check_dynamic_reloc()
DChangeLog-98994477 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
DChangeLog-02035922 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-929512373 (md_apply_fix, RELOC_BASE13 case): Check for relocation overflow.