Searched refs:text (Results 1 – 25 of 41) sorted by relevance
12
5 text PT_LOAD FLAGS(5);34 .text : {36 *(.text)37 *(.text.*)38 } :text
3 text PT_LOAD FLAGS(5);11 .text : { *(.init) *(.text) *(.text.*) } :text
5 .text : { *(.init) *(.text) }
4 text PT_LOAD FLAGS(5);10 .text : {12 *(.text)13 *(.text.*)14 } :text
3 .text
26 .text : {27 *(.text)28 *(.text.*)
10 .section .text
11 .section .text
12 .section .text
16 .section .text
17 * +----------------------+ <-- top of text/data/bss sections27 text PT_LOAD FLAGS(5);35 .text : { *(.init) *(.text) *(.text.*) } :text
17 * +----------------------+ <-- top of text/data/bss sections27 text PT_LOAD FLAGS(5);34 .text : { *(.init) *(.text) *(.text.*) } :text
21 .text : {26 *(.text) argument27 *(.text.*)
6 .text 0x0 : {8 *(.text.head) argument9 *(.text)10 *(.text.*)
8 .text 0 : {9 *(.text.head)12 *(.text) argument13 *(.text.*)96 *(.rela.text*)
23 .section .text.head153 .text
302 bool simple_glob(const char *text, const char *pattern) in simple_glob() argument324 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()
19 .text :22 *(.text) argument23 *(.text.*)
39 .text
1 # EditorConfig is a file format and collection of text editor plugins
111 uintptr_t text = (uintptr_t)&_text; in bad_exception() local113 printf("Load address: %" PRIxPTR "\n", text); in bad_exception()115 (uintptr_t)regs->pc, (uintptr_t)regs->pc - text); in bad_exception()