Searched refs:text (Results 26 - 50 of 1027) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.lds.S50 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable
53 .text : { *(.text) *(.text.*) } :epc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Ddebug.c30 void dump(const char *text, argument
44 text, (long)size, (long)size);
84 const char *text; local
94 text = "=> Send header";
97 text = "=> Send data";
100 text = "=> Send SSL data";
103 text = "<= Recv header";
106 text = "<= Recv data";
109 text = "<= Recv SSL data";
113 dump(text, stder
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S14 .hash : { *(.hash) } :text
22 .note : { *(.note.*) } :text :note
25 .text :
27 *(.text .stub .text.* .gnu.linkonce.t.*)
29 } :text
44 /* Other stuff is appended to the text segment: */
47 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
48 .eh_frame : { KEEP (*(.eh_frame)) } :text
55 .dynamic : { *(.dynamic) } :text
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvmlinux.lds.S31 text PT_LOAD FLAGS(5); /* R_E */
40 .text.head : AT(ADDR(.text.head) - LOAD_OFFSET) {
42 *(.text.head)
43 } :text = 0x9090
46 .text : AT(ADDR(.text) - LOAD_OFFSET) {
53 _etext = .; /* End of text section */
54 } :text = 0x9090
128 .init.text
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcdbug.h52 #define DBF_TEXT(name,level,text) \
54 debug_text_event(ctc_dbf_##name,level,text); \
68 #define DBF_TEXT_(name,level,text...) \
71 sprintf(ctc_dbf_txt_buf, text); \
76 #define DBF_SPRINTF(name,level,text...) \
78 debug_sprintf_event(ctc_dbf_trace, level, ##text ); \
79 debug_sprintf_event(ctc_dbf_trace, level, text ); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S16 .hash : { *(.hash) } :text
24 .note : { *(.note.*) } :text :note
27 .text :
29 *(.text .stub .text.* .gnu.linkonce.t.*)
47 /* Other stuff is appended to the text segment: */
51 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
52 .eh_frame : { KEEP (*(.eh_frame)) } :text
56 .dynamic : { *(.dynamic) } :text :dynamic
104 text PT_LOA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dvmlinux.lds.S27 .text : {
28 *(.text)
30 *(.text..SHmedia32)
43 _etext = .; /* End of text section */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/
H A Dvmlinux.lds.S30 .text : {
31 *(.text)
35 *(.text.__*)
38 _etext = . ; /* End of text section. */
62 .init.text : {
64 *(.init.text)
130 *(.text.exit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l26 static char *text;
43 text = malloc(START_STRSIZE);
46 *text = 0;
55 text = realloc(text, new_size);
58 memcpy(text + text_size, str, size);
60 text[text_size] = 0;
65 text = malloc(size + 1);
66 memcpy(text, str, size);
67 text[siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.l26 static char *text;
43 text = malloc(START_STRSIZE);
46 *text = 0;
55 text = realloc(text, new_size);
58 memcpy(text + text_size, str, size);
60 text[text_size] = 0;
65 text = malloc(size + 1);
66 memcpy(text, str, size);
67 text[siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dconfig_bfin.h36 #define mL3 .text
39 #define mL1 .l1.text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DzImage.coff.lds.S8 .text :
10 *(.text)
H A DzImage.lds.S8 .text :
10 *(.text)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/lib/
H A Dabs.S11 .text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dio-acorn.S16 .text
H A Dtestchangebit.S13 .text
H A Dtestclearbit.S13 .text
H A Dtestsetbit.S13 .text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmisc.c76 _gcry_fatal_error (int rc, const char *text) argument
78 if ( !text ) /* get a default text */
79 text = gpg_strerror (rc);
82 fatal_error_handler (fatal_error_handler_value, rc, text);
84 fips_signal_fatal_error (text);
86 write2stderr(text);
273 _gcry_log_printhex (const char *text, const void *buffer, size_t length) argument
275 if (text && *text)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.l21 char *text;
39 text = malloc(START_STRSIZE);
41 text_ptr = text;
50 text = realloc(text, new_size);
52 text_ptr = text + text_size;
62 text = malloc(size + 1);
63 memcpy(text, str, size);
64 text[size] = 0;
115 zconflval.string = text;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/shlib/
H A Dsun.sh5 ld -G -z text -o libcrypto.so crypto.o
8 ld -G -z text -o libssl.so ssl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Datm.h90 int text2atm(const char *text,struct sockaddr *addr,int length,int flags);
97 int text2qos(const char *text,struct atm_qos *qos,int flags);
101 int text2sap(const char *text,struct atm_sap *sap,int flags);
105 int __t2q_get_rate(const char **text,int up);
H A Datmres.h31 int ans_byname(const char *text,struct sockaddr_atmsvc *addr,int length,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/shlib/
H A Dsun.sh5 ld -G -z text -o libcrypto.so crypto.o
8 ld -G -z text -o libssl.so ssl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dvmlinux.lds.S12 .text 0xf0004000 :
41 .init.text : {
42 *(.init.text)
87 /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) }

Completed in 429 milliseconds

1234567891011>>