Home
last modified time | relevance | path

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

/dports/devel/p5-Perl6-Form/Perl6-Form-0.04/
H A DForm.pm1115 my $sect_opts = $section->{opts};
1116 my $page = $sect_opts->{page};
1123 : $page->{header}{$parity} ? $page->{header}{$parity}($sect_opts)
1129 : $page->{footer}{other} ? $page->{footer}{other}($sect_opts)
1132 $page->{feed}{$pagetype} ? $page->{feed}{$pagetype}($sect_opts)
1133 : $page->{feed}{$parity} ? $page->{feed}{$parity}($sect_opts)
1134 : $page->{feed}{other} ? $page->{feed}{other}($sect_opts)
1145 $page->{header}{last} ? $page->{header}{last}($sect_opts)
1148 $page->{footer}{last} ? $page->{footer}{last}($sect_opts)
1157 $feed = $page->{feed}{last}($sect_opts)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsymfile.c1614 struct sect_opt *sect_opts = NULL; in add_symbol_file_command() local
1660 sect_opts[section_index].name = ".text"; in add_symbol_file_command()
1661 sect_opts[section_index].value = arg; in add_symbol_file_command()
1665 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
1666 xrealloc (sect_opts, in add_symbol_file_command()
1690 sect_opts[section_index].name = arg; in add_symbol_file_command()
1696 sect_opts[section_index].value = arg; in add_symbol_file_command()
1701 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
1702 xrealloc (sect_opts, in add_symbol_file_command()
1726 char *val = sect_opts[i].value; in add_symbol_file_command()
[all …]
H A DChangeLog-20038010 (add_symbol_file_command): Allocate sect_opts dynamically.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsymfile.c1614 struct sect_opt *sect_opts = NULL; in add_symbol_file_command() local
1660 sect_opts[section_index].name = ".text"; in add_symbol_file_command()
1661 sect_opts[section_index].value = arg; in add_symbol_file_command()
1665 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
1666 xrealloc (sect_opts, in add_symbol_file_command()
1690 sect_opts[section_index].name = arg; in add_symbol_file_command()
1696 sect_opts[section_index].value = arg; in add_symbol_file_command()
1701 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
1702 xrealloc (sect_opts, in add_symbol_file_command()
1726 char *val = sect_opts[i].value; in add_symbol_file_command()
[all …]
H A DChangeLog-20038010 (add_symbol_file_command): Allocate sect_opts dynamically.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsymfile.c2177 struct sect_opt *sect_opts = NULL; in add_symbol_file_command() local
2207 sect_opts[section_index].name = ".text"; in add_symbol_file_command()
2208 sect_opts[section_index].value = arg; in add_symbol_file_command()
2212 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
2213 xrealloc (sect_opts, in add_symbol_file_command()
2237 sect_opts[section_index].name = arg; in add_symbol_file_command()
2243 sect_opts[section_index].value = arg; in add_symbol_file_command()
2248 sect_opts = ((struct sect_opt *) in add_symbol_file_command()
2249 xrealloc (sect_opts, in add_symbol_file_command()
2280 char *val = sect_opts[i].value; in add_symbol_file_command()
[all …]
H A DChangeLog-20061209 extending sect_opts.
H A DChangeLog-20038010 (add_symbol_file_command): Allocate sect_opts dynamically.
/dports/devel/gdb761/gdb-7.6.1/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 …]
H A DChangeLog-20061209 extending sect_opts.
H A DChangeLog-20038010 (add_symbol_file_command): Allocate sect_opts dynamically.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsymfile.c2201 std::vector<sect_opt> sect_opts = { { ".text", NULL } }; in add_symbol_file_command() local
2227 sect_opts[0].value = arg; in add_symbol_file_command()
2246 sect_opts.push_back (sect); in add_symbol_file_command()
2278 std::vector<sect_opt>::const_iterator it = sect_opts.begin (); in add_symbol_file_command()
2281 for (; it != sect_opts.end (); ++it) in add_symbol_file_command()
H A DChangeLog-20061209 extending sect_opts.
H A DChangeLog-20038010 (add_symbol_file_command): Allocate sect_opts dynamically.