/linux/arch/arc/kernel/ |
A D | vmlinux.lds.S | 84 _text = .; 85 _stext = .;
|
/linux/arch/powerpc/kernel/ |
A D | vmlinux.lds.S | 128 __got2_start = .; 130 __got2_end = .; 224 *.init.text might be RO so we must ensure this section ends on 228 _einittext = .;
|
/linux/arch/arm/kernel/ |
A D | vmlinux-xip.lds.S | 53 _text = .; 79 .exit.text : {
|
A D | vmlinux.lds.S | 52 _text = .; 64 _stext = .; /* Text and read-only data */
|
/linux/tools/perf/tests/ |
A D | tests.h | 7 #define TEST_ASSERT_VAL(text, cond) \ argument 15 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument
|
/linux/lib/kunit/ |
A D | assert.c | 92 static bool is_literal(struct kunit *test, const char *text, long long value, in is_literal() 169 static bool is_str_literal(const char *text, const char *value) in is_str_literal()
|
/linux/scripts/kconfig/ |
A D | mconf.c | 312 const char *text; member 752 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 761 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 767 static void show_helptext(const char *title, const char *text) in show_helptext()
|
A D | nconf.gui.c | 126 int get_line_no(const char *text) in get_line_no() 140 const char *get_line(const char *text, int line_no) in get_line() 165 void fill_window(WINDOW *win, const char *text) in fill_window() 503 const char *text) in show_scroll_win()
|
A D | lexer.l | 30 static char *text; variable
|
/linux/drivers/media/rc/ |
A D | fintek-cir.h | 24 #define fit_pr(level, text, ...) \ argument 27 #define fit_dbg(text, ...) \ argument 32 #define fit_dbg_verbose(text, ...) \ argument 37 #define fit_dbg_wake(text, ...) \ argument
|
A D | nuvoton-cir.h | 24 #define nvt_dbg(text, ...) \ argument 29 #define nvt_dbg_verbose(text, ...) \ argument 34 #define nvt_dbg_wake(text, ...) \ argument
|
/linux/Documentation/sphinx/ |
A D | rstFlatTable.py | 71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 82 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
|
/linux/tools/lib/traceevent/ |
A D | event-utils.h | 53 static inline int has_text(const char *text) in has_text()
|
/linux/arch/s390/include/asm/ |
A D | pci_debug.h | 13 #define zpci_err(text...) \ argument
|
/linux/arch/ia64/kernel/ |
A D | vmlinux.lds.S | 50 *(.text..ivt) 67 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {
|
/linux/arch/hexagon/kernel/ |
A D | vmlinux.lds.S | 39 _text = .;
|
/linux/tools/perf/util/ |
A D | svghelper.c | 272 static char text[80]; in time_to_string() local 290 char *text; in svg_waiting() local 601 void svg_text(int Yslot, u64 start, const char *text) in svg_text() 610 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box()
|
/linux/tools/lib/perf/include/internal/ |
A D | tests.h | 47 #define __T(text, cond) \ argument
|
/linux/arch/x86/kernel/ |
A D | alternative.c | 517 u8 *text, u8 *text_end) in alternatives_smp_lock() 533 u8 *text, u8 *text_end) in alternatives_smp_unlock() 558 u8 *text; member 569 void *text, void *text_end) in alternatives_smp_module_add() 1119 const u8 text[POKE_MAX_OPCODE_SIZE]; member
|
/linux/kernel/printk/ |
A D | printk.c | 573 const char *text, size_t text_len, in msg_add_ext_text() 610 char *text, size_t text_len, in msg_print_ext_body() 1321 char *text = r->text_buf; in record_print_text() local 1483 char *text; in syslog_print() local 1576 char *text; in syslog_print_all() local 1896 const char *text, size_t len) in call_console_drivers() 2041 u16 printk_parse_prefix(const char *text, int *level, in printk_parse_prefix() 2070 static u16 printk_sprint(char *text, u16 size, int facility, in printk_sprint() 2297 char *text, size_t text_len, in msg_print_ext_body() 2302 const char *text, size_t len) {} in call_console_drivers() [all …]
|
/linux/arch/sh/kernel/ |
A D | vmlinux.lds.S | 39 _etext = .; /* End of text section */
|
/linux/arch/nds32/kernel/ |
A D | vmlinux.lds.S | 43 _text = .; /* Text and read-only data */
|
/linux/tools/perf/ui/ |
A D | browser.c | 214 char *text; in ui_browser__warning() local 236 int ui_browser__help_window(struct ui_browser *browser, const char *text) in ui_browser__help_window() 246 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) in ui_browser__dialog_yesno()
|
/linux/arch/csky/kernel/ |
A D | vmlinux.lds.S | 35 _text = .;
|
/linux/drivers/i2c/busses/ |
A D | scx200_acb.c | 415 static struct scx200_acb_iface *scx200_create_iface(const char *text, in scx200_create_iface() 469 static struct scx200_acb_iface *scx200_create_dev(const char *text, in scx200_create_dev()
|