Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
HDverilog.c71 #define TOHEX(d, x) \ macro
174 TOHEX (dst, (address >> 24)); in verilog_write_address()
176 TOHEX (dst, (address >> 16)); in verilog_write_address()
178 TOHEX (dst, (address >> 8)); in verilog_write_address()
180 TOHEX (dst, (address)); in verilog_write_address()
221 TOHEX (dst, *src); in verilog_write_record()
240 TOHEX (dst, src[i]); in verilog_write_record()
250 TOHEX (dst, *end); in verilog_write_record()
258 TOHEX (dst, *src); in verilog_write_record()
HDihex.c734 #define TOHEX(buf, v) \ in ihex_write_record() macro
738 TOHEX (buf + 1, count); in ihex_write_record()
739 TOHEX (buf + 3, (addr >> 8) & 0xff); in ihex_write_record()
740 TOHEX (buf + 5, addr & 0xff); in ihex_write_record()
741 TOHEX (buf + 7, type); in ihex_write_record()
747 TOHEX (p, *data); in ihex_write_record()
751 TOHEX (p, (- chksum) & 0xff); in ihex_write_record()
HDsrec.c117 #define TOHEX(d, x, ch) \ macro
977 TOHEX (dst, (address >> 24), check_sum); in srec_write_record()
982 TOHEX (dst, (address >> 16), check_sum); in srec_write_record()
988 TOHEX (dst, (address >> 8), check_sum); in srec_write_record()
990 TOHEX (dst, (address), check_sum); in srec_write_record()
997 TOHEX (dst, *src, check_sum); in srec_write_record()
1002 TOHEX (length, (dst - length) / 2, check_sum); in srec_write_record()
1005 TOHEX (dst, check_sum, check_sum); in srec_write_record()
HDtekhex.c94 #define TOHEX(d, x) \ macro
781 TOHEX (front + 1, end - start + 5); in out()
790 TOHEX (front + 4, sum); in out()
827 TOHEX (dst, d->chunk_data[addr + low]); in tekhex_write_object_contents()
/dragonfly/contrib/binutils-2.27/bfd/
HDverilog.c67 #define TOHEX(d, x) \ macro
170 TOHEX (dst, (address >> 24)); in verilog_write_address()
172 TOHEX (dst, (address >> 16)); in verilog_write_address()
174 TOHEX (dst, (address >> 8)); in verilog_write_address()
176 TOHEX (dst, (address)); in verilog_write_address()
202 TOHEX (dst, *src); in verilog_write_record()
HDihex.c727 #define TOHEX(buf, v) \ in ihex_write_record() macro
731 TOHEX (buf + 1, count); in ihex_write_record()
732 TOHEX (buf + 3, (addr >> 8) & 0xff); in ihex_write_record()
733 TOHEX (buf + 5, addr & 0xff); in ihex_write_record()
734 TOHEX (buf + 7, type); in ihex_write_record()
740 TOHEX (p, *data); in ihex_write_record()
744 TOHEX (p, (- chksum) & 0xff); in ihex_write_record()
HDsrec.c117 #define TOHEX(d, x, ch) \ macro
973 TOHEX (dst, (address >> 24), check_sum); in srec_write_record()
977 TOHEX (dst, (address >> 16), check_sum); in srec_write_record()
982 TOHEX (dst, (address >> 8), check_sum); in srec_write_record()
984 TOHEX (dst, (address), check_sum); in srec_write_record()
991 TOHEX (dst, *src, check_sum); in srec_write_record()
996 TOHEX (length, (dst - length) / 2, check_sum); in srec_write_record()
999 TOHEX (dst, check_sum, check_sum); in srec_write_record()
HDtekhex.c94 #define TOHEX(d, x) \ macro
777 TOHEX (front + 1, end - start + 5); in out()
786 TOHEX (front + 4, sum); in out()
823 TOHEX (dst, d->chunk_data[addr + low]); in tekhex_write_object_contents()
/dragonfly/contrib/gdb-7/bfd/
HDverilog.c68 #define TOHEX(d, x) \ macro
171 TOHEX (dst, (address >> 24)); in verilog_write_address()
173 TOHEX (dst, (address >> 16)); in verilog_write_address()
175 TOHEX (dst, (address >> 8)); in verilog_write_address()
177 TOHEX (dst, (address)); in verilog_write_address()
203 TOHEX (dst, *src); in verilog_write_record()
HDihex.c728 #define TOHEX(buf, v) \ in ihex_write_record() macro
732 TOHEX (buf + 1, count); in ihex_write_record()
733 TOHEX (buf + 3, (addr >> 8) & 0xff); in ihex_write_record()
734 TOHEX (buf + 5, addr & 0xff); in ihex_write_record()
735 TOHEX (buf + 7, type); in ihex_write_record()
741 TOHEX (p, *data); in ihex_write_record()
745 TOHEX (p, (- chksum) & 0xff); in ihex_write_record()
HDsrec.c119 #define TOHEX(d, x, ch) \ macro
961 TOHEX (dst, (address >> 24), check_sum); in srec_write_record()
965 TOHEX (dst, (address >> 16), check_sum); in srec_write_record()
970 TOHEX (dst, (address >> 8), check_sum); in srec_write_record()
972 TOHEX (dst, (address), check_sum); in srec_write_record()
979 TOHEX (dst, *src, check_sum); in srec_write_record()
984 TOHEX (length, (dst - length) / 2, check_sum); in srec_write_record()
987 TOHEX (dst, check_sum, check_sum); in srec_write_record()
HDtekhex.c95 #define TOHEX(d, x) \ macro
742 TOHEX (front + 1, end - start + 5); in out()
751 TOHEX (front + 4, sum); in out()
797 TOHEX (dst, d->chunk_data[addr + low]); in tekhex_write_object_contents()