Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c2289 struct sect_opt *sect_opts = NULL; in add_symbol_file_command() local
2319 sect_opts[section_index].name = ".text"; in add_symbol_file_command()
2320 sect_opts[section_index].value = arg; in add_symbol_file_command()
2324 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
2325 xrealloc (sect_opts, in add_symbol_file_command()
2349 sect_opts[section_index].name = arg; in add_symbol_file_command()
2355 sect_opts[section_index].value = arg; in add_symbol_file_command()
2360 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
2361 xrealloc (sect_opts, in add_symbol_file_command()
2392 char *val = sect_opts[i].value; in add_symbol_file_command()
[all …]