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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dwin32-nat.c795 struct section_table *table_start = NULL; local
799 build_section_table (abfd, &table_start, &table_end);
801 for (iter = table_start; iter < table_end; ++iter)
808 result = build_section_addr_info_from_section_table (table_start,
811 xfree (table_start);

Completed in 103 milliseconds