Searched refs:RELOC_STD_SIZE (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Di386aout.c58 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Dnetbsd.h94 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Dfreebsd.h112 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Dsunos.c1270 relend = relocs + rel_size / RELOC_STD_SIZE;
1350 srel->size += RELOC_STD_SIZE;
1358 srel->size += RELOC_STD_SIZE;
1386 srel->size += RELOC_STD_SIZE;
1717 if (obj_reloc_entry_size (abfd) == RELOC_STD_SIZE)
2177 if (obj_reloc_entry_size (output_bfd) == RELOC_STD_SIZE)
2366 if (obj_reloc_entry_size (input_bfd) == RELOC_STD_SIZE)
2424 if (obj_reloc_entry_size (input_bfd) == RELOC_STD_SIZE)
2490 if (obj_reloc_entry_size (dynobj) == RELOC_STD_SIZE)
2622 if (obj_reloc_entry_size (dynobj) == RELOC_STD_SIZE)
[all...]
H A Daout-target.h96 RELOC_STD_SIZE. */
239 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Dmipsbsd.c121 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Daoutf1.h174 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Di386linux.c79 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Dsparclinux.c81 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
H A Daoutx.h525 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
878 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
3708 if (obj_reloc_entry_size (finfo->output_bfd) == RELOC_STD_SIZE)
3898 BFD_ASSERT (obj_reloc_entry_size (input_bfd) == RELOC_STD_SIZE);
3908 reloc_count = rel_size / RELOC_STD_SIZE;
4664 if (obj_reloc_entry_size (input_bfd) == RELOC_STD_SIZE)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h409 #define RELOC_STD_SIZE 8 /* Bytes per relocation entry */
407 #define RELOC_STD_SIZE macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h379 #define RELOC_STD_SIZE (BYTES_IN_WORD + 3 + 1) /* Bytes per relocation entry. */
377 #define RELOC_STD_SIZE macro

Completed in 149 milliseconds