Searched refs:PDR_SIZE (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-score7.c | 151 #define PDR_SIZE 32 macro 3572 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section() 3578 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section() 3580 to += PDR_SIZE; in s7_bfd_score_elf_write_section() 3627 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info() 3631 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info() 3647 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info() 3657 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
|
H A D | elf32-score.c | 155 #define PDR_SIZE 32 macro 3758 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section() 3764 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section() 3766 to += PDR_SIZE; in s3_bfd_score_elf_write_section() 3810 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info() 3814 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info() 3830 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info() 3840 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
|
H A D | elfxx-mips.c | 13055 #define PDR_SIZE 32 macro 13071 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info() 13077 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info() 13092 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info() 13094 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info() 13106 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info() 13144 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section() 13149 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section() 13150 to += PDR_SIZE; in _bfd_mips_elf_write_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-score7.c | 151 #define PDR_SIZE 32 macro 3572 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section() 3578 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section() 3580 to += PDR_SIZE; in s7_bfd_score_elf_write_section() 3627 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info() 3631 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info() 3647 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info() 3657 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
|
H A D | elf32-score.c | 155 #define PDR_SIZE 32 macro 3758 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section() 3764 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section() 3766 to += PDR_SIZE; in s3_bfd_score_elf_write_section() 3810 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info() 3814 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info() 3830 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info() 3840 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
|
H A D | elfxx-mips.c | 12960 #define PDR_SIZE 32 macro 12976 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info() 12982 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info() 12997 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info() 12999 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info() 13011 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info() 13049 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section() 13054 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section() 13055 to += PDR_SIZE; in _bfd_mips_elf_write_section()
|