Searched refs:VerilogDataWidth (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dverilog.c63 unsigned int VerilogDataWidth = 1; variable
205 + ((end - data) / VerilogDataWidth) /* Number of spaces we want to emit. */
217 if (VerilogDataWidth == 1)
232 and VerilogDataWidth is 4 then we want to emit:
236 for (src = data; src < (end - VerilogDataWidth); src += VerilogDataWidth)
238 for (i = VerilogDataWidth - 1; i >= 0; i--)
261 if ((src - data) % VerilogDataWidth == 0)
/netbsd-current/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. */
230 if (VerilogDataWidth == 1)
245 and VerilogDataWidth is 4 then we want to emit:
249 for (src = data; src < (end - VerilogDataWidth); src += VerilogDataWidth)
251 for (i = VerilogDataWidth - 1; i >= 0; i--)
274 if ((src - data) % VerilogDataWidth == 0)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dverilog.c63 unsigned int VerilogDataWidth = 1; variable
222 + ((end - data) / VerilogDataWidth) /* Number of spaces we want to emit. */
234 if (VerilogDataWidth == 1)
250 and VerilogDataWidth is 4 then we want to emit:
254 for (src = data; src < (end - VerilogDataWidth); src += VerilogDataWidth)
256 for (i = VerilogDataWidth - 1; i >= 0; i--)
281 if ((src - data) % VerilogDataWidth == 0)
303 if (list->where % VerilogDataWidth)
309 verilog_write_address (abfd, list->where / VerilogDataWidth);
[all...]
/netbsd-current/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. */
234 if (VerilogDataWidth == 1)
250 and VerilogDataWidth is 4 then we want to emit:
254 for (src = data; src < (end - VerilogDataWidth); src += VerilogDataWidth)
256 for (i = VerilogDataWidth - 1; i >= 0; i--)
281 if ((src - data) % VerilogDataWidth == 0)
303 if (list->where % VerilogDataWidth)
309 verilog_write_address (abfd, list->where / VerilogDataWidth);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dobjcopy.c542 extern unsigned int VerilogDataWidth;
5778 VerilogDataWidth = parse_vma (optarg, "--verilog-data-width");
5779 if (VerilogDataWidth < 1)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c547 extern unsigned int VerilogDataWidth;
5848 VerilogDataWidth = parse_vma (optarg, "--verilog-data-width");
5849 if (VerilogDataWidth < 1)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c551 extern unsigned int VerilogDataWidth;
5966 VerilogDataWidth = parse_vma (optarg, "--verilog-data-width");
5967 switch (VerilogDataWidth)

Completed in 286 milliseconds