Searched defs:text (Results 1 – 6 of 6) sorted by relevance
12 *(.text)17 _evtext = .;19 _etext = .;
26 *(.text)
8 *(.text.head)
22 *(.text)
111 uintptr_t text = (uintptr_t)&_text; in bad_exception() local
302 bool simple_glob(const char *text, const char *pattern) in simple_glob()