Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A 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/binutils.old/dist/bfd/
H A Dcoffgen.c1462 combined_entry_type *table_end) in coff_pointerize_aux() argument
1494 < table_end) in coff_pointerize_aux()
1505 && table_base + auxent->u.auxent.x_sym.x_tagndx.l < table_end) in coff_pointerize_aux()
H A DChangeLog-20181047 * coffgen.c (coff_pointerize_aux): Add table_end parameter. Use
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20181047 * coffgen.c (coff_pointerize_aux): Add table_end parameter. Use
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20181047 * coffgen.c (coff_pointerize_aux): Add table_end parameter. Use
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20181047 * coffgen.c (coff_pointerize_aux): Add table_end parameter. Use
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201666 (ui_out::table_end): ... this.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201666 (ui_out::table_end): ... this.
/netbsd-src/external/gpl3/binutils/dist/
H A 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.