Home
last modified time | relevance | path

Searched refs:bytes_to_do (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dverilog.c111 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
120 if (bytes_to_do in verilog_set_section_contents()
126 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
129 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
133 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c882 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
892 if (bytes_to_do in srec_set_section_contents()
898 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
901 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
907 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff) in srec_set_section_contents()
909 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff in srec_set_section_contents()
917 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dverilog.c111 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
120 if (bytes_to_do in verilog_set_section_contents()
126 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
129 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
133 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c882 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
892 if (bytes_to_do in srec_set_section_contents()
898 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
901 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
907 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff) in srec_set_section_contents()
909 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff in srec_set_section_contents()
917 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dverilog.c112 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
121 if (bytes_to_do in verilog_set_section_contents()
127 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
130 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
134 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c871 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
880 if (bytes_to_do in srec_set_section_contents()
886 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
889 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
895 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffff) in srec_set_section_contents()
897 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffffff in srec_set_section_contents()
905 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dverilog.c112 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
121 if (bytes_to_do in verilog_set_section_contents()
127 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
130 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
134 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c871 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
880 if (bytes_to_do in srec_set_section_contents()
886 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
889 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
895 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffff) in srec_set_section_contents()
897 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffffff in srec_set_section_contents()
905 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dverilog.c111 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
120 if (bytes_to_do in verilog_set_section_contents()
126 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
129 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
133 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c886 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
896 if (bytes_to_do in srec_set_section_contents()
902 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
905 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
911 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff) in srec_set_section_contents()
913 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff in srec_set_section_contents()
921 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dverilog.c115 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
124 if (bytes_to_do in verilog_set_section_contents()
130 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
133 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
137 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c877 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
887 if (bytes_to_do in srec_set_section_contents()
893 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
896 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
902 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff) in srec_set_section_contents()
904 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff in srec_set_section_contents()
912 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dverilog.c115 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
124 if (bytes_to_do in verilog_set_section_contents()
130 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
133 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
137 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c877 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
887 if (bytes_to_do in srec_set_section_contents()
893 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
896 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
902 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff) in srec_set_section_contents()
904 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff in srec_set_section_contents()
912 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dverilog.c115 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
124 if (bytes_to_do in verilog_set_section_contents()
130 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
133 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
137 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c877 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
887 if (bytes_to_do in srec_set_section_contents()
893 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
896 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
902 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff) in srec_set_section_contents()
904 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff in srec_set_section_contents()
912 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dverilog.c115 bfd_size_type bytes_to_do) in verilog_set_section_contents() argument
124 if (bytes_to_do in verilog_set_section_contents()
130 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in verilog_set_section_contents()
133 memcpy ((void *) data, location, (size_t) bytes_to_do); in verilog_set_section_contents()
137 entry->size = bytes_to_do; in verilog_set_section_contents()
H A Dsrec.c877 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
887 if (bytes_to_do in srec_set_section_contents()
893 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
896 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
902 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff) in srec_set_section_contents()
904 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff in srec_set_section_contents()
912 entry->size = bytes_to_do; in srec_set_section_contents()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dsrec.c872 srec_set_section_contents (abfd, section, location, offset, bytes_to_do) in srec_set_section_contents() argument
877 bfd_size_type bytes_to_do;
887 if (bytes_to_do
893 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do);
896 memcpy ((PTR) data, location, (size_t) bytes_to_do);
902 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffff)
904 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffffff
912 entry->size = bytes_to_do;
H A Dcoff-tic54x.c348 tic54x_set_section_contents (abfd, section, location, offset, bytes_to_do) in tic54x_set_section_contents() argument
353 bfd_size_type bytes_to_do;
356 offset, bytes_to_do);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dsrec.c872 srec_set_section_contents (abfd, section, location, offset, bytes_to_do) in srec_set_section_contents() argument
877 bfd_size_type bytes_to_do;
887 if (bytes_to_do
893 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do);
896 memcpy ((PTR) data, location, (size_t) bytes_to_do);
902 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffff)
904 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffffff
912 entry->size = bytes_to_do;
H A Dmmo.c2137 mmo_get_section_contents (abfd, sec, location, offset, bytes_to_do) in mmo_get_section_contents() argument
2142 bfd_size_type bytes_to_do ATTRIBUTE_UNUSED;
2146 while (bytes_to_do)
2152 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2165 bytes_to_do -= chunk_size;
2613 mmo_set_section_contents (abfd, sec, location, offset, bytes_to_do) in mmo_set_section_contents() argument
2618 bfd_size_type bytes_to_do;
2621 while (bytes_to_do)
2627 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2640 bytes_to_do -= chunk_size;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dsrec.c872 srec_set_section_contents (abfd, section, location, offset, bytes_to_do) in srec_set_section_contents() argument
877 bfd_size_type bytes_to_do;
887 if (bytes_to_do
893 data = (bfd_byte *) bfd_alloc (abfd, bytes_to_do);
896 memcpy ((PTR) data, location, (size_t) bytes_to_do);
902 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffff)
904 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffffff
912 entry->size = bytes_to_do;
H A Dmmo.c2137 mmo_get_section_contents (abfd, sec, location, offset, bytes_to_do) in mmo_get_section_contents() argument
2142 bfd_size_type bytes_to_do ATTRIBUTE_UNUSED;
2146 while (bytes_to_do)
2152 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2165 bytes_to_do -= chunk_size;
2613 mmo_set_section_contents (abfd, sec, location, offset, bytes_to_do) in mmo_set_section_contents() argument
2618 bfd_size_type bytes_to_do;
2621 while (bytes_to_do)
2627 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2640 bytes_to_do -= chunk_size;
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dsrec.c816 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
825 if (bytes_to_do in srec_set_section_contents()
831 data = bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
834 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
840 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffff) in srec_set_section_contents()
842 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffffff in srec_set_section_contents()
850 entry->size = bytes_to_do; in srec_set_section_contents()

123