Home
last modified time | relevance | path

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

/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3582 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3588 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3590 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3637 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3641 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3657 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3667 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3770 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3776 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3778 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3822 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3826 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3842 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3852 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
H A Delfxx-mips.c12968 #define PDR_SIZE 32 macro
12984 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
12990 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info()
13005 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
13007 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
13019 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
13057 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
13062 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
13063 to += PDR_SIZE; in _bfd_mips_elf_write_section()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-score7.c151 #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 Delf32-score.c155 #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 Delfxx-mips.c12960 #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()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3583 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3589 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3591 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3638 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3642 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3658 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3668 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3771 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3777 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3779 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3823 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3827 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3843 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3853 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
H A Delfxx-mips.c12947 #define PDR_SIZE 32 macro
12963 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
12969 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info()
12984 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
12986 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
12998 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
13036 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
13041 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
13042 to += PDR_SIZE; in _bfd_mips_elf_write_section()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3583 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3589 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3591 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3638 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3642 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3658 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3668 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3771 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3777 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3779 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3823 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3827 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3843 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3853 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
H A Delfxx-mips.c12947 #define PDR_SIZE 32 macro
12963 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
12969 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info()
12984 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
12986 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
12998 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
13036 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
13041 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
13042 to += PDR_SIZE; in _bfd_mips_elf_write_section()