Home
last modified time | relevance | path

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

12

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dlakemont.h56 #define PDR_SIZE 32 macro
H A Dlakemont.c663 if (drscan(t, NULL, scan.out, PDR_SIZE) != ERROR_OK) in read_hw_reg()
704 if (drscan(t, reg_buf, scan.out, PDR_SIZE) != ERROR_OK) in write_hw_reg()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3579 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3585 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3587 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3634 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3638 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3654 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3664 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3767 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3773 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3775 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3819 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3823 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3839 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3849 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3579 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3585 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3587 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3634 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3638 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3654 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3664 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3767 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3773 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3775 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3819 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3823 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3839 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3849 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3579 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3585 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3587 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3634 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3638 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3654 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3664 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3767 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3773 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3775 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3819 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3823 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3839 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3849 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3579 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3585 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3587 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3634 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3638 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3654 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3664 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3767 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3773 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3775 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3819 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3823 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3839 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3849 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A 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()
H A 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()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A 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()
H A 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()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3584 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3590 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3592 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3639 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3643 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3659 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3669 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3772 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3778 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3780 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3824 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3828 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3844 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3854 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
H A Delfxx-mips.c11110 #define PDR_SIZE 32 macro
11126 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
11132 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info()
11147 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
11149 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
11159 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
11197 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
11202 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
11203 to += PDR_SIZE; in _bfd_mips_elf_write_section()
/dports/devel/gdb761/gdb-7.6.1/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.c156 #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()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-score7.c151 #define PDR_SIZE 32 macro
3581 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s7_bfd_score_elf_write_section()
3587 memcpy (to, from, PDR_SIZE); in s7_bfd_score_elf_write_section()
3589 to += PDR_SIZE; in s7_bfd_score_elf_write_section()
3636 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s7_bfd_score_elf_discard_info()
3640 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s7_bfd_score_elf_discard_info()
3656 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s7_bfd_score_elf_discard_info()
3666 o->size -= skip * PDR_SIZE; in s7_bfd_score_elf_discard_info()
H A Delf32-score.c155 #define PDR_SIZE 32 macro
3769 for (from = contents, i = 0; from < end; from += PDR_SIZE, i++) in s3_bfd_score_elf_write_section()
3775 memcpy (to, from, PDR_SIZE); in s3_bfd_score_elf_write_section()
3777 to += PDR_SIZE; in s3_bfd_score_elf_write_section()
3821 if ((!o) || (o->size == 0) || (o->size % PDR_SIZE != 0) in s3_bfd_score_elf_discard_info()
3825 tdata = bfd_zmalloc (o->size / PDR_SIZE); in s3_bfd_score_elf_discard_info()
3841 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in s3_bfd_score_elf_discard_info()
3851 o->size -= skip * PDR_SIZE; in s3_bfd_score_elf_discard_info()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delfxx-mips.c7696 #define PDR_SIZE 32 macro
7712 if (o->_raw_size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
7718 tdata = bfd_zmalloc (o->_raw_size / PDR_SIZE); in _bfd_mips_elf_discard_info()
7733 for (i = 0, skip = 0; i < o->_raw_size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
7735 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
7745 o->_cooked_size = o->_raw_size - skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
7782 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
7787 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
7788 to += PDR_SIZE; in _bfd_mips_elf_write_section()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delfxx-mips.c7696 #define PDR_SIZE 32
7712 if (o->_raw_size % PDR_SIZE != 0)
7718 tdata = bfd_zmalloc (o->_raw_size / PDR_SIZE);
7733 for (i = 0, skip = 0; i < o->_raw_size / PDR_SIZE; i ++)
7735 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie))
7745 o->_cooked_size = o->_raw_size - skip * PDR_SIZE;
7782 from += PDR_SIZE, i++)
7787 memcpy (to, from, PDR_SIZE);
7788 to += PDR_SIZE;
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delfxx-mips.c8479 #define PDR_SIZE 32 macro
8495 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
8501 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info()
8516 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
8518 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
8528 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
8565 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
8570 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
8571 to += PDR_SIZE; in _bfd_mips_elf_write_section()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delfxx-mips.c9563 #define PDR_SIZE 32 macro
9579 if (o->size % PDR_SIZE != 0) in _bfd_mips_elf_discard_info()
9585 tdata = bfd_zmalloc (o->size / PDR_SIZE); in _bfd_mips_elf_discard_info()
9600 for (i = 0, skip = 0; i < o->size / PDR_SIZE; i ++) in _bfd_mips_elf_discard_info()
9602 if (bfd_elf_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) in _bfd_mips_elf_discard_info()
9612 o->size -= skip * PDR_SIZE; in _bfd_mips_elf_discard_info()
9649 from += PDR_SIZE, i++) in _bfd_mips_elf_write_section()
9654 memcpy (to, from, PDR_SIZE); in _bfd_mips_elf_write_section()
9655 to += PDR_SIZE; in _bfd_mips_elf_write_section()

12