Lines Matching defs:RELOC_SIZE
202 #define RELOC_SIZE 2
416 obj_reloc_entry_size (abfd) = RELOC_SIZE;
586 obj_reloc_entry_size (abfd) = RELOC_SIZE;
847 obj_reloc_entry_size (abfd) = RELOC_SIZE;
1934 bfd_size_type reloc_size;
1948 reloc_size = exec_hdr(abfd)->a_drsize;
1950 reloc_size = exec_hdr(abfd)->a_trsize;
1952 reloc_size = 0;
1961 relocs = _bfd_malloc_and_read (abfd, reloc_size, reloc_size);
1962 if (relocs == NULL && reloc_size != 0)
1966 count = reloc_size / each_size;
1993 counter++, rptr += RELOC_SIZE, cache_ptr++)
1997 rptr += RELOC_SIZE;
1998 if ((char *) rptr >= (char *) relocs + reloc_size)
2008 /* Just in case, if rptr >= relocs + reloc_size should happen
3367 BFD_ASSERT (obj_reloc_entry_size (input_bfd) == RELOC_SIZE);
3379 for (; rel < rel_end; rel += RELOC_SIZE)