Home
last modified time | relevance | path

Searched refs:VerilogDataWidth (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dverilog.c63 unsigned int VerilogDataWidth = 1; variable
222 + ((end - data) / VerilogDataWidth) /* Number of spaces we want to emit. */ in verilog_write_record()
234 if (VerilogDataWidth == 1) in verilog_write_record()
254 for (src = data; src < (end - VerilogDataWidth); src += VerilogDataWidth) in verilog_write_record()
256 for (i = VerilogDataWidth - 1; i >= 0; i--) in verilog_write_record()
281 if ((src - data) % VerilogDataWidth == 0) in verilog_write_record()
303 if (list->where % VerilogDataWidth) in verilog_write_section()
309 verilog_write_address (abfd, list->where / VerilogDataWidth); in verilog_write_section()
H A DChangeLog-20192427 * verilog.c: (VerilogDataWidth): New variable.
2428 (verilog_write_record): Emit bytes in VerilogDataWidth bundles.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dverilog.c63 unsigned int VerilogDataWidth = 1; variable
218 + ((end - data) / VerilogDataWidth) /* Number of spaces we want to emit. */ in verilog_write_record()
230 if (VerilogDataWidth == 1) in verilog_write_record()
249 for (src = data; src < (end - VerilogDataWidth); src += VerilogDataWidth) in verilog_write_record()
251 for (i = VerilogDataWidth - 1; i >= 0; i--) in verilog_write_record()
274 if ((src - data) % VerilogDataWidth == 0) in verilog_write_record()
H A DChangeLog-20192427 * verilog.c: (VerilogDataWidth): New variable.
2428 (verilog_write_record): Emit bytes in VerilogDataWidth bundles.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c546 extern unsigned int VerilogDataWidth;
5846 VerilogDataWidth = parse_vma (optarg, "--verilog-data-width"); in copy_main()
5847 if (VerilogDataWidth < 1) in copy_main()
H A DChangeLog-20191034 the value of VerilogDataWidth.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c550 extern unsigned int VerilogDataWidth;
5964 VerilogDataWidth = parse_vma (optarg, "--verilog-data-width"); in copy_main()
5965 switch (VerilogDataWidth) in copy_main()
H A DChangeLog-20191034 the value of VerilogDataWidth.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20192427 * verilog.c: (VerilogDataWidth): New variable.
2428 (verilog_write_record): Emit bytes in VerilogDataWidth bundles.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20192427 * verilog.c: (VerilogDataWidth): New variable.
2428 (verilog_write_record): Emit bytes in VerilogDataWidth bundles.