Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 41) sorted by relevance

12

/kvm-unit-tests/s390x/snippets/c/
H A Dflat.lds.S5 text PT_LOAD FLAGS(5);
34 .text : {
36 *(.text)
37 *(.text.*)
38 } :text
/kvm-unit-tests/x86/
H A Dflat.lds3 text PT_LOAD FLAGS(5);
11 .text : { *(.init) *(.text) *(.text.*) } :text
H A Drealmode.lds5 .text : { *(.init) *(.text) }
/kvm-unit-tests/powerpc/
H A Dflat.lds4 text PT_LOAD FLAGS(5);
10 .text : {
12 *(.text)
13 *(.text.*)
14 } :text
H A Dboot_rom.S3 .text
/kvm-unit-tests/s390x/snippets/asm/
H A Dflat.lds.S26 .text : {
27 *(.text)
28 *(.text.*)
H A Dloop.S10 .section .text
H A Dicpt-loop.S11 .section .text
H A Dpv-diag-yield.S10 .section .text
H A Dpv-icpt-vir-timing.S11 .section .text
H A Dpv-diag-288.S12 .section .text
H A Dpv-diag-308.S11 .section .text
H A Dpv-diag-500.S12 .section .text
H A Dpv-icpt-112.S16 .section .text
/kvm-unit-tests/riscv/
H A Dflat.lds17 * +----------------------+ <-- top of text/data/bss sections
27 text PT_LOAD FLAGS(5);
35 .text : { *(.init) *(.text) *(.text.*) } :text
/kvm-unit-tests/arm/
H A Dflat.lds17 * +----------------------+ <-- top of text/data/bss sections
27 text PT_LOAD FLAGS(5);
34 .text : { *(.init) *(.text) *(.text.*) } :text
/kvm-unit-tests/s390x/
H A Dflat.lds.S21 .text : {
26 *(.text) argument
27 *(.text.*)
/kvm-unit-tests/arm/efi/
H A Delf_aarch64_efi.lds6 .text 0x0 : {
8 *(.text.head) argument
9 *(.text)
10 *(.text.*)
/kvm-unit-tests/riscv/efi/
H A Delf_riscv64_efi.lds8 .text 0 : {
9 *(.text.head)
12 *(.text) argument
13 *(.text.*)
96 *(.rela.text*)
H A Dcrt0-efi-riscv64.S23 .section .text.head
153 .text
/kvm-unit-tests/lib/
H A Dstring.c302 bool simple_glob(const char *text, const char *pattern) in simple_glob() argument
324 return strstr(text, copy); in simple_glob()
327 return strstr(text, copy) == text; in simple_glob()
330 size_t text_len = strlen(text); in simple_glob()
335 suffix = text + text_len - n; in simple_glob()
339 return !strcmp(text, copy); in simple_glob()
/kvm-unit-tests/x86/efi/
H A Delf_x86_64_efi.lds19 .text :
22 *(.text) argument
23 *(.text.*)
H A Dcrt0-efi-x86_64.S39 .text
/kvm-unit-tests/
H A D.editorconfig1 # EditorConfig is a file format and collection of text editor plugins
/kvm-unit-tests/lib/arm64/
H A Dprocessor.c111 uintptr_t text = (uintptr_t)&_text; in bad_exception() local
113 printf("Load address: %" PRIxPTR "\n", text); in bad_exception()
115 (uintptr_t)regs->pc, (uintptr_t)regs->pc - text); in bad_exception()

12