Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/bfd/
HDverilog.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()
HDsrec.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()
HDtekhex.c699 bfd_size_type bytes_to_do) in tekhex_set_section_contents() argument
703 move_section_contents (abfd, section, locationp, offset, bytes_to_do, in tekhex_set_section_contents()
/dragonfly/contrib/gdb-7/bfd/
HDverilog.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()
HDsrec.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()
HDtekhex.c646 bfd_size_type bytes_to_do) in tekhex_set_section_contents() argument
668 move_section_contents (abfd, section, locationp, offset, bytes_to_do, in tekhex_set_section_contents()
/dragonfly/contrib/binutils-2.34/bfd/
HDverilog.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()
HDsrec.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()
HDtekhex.c703 bfd_size_type bytes_to_do) in tekhex_set_section_contents() argument
707 move_section_contents (abfd, section, locationp, offset, bytes_to_do, in tekhex_set_section_contents()