Searched refs:bytes_to_do (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | verilog.c | 111 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()
|
| HD | srec.c | 882 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()
|
| HD | tekhex.c | 699 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/ |
| HD | verilog.c | 112 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()
|
| HD | srec.c | 871 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()
|
| HD | tekhex.c | 646 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/ |
| HD | verilog.c | 115 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()
|
| HD | srec.c | 886 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()
|
| HD | tekhex.c | 703 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()
|