Searched refs:section (Results 201 - 225 of 514) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dcplbhdlr.S35 .section .l1.text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/generic/
H A Dcrt0_ram.S32 .section .text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvsyscall-sysenter.S61 .section .eh_frame,"a",@progbits
H A Dhead.S71 .section .text.head,"ax",@progbits
161 * If cpu hotplug is not supported then this code can go in init section
166 .section .text,"ax",@progbits
168 .section .init.text,"ax",@progbits
487 .section .text
495 * BSS section
497 .section ".bss.page_aligned","w"
504 * This starts the data section.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dputuser.S92 .section __ex_table,"a"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl14 [ B<--section=>I<manext> ]
70 =item section
72 Set the section for the C<.TH> macro. The standard conventions on
77 F</usr/local/perl/man/>. By default, section 1 will be used
78 unless the file ends in F<.pm> in which case section 3 will be selected.
100 Mandatory section; should be a comma-separated list of programs or
184 pod2man --section=7 note.pod > note.7
217 =item %s is missing required section: %s
220 using a section starting with a 3, also a SYNOPSIS. Actually,
258 major page, section, subsectio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsun3-head.S32 .section .head
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-relaxng-test-suite.py265 sections = node.xpathEval('string(section)')
266 log.write("\n ======== test %d line %d section %s ==========\n" % (
333 sections = node.xpathEval('section')
336 for section in sections:
337 msg = msg + section.content + " "
339 print "Tests for section %s" % (msg)
348 for section in sections:
349 msg = msg + section.content + " "
350 print "Result of tests for section %s" % (msg)
H A Dcheck-relaxng-test-suite2.py279 sections = node.xpathEval('string(section)')
280 log.write("\n ======== test %d line %d section %s ==========\n" % (
346 sections = node.xpathEval('section')
349 for section in sections:
350 msg = msg + section.content + " "
352 print "Tests for section %s" % (msg)
361 for section in sections:
362 msg = msg + section.content + " "
363 print "Result of tests for section %s" % (msg)
H A Dcheck-xsddata-test-suite.py277 sections = node.xpathEval('string(section)')
278 log.write("\n ======== test %d line %d section %s ==========\n" % (
344 sections = node.xpathEval('section')
347 for section in sections:
348 msg = msg + section.content + " "
350 print "Tests for section %s" % (msg)
360 for section in sections:
361 msg = msg + section.content + " "
362 print "Result of tests for section %s" % (msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dassembler.h101 .section __ex_table,"a"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-xscale.S11 .section ".start", "ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dhead-nommu.S36 .section ".text.head", "ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man47 -s, --section=SECTION use `SECTION' as the section for the man page
60 my $section = 1;
64 's|section=s' => \$section,
89 # [section name]
111 # [section]
139 # Check for options before the first section--anything else is
276 # Process text, initial section is DESCRIPTION.
305 # Copyright section
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dconf.h74 char *section; member in struct:__anon1457
124 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
158 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf.h74 char *section; member in struct:__anon1376
124 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
158 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf.h76 char *section; member in struct:__anon2910
125 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
159 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf.h76 char *section; member in struct:__anon3006
125 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
159 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dswsusp_asm64.S65 .section .data
70 .section ".toc","aw"
76 .section .text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dmisc.S85 * reloc_got2 runs through the .got2 section adding an offset
664 .section .fixup,"ax"
667 .section __ex_table, "a"
685 .section .fixup,"ax"
688 .section __ex_table, "a"
706 .section .fixup,"ax"
709 .section __ex_table, "a"
727 .section .fixup,"ax"
730 .section __ex_table, "a"
748 .section
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man47 -s, --section=SECTION use `SECTION' as the section for the man page
60 my $section = 1;
64 's|section=s' => \$section,
89 # [section name]
111 # [section]
139 # Check for options before the first section--anything else is
276 # Process text, initial section is DESCRIPTION.
305 # Copyright section
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c260 /* compute section length if possible */
481 static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) argument
497 av_hex_dump_log(ts->stream, AV_LOG_DEBUG, (uint8_t *)section, section_len);
499 p_end = section + section_len - 4;
500 p = section;
676 static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) argument
685 av_hex_dump_log(ts->stream, AV_LOG_DEBUG, (uint8_t *)section, section_len);
687 p_end = section + section_len - 4;
688 p = section;
728 static void sdt_cb(MpegTSFilter *filter, const uint8_t *section, in argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Detrap.S99 .section .sun4v_1insn_patch, "ax"
113 .section .sun4v_1insn_patch, "ax"
220 .section .sun4v_1insn_patch, "ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dchecksum.S184 .section __ex_table, "a"; \
190 .section __ex_table, "a"; \
325 /* This section processes a possible trailing odd byte. */
372 .section .fixup, "ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dhead.S236 .section .empty_zero_page, "aw"
255 .section .spi
261 .section .spu

Completed in 279 milliseconds

1234567891011>>