/linux/arch/arm64/kernel/ |
A D | vmlinux.lds | 15 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 D | parse-events.l | 38 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 D | expr.l | 30 char *text = expr_get_text(scanner); in value() local 72 char *text = expr_get_text(scanner); in str() local
|
/linux/drivers/s390/net/ |
A D | ctcm_dbug.h | 78 #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 D | vmlinux.lds.S | 51 *(.text.*_indirect_*) 55 _etext = .; /* End of text section */ 91 _sinittext = .; 94 _einittext = .; 156 *(.amode31.text) 159 _etext_amode31 = .;
|
/linux/arch/s390/purgatory/ |
A D | purgatory.lds.S | 14 _head = . ; 16 _ehead = . ; 20 *(.text) 22 _etext = . ;
|
/linux/arch/riscv/kernel/ |
A D | vmlinux.lds.S | 58 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) ALIGN(SECTION_ALIGN) { \ 59 _sinittext = .; \ 61 _einittext = .; \
|
A D | vmlinux-xip.lds.S | 38 _text = .; 39 _stext = .; 49 _etext = .;
|
/linux/arch/x86/boot/compressed/ |
A D | vmlinux.lds.S | 26 _head = . ; 28 _ehead = . ; 35 *(.text) 37 _etext = . ;
|
/linux/arch/arm/boot/bootp/ |
A D | bootp.lds | 18 *(.text) 19 initrd_size = initrd_end - initrd_start; 20 _etext = .;
|
/linux/arch/parisc/boot/compressed/ |
A D | vmlinux.lds.S | 22 _head = . ; 24 _ehead = . ; 58 *(.text) 60 _etext = . ;
|
/linux/arch/xtensa/boot/boot-redboot/ |
A D | boot.ld | 11 *(.literal .text.literal .text) 12 _text_end = . ;
|
/linux/tools/perf/ui/tui/ |
A D | util.c | 75 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 D | vmlinux.lds | 8 *(.text..startup) 10 __etext = . ;
|
/linux/arch/s390/boot/compressed/ |
A D | vmlinux.lds.S | 17 _head = . ; 19 _ehead = . ; 23 *(.text) 25 _etext = . ;
|
/linux/drivers/s390/cio/ |
A D | qdio_debug.h | 28 #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 D | vmlinux.scr | 4 zero_page_pos = .; 6 end_data = .;
|
/linux/net/sunrpc/auth_gss/ |
A D | gss_krb5_seal.c | 127 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 D | vmlinux.lds.S | 61 *(.text.__*) 62 _etext = .;
|
/linux/arch/microblaze/kernel/ |
A D | vmlinux.lds.S | 31 _text = . ; 32 _stext = . ; 45 _etext = . ;
|
/linux/arch/powerpc/boot/ |
A D | zImage.coff.lds.S | 10 *(.text) 12 _etext = .;
|
A D | zImage.lds.S | 16 *(.text) 18 _etext = .;
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
A D | hyp.lds | 2 .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 D | vmlinux.lds.S | 33 _stext = . ; 41 _etext = . ;
|
/linux/arch/x86/kernel/ |
A D | vmlinux.lds.S | 145 *(.text.__x86.indirect_thunk) 146 __indirect_thunk_end = .;
|