Home
last modified time | relevance | path

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

123456

/linux/arch/arm64/kernel/
A Dvmlinux.lds15 KEEP(*(.head.text))
19 . = ALIGN(8); __irqentry_text_start = .; *(.irqentry.text) __irqentry_text_end = .;
20 . = ALIGN(8); __softirqentry_text_start = .; *(.softirqentry.text) __softirqentry_text_end = .;
21 . = ALIGN(8); __entry_text_start = .; *(.entry.text) __entry_text_end = .;
23 . = ALIGN(8); __sched_text_start = .; *(.sched.text) __sched_text_end = .;
24 . = ALIGN(8); __cpuidle_text_start = .; *(.cpuidle.text) __cpuidle_text_end = .;
25 . = ALIGN(8); __lock_text_start = .; *(.spinlock.text) __lock_text_end = .;
26 . = ALIGN(8); __kprobes_text_start = .; *(.kprobes.text) __kprobes_text_end = .;
27 …. = ALIGN((1 << 12)); __hyp_idmap_text_start = .; *(.hyp.idmap.text) __hyp_idmap_text_end = .; __h…
28 . = ALIGN(0x00001000); __idmap_text_start = .; *(.idmap.text) __idmap_text_end = .;
[all …]
/linux/tools/perf/util/
A Dparse-events.l38 char *text = parse_events_get_text(scanner); in value() local
46 char *text = parse_events_get_text(scanner); in str() local
69 char *text = parse_events_get_text(scanner); in raw() local
77 static bool isbpf_suffix(char *text) in isbpf_suffix()
93 char *text = parse_events_get_text(scanner); in isbpf() local
115 char *text = parse_events_get_text(scanner); in drv_str() local
137 char *text = parse_events_get_text(scanner); in pmu_str_check() local
A Dexpr.l30 char *text = expr_get_text(scanner); in value() local
72 char *text = expr_get_text(scanner); in str() local
/linux/drivers/s390/net/
A 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/arch/s390/kernel/
A Dvmlinux.lds.S51 *(.text.*_indirect_*)
55 _etext = .; /* End of text section */
91 _sinittext = .;
94 _einittext = .;
156 *(.amode31.text)
159 _etext_amode31 = .;
/linux/arch/s390/purgatory/
A Dpurgatory.lds.S14 _head = . ;
16 _ehead = . ;
20 *(.text)
22 _etext = . ;
/linux/arch/riscv/kernel/
A Dvmlinux.lds.S58 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) ALIGN(SECTION_ALIGN) { \
59 _sinittext = .; \
61 _einittext = .; \
A Dvmlinux-xip.lds.S38 _text = .;
39 _stext = .;
49 _etext = .;
/linux/arch/x86/boot/compressed/
A Dvmlinux.lds.S26 _head = . ;
28 _ehead = . ;
35 *(.text)
37 _etext = . ;
/linux/arch/arm/boot/bootp/
A Dbootp.lds18 *(.text)
19 initrd_size = initrd_end - initrd_start;
20 _etext = .;
/linux/arch/parisc/boot/compressed/
A Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
58 *(.text)
60 _etext = . ;
/linux/arch/xtensa/boot/boot-redboot/
A Dboot.ld11 *(.literal .text.literal .text)
12 _text_end = . ;
/linux/tools/perf/ui/tui/
A Dutil.c75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window()
216 void ui__info_window(const char *title, const char *text) in ui__info_window()
224 int ui__question_window(const char *title, const char *text, in ui__question_window()
234 int ui__help_window(const char *text) in ui__help_window()
/linux/arch/h8300/boot/compressed/
A Dvmlinux.lds8 *(.text..startup)
10 __etext = . ;
/linux/arch/s390/boot/compressed/
A Dvmlinux.lds.S17 _head = . ;
19 _ehead = . ;
23 *(.text)
25 _etext = . ;
/linux/drivers/s390/cio/
A Dqdio_debug.h28 #define DBF_EVENT(text...) \ argument
40 #define DBF_ERROR(text...) \ argument
52 #define DBF_DEV_EVENT(level, device, text...) \ argument
/linux/arch/sh/boot/romimage/
A Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/linux/net/sunrpc/auth_gss/
A 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/arch/openrisc/kernel/
A Dvmlinux.lds.S61 *(.text.__*)
62 _etext = .;
/linux/arch/microblaze/kernel/
A Dvmlinux.lds.S31 _text = . ;
32 _stext = . ;
45 _etext = . ;
/linux/arch/powerpc/boot/
A DzImage.coff.lds.S10 *(.text)
12 _etext = .;
A DzImage.lds.S16 *(.text)
18 _etext = .;
/linux/arch/arm64/kvm/hyp/nvhe/
A Dhyp.lds2 .hyp.idmap.text : { __hyp_section_.hyp.idmap.text = .; *(.idmap.text .idmap.text.*) } section
3 .hyp.text : { __hyp_section_.hyp.text = .; *(.text .text.*) } section
/linux/arch/h8300/kernel/
A Dvmlinux.lds.S33 _stext = . ;
41 _etext = . ;
/linux/arch/x86/kernel/
A Dvmlinux.lds.S145 *(.text.__x86.indirect_thunk)
146 __indirect_thunk_end = .;

Completed in 44 milliseconds

123456