Searched refs:subsection (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-common-5.s4 .subsection 3
13 .subsection 3
22 .subsection 3
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/elf/
H A Dsection6.s3 .subsection 2
7 .subsection 0
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbooker.pl24 $chapter = $section = $subsection = 0;
33 $section = $subsection = 0;
36 $subsection = 0;
37 } elsif ($_ =~ /\\subsection{.+}/) {
38 ++$subsection;
47 $index3{@m[1]} = $subsection;
H A Dbn.tex99 \subsection{Static Libraries}
114 \subsection{Shared Libraries}
128 \subsection{Testing}
168 \subsection{Build Depends}
179 \subsection{Build Tweaks}
194 \subsection{Build Trims}
376 \subsection{Single Initialization}
406 \subsection{Single Free}
440 \subsection{Multiple Initializations}
480 \subsection{Othe
[all...]
H A Dtommath.tex168 \subsection{What is Multiple Precision Arithmetic?}
182 \subsection{The Need for Multiple Precision Arithmetic}
230 \subsection{Benefits of Multiple Precision Arithmetic}
284 \subsection{Notation}
307 \subsection{Precision Notation}
331 \subsection{Algorithm Inputs and Outputs}
336 \subsection{Mathematical Expressions}
347 \subsection{Work Effort}
429 \subsection{What is LibTomMath?}
439 \subsection{Goal
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c2921 asection *subsection; local
2928 for (subsection = abfd->sections;
2929 subsection != NULL;
2930 subsection = subsection->next)
2939 if (!som_is_subspace (subsection)
2940 || !som_is_container (section, subsection))
2945 if ((subsection->flags & SEC_HAS_CONTENTS) == 0)
2947 som_section_data (subsection)->subspace_dict->fixup_request_index
2954 som_section_data (subsection)
3740 asection *subsection; local
3867 asection *subsection; local
4037 asection *subsection; local
4094 asection *subsection; local
[all...]
H A Delf32-score.c3197 asection *subsection; local
3199 for (subsection = sub->sections;
3200 subsection;
3201 subsection = subsection->next)
3203 if ((subsection->flags & SEC_ALLOC) == 0)
3205 loadable_size += ((subsection->size + 0xf)
H A Delf32-score7.c3004 asection *subsection; local
3006 for (subsection = sub->sections;
3007 subsection;
3008 subsection = subsection->next)
3010 if ((subsection->flags & SEC_ALLOC) == 0)
3012 loadable_size += ((subsection->size + 0xf)
H A Delfxx-mips.c8529 asection *subsection;
8531 for (subsection = sub->sections;
8532 subsection;
8533 subsection = subsection->next)
8535 if ((subsection->flags & SEC_ALLOC) == 0)
8537 loadable_size += ((subsection->size + 0xf)
8496 asection *subsection; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c2921 asection *subsection; local
2928 for (subsection = abfd->sections;
2929 subsection != NULL;
2930 subsection = subsection->next)
2939 if (!som_is_subspace (subsection)
2940 || !som_is_container (section, subsection))
2945 if ((subsection->flags & SEC_HAS_CONTENTS) == 0)
2947 som_section_data (subsection)->subspace_dict->fixup_request_index
2954 som_section_data (subsection)
3740 asection *subsection; local
3867 asection *subsection; local
4037 asection *subsection; local
4094 asection *subsection; local
[all...]
H A Delf32-score.c3197 asection *subsection; local
3199 for (subsection = sub->sections;
3200 subsection;
3201 subsection = subsection->next)
3203 if ((subsection->flags & SEC_ALLOC) == 0)
3205 loadable_size += ((subsection->size + 0xf)
H A Delf32-score7.c3004 asection *subsection; local
3006 for (subsection = sub->sections;
3007 subsection;
3008 subsection = subsection->next)
3010 if ((subsection->flags & SEC_ALLOC) == 0)
3012 loadable_size += ((subsection->size + 0xf)
H A Delfxx-mips.c8512 asection *subsection;
8514 for (subsection = sub->sections;
8515 subsection;
8516 subsection = subsection->next)
8518 if ((subsection->flags & SEC_ALLOC) == 0)
8520 loadable_size += ((subsection->size + 0xf)
8479 asection *subsection; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff-seh.h120 int subsection; member in struct:seh_context
H A Dobj-coff-seh.c382 /* Switch to subsection for handler data for exception region (x64). */
391 switch_xdata (seh_ctx_cur->subsection + 1, seh_ctx_cur->code_seg);
447 seh_ctx_cur->subsection = x_segcur->subseg;
907 switch_xdata (c->subsection, c->code_seg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/doc/
H A Dmakefile.texi6 @subsection Makefile Targets
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dexample.style.css19 div.mandoc div.subsection { } /* Sub-sections (Ss, SS). */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl255 /^\@subsection\s+(.+)$/
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl257 /^\@subsection\s+(.+)$/
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/etc/
H A Dtexi2pod.pl255 /^\@subsection\s+(.+)$/
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dtexi2pod.pl241 /^\@subsection\s+(.+)$/
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dopenssl.spec154 - Removed redundant subsection that re-installed libcrypto.a and libssl.a
158 - Removed redundant subsection that re-installed libcrypto.so.0.9.6 and
159 libssl.so.0.9.6. As well as the subsection that created symlinks for
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/libasprintf/
H A Dtexi2html99 'subsection', 3,
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/doc/
H A Dtexi2html99 'subsection', 3,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dpod2man.pl258 major page, section, subsection, item, and any C<XE<lt>E<gt>>

Completed in 322 milliseconds

12