Home
last modified time | relevance | path

Searched refs:PDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-score7.c151 #define PDR_SIZE 32 macro
3588 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3594 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3596 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3643 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3647 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3663 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3673 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
Delf32-score.c155 #define PDR_SIZE 32 macro
3775 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3781 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3783 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3827 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3831 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3847 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3857 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
Delfxx-mips.c12567 #define PDR_SIZE 32 macro
12583 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
12589 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info()
12604 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
12606 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
12618 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
12656 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
12661 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
12662 to += PDR_SIZE; in _bfd_mips_elf_write_section()