Searched refs:section (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate-data.S1 .section .data.gate, "aw"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/usr/
H A Dinitramfs_data.S28 .section .init.ramfs,"a"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
H A Dconf_api.c84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) argument
88 if ((conf == NULL) || (section == NULL)) return(NULL);
90 vv.section=(char *)section;
97 const char *section)
101 v=_CONF_get_section(conf,section);
108 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
113 ts = (STACK_OF(CONF_VALUE) *)section->value;
115 value->section=section
132 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
277 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
H A Dconf_api.c84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) argument
88 if ((conf == NULL) || (section == NULL)) return(NULL);
90 vv.section=(char *)section;
97 const char *section)
101 v=_CONF_get_section(conf,section);
108 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
113 ts = (STACK_OF(CONF_VALUE) *)section->value;
115 value->section=section
132 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
277 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dinit.h7 #define __INIT .section ".text.init",#alloc,#execinstr
9 #define __INITDATA .section ".data.init",#alloc,#write
H A Dsections.h23 * we don't want to put variables in the GP-REL section if they're not used very much - that would
26 #define __nongpreldata __attribute__((section(".data")))
27 #define __nongprelbss __attribute__((section(".bss")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dpiggy.S1 .section .piggydata,#alloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dvmlinux.lds.S20 #define ALIGNED_GAP(section, align) (((ADDR(section)+SIZEOF(section)+(align)-1) & ~((align)-1))-ADDR(section))
21 #define FOLLOWING(section, align) AT (LOADADDR(section) + ALIGNED_GAP(section,align))
43 _etext = .; /* End of text section */
51 _data_image = LOADADDR(.data);/* Address of data section in ROM */
53 _edata = .; /* End of data section */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsighup.exp7 # Create a smb.conf file from a list of sections. Each section consists of
8 # a name and a list of lines which are the contents of that section.
20 foreach section [lindex $args 0] {
21 set secname [lindex $section 0]
22 set contents [lindex $section 1]
45 foreach section [lindex $args 1] {
46 set secname [lindex $section 0]
47 set contents [lindex $section 1]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Ddebflex.awk5 # BEGIN section modified to correct a collection of rules.
32 section = 1;
39 # Count the sections. When encountering section 3,
43 section++;
44 if (section == 3) {
49 # Only the lines in section 2 which do not begin in a
53 if (section == 2 && match ($0, /^[^ \t]/)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A DU3copy_from_user.S8 .section .fixup; \
12 .section __ex_table,"a";\
H A Dcsum_copy_from_user.S8 .section .fixup; \
12 .section __ex_table,"a";\
H A Dcsum_copy_to_user.S8 .section .fixup; \
12 .section __ex_table,"a";\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dalternative-asm.i4 .section .smp_locks,"a"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dalternative-asm.i4 .section .smp_locks,"a"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/scripts/perl/
H A Dmodify_samba_config.pl51 ## set the current section name for storing the hash
57 $section = $_;
74 $config{$section}{$param} = $value;
79 ## should have a hash of hashes indexed by section name
126 ## print the file back out, beginning with the global section
131 foreach $section (keys %config) {
133 if ("$section" ne "global") {
134 print $output "## Section - [$section]\n";
135 PrintSection ($output, $section, $config{$section});
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/boot/images/
H A DMakefile34 OBJCOPYFLAGS_vmlinux.elf := --change-section-lma .text-0x80000000 \
35 --change-section-lma __ex_table-0x80000000 \
36 --change-section-lma .rodata-0x80000000 \
37 --change-section-lma .data-0x80000000 \
38 --change-section-lma .init-0x80000000 \
39 --change-section-lma .bss-0x80000000 \
40 --change-section-lma __param-0x80000000 \
41 --change-section-lma __ksymtab-0x80000000 \
42 --change-section-lma __ksymtab_gpl-0x80000000 \
43 --change-section
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A Dvdso32_wrapper.S4 .section ".data.page_aligned"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dvdso64_wrapper.S4 .section ".data.page_aligned"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsyscall32_syscall.S3 .section ".init.data","aw"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S7 .section .ResetVector.text, "ax"
24 .section .bootstrap.data, "aw"

Completed in 129 milliseconds

1234567891011>>