Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c2290 size_t num_sect_opts = 0; in add_symbol_file_command() local
2293 num_sect_opts = 16; in add_symbol_file_command()
2294 sect_opts = (struct sect_opt *) xmalloc (num_sect_opts in add_symbol_file_command()
2321 if (++section_index >= num_sect_opts) in add_symbol_file_command()
2323 num_sect_opts *= 2; in add_symbol_file_command()
2326 num_sect_opts in add_symbol_file_command()
2357 if (++section_index >= num_sect_opts) in add_symbol_file_command()
2359 num_sect_opts *= 2; in add_symbol_file_command()
2362 num_sect_opts in add_symbol_file_command()