Home
last modified time | relevance | path

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

123456

/Linux-v5.4/tools/perf/util/
Dparse-events.l39 char *text = parse_events_get_text(scanner); in value() local
47 char *text = parse_events_get_text(scanner); in raw() local
55 char *text = parse_events_get_text(scanner); in str() local
75 static bool isbpf_suffix(char *text) in isbpf_suffix()
91 char *text = parse_events_get_text(scanner); in isbpf() local
113 char *text = parse_events_get_text(scanner); in drv_str() local
135 char *text = parse_events_get_text(scanner); in pmu_str_check() local
/Linux-v5.4/arch/s390/boot/compressed/
Dvmlinux.lds.S14 _head = . ;
16 _ehead = . ;
20 *(.text)
42 .dma.text : {
44 *(.dma.text)
46 _etext_dma = .;
/Linux-v5.4/drivers/s390/net/
Dctcm_dbug.h78 #define CTCM_DBF_TEXT(name, level, text) \ argument
89 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
97 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
103 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
109 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument
122 #define CTCM_DBF_DEV(cat, dev, text) \ argument
128 #define MPC_DBF_DEV(cat, dev, text) \ argument
134 #define CTCMY_DBF_DEV(cat, dev, text) \ argument
/Linux-v5.4/arch/s390/kernel/
Dvmlinux.lds.S46 *(.text.*_indirect_*)
50 _etext = .; /* End of text section */
83 _sinittext = .;
86 _einittext = .;
/Linux-v5.4/arch/s390/purgatory/
Dpurgatory.lds.S14 _head = . ;
16 _ehead = . ;
20 *(.text)
22 _etext = . ;
/Linux-v5.4/arch/arm/boot/bootp/
Dbootp.lds18 *(.text)
19 initrd_size = initrd_end - initrd_start;
20 _etext = .;
/Linux-v5.4/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
58 *(.text)
60 _etext = . ;
/Linux-v5.4/arch/x86/boot/compressed/
Dvmlinux.lds.S26 _head = . ;
28 _ehead = . ;
35 *(.text)
37 _etext = . ;
/Linux-v5.4/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
12 _text_end = . ;
/Linux-v5.4/arch/h8300/boot/compressed/
Dvmlinux.lds8 *(.text..startup)
10 __etext = . ;
/Linux-v5.4/tools/perf/ui/tui/
Dutil.c71 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
163 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window()
212 void ui__info_window(const char *title, const char *text) in ui__info_window()
220 int ui__question_window(const char *title, const char *text, in ui__question_window()
230 int ui__help_window(const char *text) in ui__help_window()
/Linux-v5.4/arch/riscv/kernel/
Dvmlinux.lds.S40 _text = .;
41 _stext = .;
50 _etext = .;
/Linux-v5.4/drivers/s390/cio/
Dqdio_debug.h28 #define DBF_EVENT(text...) \ argument
40 #define DBF_ERROR(text...) \ argument
52 #define DBF_DEV_EVENT(level, device, text...) \ argument
/Linux-v5.4/arch/sh/boot/romimage/
Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/Linux-v5.4/arch/arm64/kernel/
Dvmlinux.lds.S109 _text = .;
115 *(.exception.text)
116 __exception_text_end = .;
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_seal.c127 gss_get_mic_v1(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v1()
166 gss_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v2()
207 gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text, in gss_get_mic_kerberos()
/Linux-v5.4/arch/x86/kernel/
Dvmlinux.lds.S141 *(.text.__x86.indirect_thunk)
153 /* .text should occupy whole number of pages */
/Linux-v5.4/arch/microblaze/kernel/
Dvmlinux.lds.S28 _text = . ;
29 _stext = . ;
42 _etext = . ;
/Linux-v5.4/arch/powerpc/boot/
DzImage.coff.lds.S10 *(.text)
12 _etext = .;
DzImage.lds.S16 *(.text)
18 _etext = .;
/Linux-v5.4/arch/openrisc/kernel/
Dvmlinux.lds.S61 *(.text.__*)
62 _etext = .;
/Linux-v5.4/arch/h8300/kernel/
Dvmlinux.lds.S30 _stext = . ;
38 _etext = . ;
/Linux-v5.4/arch/c6x/kernel/
Dvmlinux.lds.S70 _text = .;
71 _stext = .;
/Linux-v5.4/tools/perf/tests/
Dtests.h7 #define TEST_ASSERT_VAL(text, cond) \ argument
15 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument
/Linux-v5.4/drivers/ide/
Dide-cd_verbose.c38 const char * const text; member
115 const char * const text; member

123456