Home
last modified time | relevance | path

Searched refs:table_end (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/dm/
Ddevice-mapper.c602 uint64_t table_start, table_end; in dmstrategy() local
608 table_end = 0; in dmstrategy()
651 table_end = table_start + table_en->length * DEV_BSIZE; in dmstrategy()
653 end = MIN(table_end, buf_start + buf_len); in dmstrategy()
657 PRIu64 "\n", table_start, table_end); in dmstrategy()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dui-out.h180 void table_end ();
443 m_uiout->table_end (); in ~ui_out_emit_table()
Dui-out.c387 ui_out::table_end () in table_end() function
DChangeLog-201666 (ui_out::table_end): ... this.
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-20181047 * coffgen.c (coff_pointerize_aux): Add table_end parameter. Use
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog-20181047 * coffgen.c (coff_pointerize_aux): Add table_end parameter. Use
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git59885 Remove coff_pointerize_aux table_end param
59886 I'm fairly certain the table_end checks are redundant now. This
59889 * coffgen.c (coff_pointerize_aux): Remove table_end parameter.