Home
last modified time | relevance | path

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

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