Home
last modified time | relevance | path

Searched refs:RELOC_EXT_SIZE (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Daout-cris.c127 obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE; in MY()
286 obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE; in MY()
Di386lynx.c430 if (each_size == RELOC_EXT_SIZE) in NAME()
487 if (each_size == RELOC_EXT_SIZE) in NAME()
Dsparclynx.c135 obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE; in choose_reloc_size()
Dsunos.c477 if (obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE) in sunos_canonicalize_dynamic_reloc()
1421 relend = relocs + rel_size / RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
1520 srel->size += RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
1545 srel->size += RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
1616 srel->size += RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
1626 srel->size += RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
1661 srel->size += RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
1667 srel->size += RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
Daout-ns32k.c213 int ext = obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE; in MY()
Dmipsbsd.c115 obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE; in MY()
Daoutx.h147 ((obj_reloc_entry_size (BFD) == RELOC_EXT_SIZE \
267 int ext = obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE; in NAME()
325 if (obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE) in NAME()
885 obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE; in NAME()
2335 if (each_size == RELOC_EXT_SIZE) in NAME()
2383 if (each_size == RELOC_EXT_SIZE) in NAME()
4299 BFD_ASSERT (obj_reloc_entry_size (input_bfd) == RELOC_EXT_SIZE); in aout_link_input_section_ext()
4309 reloc_count = rel_size / RELOC_EXT_SIZE; in aout_link_input_section_ext()
Daoutf1.h170 obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE; in choose_reloc_size()
/toolchain/binutils/binutils-2.25/include/aout/
Dadobe.h256 #define RELOC_EXT_SIZE (BYTES_IN_WORD + 3 + 1 + BYTES_IN_WORD) macro
Daout64.h440 #define RELOC_EXT_SIZE (BYTES_IN_WORD + 3 + 1 + BYTES_IN_WORD) macro
/toolchain/binutils/binutils-2.25/gas/config/
Daout_gnu.h328 #define RELOC_EXT_SIZE 12 /* Bytes per relocation entry */ macro