Home
last modified time | relevance | path

Searched refs:subsection (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsom.c2934 asection *subsection; in som_write_fixups() local
2943 for (subsection = abfd->sections; in som_write_fixups()
2944 subsection != NULL; in som_write_fixups()
2945 subsection = subsection->next) in som_write_fixups()
2954 if (!som_is_subspace (subsection) in som_write_fixups()
2955 || !som_is_container (section, subsection)) in som_write_fixups()
2960 if ((subsection->flags & SEC_HAS_CONTENTS) == 0) in som_write_fixups()
2962 som_section_data (subsection)->subspace_dict->fixup_request_index in som_write_fixups()
2969 som_section_data (subsection)->subspace_dict->fixup_request_index in som_write_fixups()
2992 for (j = 0; j < subsection->reloc_count; j++) in som_write_fixups()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c2933 asection *subsection; in som_write_fixups() local
2940 for (subsection = abfd->sections; in som_write_fixups()
2941 subsection != NULL; in som_write_fixups()
2942 subsection = subsection->next) in som_write_fixups()
2951 if (!som_is_subspace (subsection) in som_write_fixups()
2952 || !som_is_container (section, subsection)) in som_write_fixups()
2957 if ((subsection->flags & SEC_HAS_CONTENTS) == 0) in som_write_fixups()
2959 som_section_data (subsection)->subspace_dict->fixup_request_index in som_write_fixups()
2966 som_section_data (subsection)->subspace_dict->fixup_request_index in som_write_fixups()
2989 for (j = 0; j < subsection->reloc_count; j++) in som_write_fixups()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dmsgunfmt.texi11 @subsection Operation mode
39 @subsection Input file location
49 @subsection Input file location in Java mode
70 @subsection Input file location in C# mode
96 @subsection Input file location in Tcl mode
115 @subsection Output file location
129 @subsection Output details
187 @subsection Informative output
H A Dmsgconv.texi11 @subsection Input file location
29 @subsection Output file location
43 @subsection Conversion target
56 @subsection Input file syntax
73 @subsection Output details
144 @subsection Informative output
H A Dmsginit.texi12 @subsection Input file location
26 @subsection Output file location
41 @subsection Input file syntax
58 @subsection Output details
103 @subsection Informative output
H A Dmsgmerge.texi18 @subsection Input file location
44 @subsection Operation mode
55 @subsection Output file location
70 @subsection Output file location in update mode
114 @subsection Operation modifiers
136 @subsection Input file syntax
153 @subsection Output details
225 @subsection Informative output
H A Dmsgcmp.texi16 @subsection Input file location
34 @subsection Operation modifiers
56 @subsection Input file syntax
73 @subsection Informative output
H A Dmsgfmt.texi11 @subsection Input file location
28 @subsection Operation mode
65 @subsection Output file location
90 @subsection Output file location in Java mode
116 @subsection Output file location in C# mode
142 @subsection Output file location in Tcl mode
161 @subsection Input file syntax
178 @subsection Input file interpretation
257 @subsection Output details
275 @subsection Informative output
H A Dmsguniq.texi20 @subsection Input file location
38 @subsection Output file location
52 @subsection Message selection
69 @subsection Input file syntax
86 @subsection Output details
170 @subsection Informative output
H A Dmsgfilter.texi11 @subsection Input file location
32 @subsection Output file location
46 @subsection The filter
74 @subsection Useful @var{filter-option}s when the @var{filter} is @samp{sed}
99 @subsection Built-in @var{filter}s
114 @subsection Input file syntax
131 @subsection Output details
206 @subsection Informative output
H A Dmsgattrib.texi12 @subsection Input file location
30 @subsection Output file location
44 @subsection Message selection
87 @subsection Attribute manipulation
158 @subsection Input file syntax
175 @subsection Output details
248 @subsection Informative output
H A Dmsgcomm.texi18 @subsection Input file location
43 @subsection Output file location
57 @subsection Message selection
83 @subsection Input file syntax
100 @subsection Output details
177 @subsection Informative output
H A Dmsgen.texi17 @subsection Input file location
35 @subsection Output file location
49 @subsection Input file syntax
66 @subsection Output details
137 @subsection Informative output
H A DChangeLog60 (AM_GNU_GETTEXT_NEED): New subsection.
66 (AM_GNU_GETTEXT_INTL_SUBDIR): New subsection.
269 (boost-format): New subsection.
296 (Contexts): New subsection.
297 (GUI program problems): Remove subsection.
400 * gettext.texi (po/Makevars): Change subsection title.
448 (scheme-format): New subsection.
449 (Scheme): New subsection.
558 (csharp-format): New subsection.
559 (C#): New subsection.
[all …]
H A Dmsgcat.texi19 @subsection Input file location
44 @subsection Output file location
59 @subsection Message selection
85 @subsection Input file syntax
102 @subsection Output details
187 @subsection Informative output
H A Dmsggrep.texi11 @subsection Input file location
29 @subsection Output file location
43 @subsection Message selection
158 @subsection Input file syntax
175 @subsection Output details
240 @subsection Informative output
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-hppa.texi128 Assemble into the standard section called @samp{$TEXT$}, subsection
237 Similar to @code{.space}, but selects a subsection @var{name} within the
239 subsection (in the first instance of @code{.subspa} for this @var{name}).
241 If specified, the list @var{params} declares attributes of the subsection,
243 (``quadrant'' for this subsection), @samp{align=@var{expr}} (alignment for
244 beginning of this subsection; a power of two), @samp{access=@var{expr}} (value
246 subspace in link), @samp{code_only} (subsection contains only code),
247 @samp{unloadable} (subsection cannot be loaded into memory), @samp{comdat}
248 (subsection is comdat), @samp{common} (subsection is common block),
249 @samp{dup_comm} (subsection may have duplicate names), or @samp{zero}
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-hppa.texi128 Assemble into the standard section called @samp{$TEXT$}, subsection
237 Similar to @code{.space}, but selects a subsection @var{name} within the
239 subsection (in the first instance of @code{.subspa} for this @var{name}).
241 If specified, the list @var{params} declares attributes of the subsection,
243 (``quadrant'' for this subsection), @samp{align=@var{expr}} (alignment for
244 beginning of this subsection; a power of two), @samp{access=@var{expr}} (value
246 subspace in link), @samp{code_only} (subsection contains only code),
247 @samp{unloadable} (subsection cannot be loaded into memory), @samp{comdat}
248 (subsection is comdat), @samp{common} (subsection is common block),
249 @samp{dup_comm} (subsection may have duplicate names), or @samp{zero}
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dux.texi37 @subsection Talk in terms of the user's code
42 @subsection Diagnostics are actionable
66 @subsection The user's attention is important
89 @subsection Precision of Wording
122 @subsection Try the diagnostic on real-world code
132 @subsection Make mismatches clear
220 @subsection Location Information
333 @subsection Coding Conventions
379 @subsection Group logically-related diagnostics
389 @subsection Quoting
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dux.texi37 @subsection Talk in terms of the user's code
42 @subsection Diagnostics are actionable
66 @subsection The user's attention is important
89 @subsection Sometimes the user didn't write the code
114 @subsection Precision of Wording
147 @subsection Try the diagnostic on real-world code
157 @subsection Make mismatches clear
245 @subsection Location Information
358 @subsection Coding Conventions
404 @subsection Group logically-related diagnostics
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dapps.texi30 @subsection Digital SIA
136 @subsection IRIX
178 @subsection kafs and afslog
204 @subsection How to get a KeyFile
217 @subsection How to convert a srvtab to a KeyFile
229 @subsection What is 2b ?
253 @subsection Configuring a Heimdal kdc to use 2b tokens
267 @subsection Configuring AFS clients for 2b support
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dwebassembly.texi5 or symbols, though a @code{"name"} subsection can assign names to
31 @subsection File layout
/netbsd-src/external/gpl3/gdb/dist/bfd/doc/
H A Dwebassembly.texi5 or symbols, though a @code{"name"} subsection can assign names to
31 @subsection File layout
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dwebassembly.texi5 or symbols, though a @code{"name"} subsection can assign names to
31 @subsection File layout
/netbsd-src/external/gpl3/gdb.old/dist/bfd/doc/
H A Dwebassembly.texi5 or symbols, though a @code{"name"} subsection can assign names to
31 @subsection File layout

12345678910>>...21