Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymfile.c1755 size_t num_sect_opts = 0; in add_symbol_file_command() local
1758 num_sect_opts = 16; in add_symbol_file_command()
1759 sect_opts = (struct sect_opt *) xmalloc (num_sect_opts in add_symbol_file_command()
1802 if (++section_index > num_sect_opts) in add_symbol_file_command()
1804 num_sect_opts *= 2; in add_symbol_file_command()
1807 num_sect_opts in add_symbol_file_command()
1838 if (++section_index > num_sect_opts) in add_symbol_file_command()
1840 num_sect_opts *= 2; in add_symbol_file_command()
1843 num_sect_opts in add_symbol_file_command()