Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 106) sorted by relevance

12345

/linux-3.4.99/drivers/s390/net/
Dctcm_dbug.h79 #define CTCM_DBF_TEXT(name, level, text) \ argument
90 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
98 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
104 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
110 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument
123 #define CTCM_DBF_DEV(cat, dev, text) \ argument
129 #define MPC_DBF_DEV(cat, dev, text) \ argument
135 #define CTCMY_DBF_DEV(cat, dev, text) \ argument
/linux-3.4.99/arch/s390/boot/compressed/
Dvmlinux.lds.S20 _head = . ;
22 _ehead = . ;
29 *(.text)
31 _etext = . ;
/linux-3.4.99/arch/arm/boot/bootp/
Dbootp.lds18 *(.text)
19 initrd_size = initrd_end - initrd_start;
20 _etext = .;
/linux-3.4.99/arch/x86/boot/compressed/
Dvmlinux.lds.S25 _head = . ;
27 _ehead = . ;
34 *(.text)
36 _etext = . ;
/linux-3.4.99/arch/xtensa/boot/boot-elf/
Dboot.lds.S13 *(.literal .text.literal .text)
14 _text_end = . ;
/linux-3.4.99/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
12 _text_end = . ;
/linux-3.4.99/arch/h8300/boot/compressed/
Dvmlinux.lds7 *(.text..startup)
9 __etext = . ;
/linux-3.4.99/arch/blackfin/kernel/
Dvmlinux.lds.S45 *(.text.*)
51 __etext = .;
/linux-3.4.99/arch/sh/boot/romimage/
Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/linux-3.4.99/drivers/s390/cio/
Dqdio_debug.h35 #define DBF_EVENT(text...) \ argument
47 #define DBF_ERROR(text...) \ argument
60 #define DBF_DEV_EVENT(level, device, text...) \ argument
/linux-3.4.99/arch/avr32/kernel/
Dvmlinux.lds.S50 *(.ex.text)
58 _etext = .;
/linux-3.4.99/arch/score/kernel/
Dvmlinux.lds.S45 *(.text.*)
48 _etext = .; /* End of text section */
/linux-3.4.99/net/sunrpc/auth_gss/
Dgss_krb5_seal.c122 gss_get_mic_v1(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v1()
163 gss_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v2()
206 gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text, in gss_get_mic_kerberos()
/linux-3.4.99/arch/openrisc/kernel/
Dvmlinux.lds.S54 *(.text.__*)
55 _etext = .;
/linux-3.4.99/arch/powerpc/boot/
DzImage.coff.lds.S9 *(.text)
11 _etext = .;
DzImage.lds.S9 *(.text)
11 _etext = .;
/linux-3.4.99/arch/microblaze/kernel/
Dvmlinux.lds.S28 _text = . ;
29 _stext = . ;
40 _etext = . ;
/linux-3.4.99/tools/perf/util/ui/
Dutil.c72 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
154 int ui__question_window(const char *title, const char *text, in ui__question_window()
201 int ui__help_window(const char *text) in ui__help_window()
/linux-3.4.99/drivers/ide/
Dide-cd_verbose.c35 const char * const text; member
112 const char * const text; member
/linux-3.4.99/arch/h8300/kernel/
Dvmlinux.lds.S73 _text = .;
77 __stext = . ;
81 __etext = . ;
/linux-3.4.99/arch/arm/kernel/
Dvmlinux.lds.S90 _text = .;
96 *(.exception.text)
97 __exception_text_end = .;
/linux-3.4.99/scripts/kconfig/
Dnconf.gui.c175 int get_line_no(const char *text) in get_line_no()
189 const char *get_line(const char *text, int line_no) in get_line()
214 void fill_window(WINDOW *win, const char *text) in fill_window()
544 const char *text) in show_scroll_win()
/linux-3.4.99/tools/perf/util/
Dsvghelper.c155 static char text[80]; in time_to_string() local
173 char *text; in svg_waiting() local
433 void svg_text(int Yslot, u64 start, const char *text) in svg_text()
442 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box()
/linux-3.4.99/arch/powerpc/kernel/
Dvmlinux.lds.S52 /* careful! __ftr_alt_* sections need to be close to .text */
61 __got2_start = .;
63 __got2_end = .;
/linux-3.4.99/arch/x86/kernel/
Dvmlinux.lds.S99 *(.text..page_aligned)
120 /* .text should occupy whole number of pages */

12345