Home
last modified time | relevance | path

Searched refs:text_size (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dzconf.l27 static int text_size, text_asize; variable
45 text_size = 0; in new_string()
51 int new_size = text_size + size + 1; in append_string()
58 memcpy(text + text_size, str, size); in append_string()
59 text_size += size; in append_string()
60 text[text_size] = 0; in append_string()
Dzconf.lex.c814 static int text_size, text_asize; variable
832 text_size = 0; in new_string()
838 int new_size = text_size + size + 1; in append_string()
845 memcpy(text + text_size, str, size); in append_string()
846 text_size += size; in append_string()
847 text[text_size] = 0; in append_string()
Dzconf.lex.c_shipped814 static int text_size, text_asize;
832 text_size = 0;
838 int new_size = text_size + size + 1;
845 memcpy(text + text_size, str, size);
846 text_size += size;
847 text[text_size] = 0;
/linux-4.4.14/tools/perf/util/
Dsvghelper.c237 double text_size; in svg_running() local
257 text_size = (time2pixels(end)-time2pixels(start)); in svg_running()
259 text_size = text_size/2; in svg_running()
260 if (text_size > 1.25) in svg_running()
261 text_size = 1.25; in svg_running()
262 text_size = round_text_size(text_size); in svg_running()
264 if (text_size > MIN_TEXT_SIZE) in svg_running()
266 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); in svg_running()
/linux-4.4.14/arch/x86/realmode/
Dinit.c109 size_t text_size = in set_real_mode_permissions() local
118 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
/linux-4.4.14/arch/arm/include/asm/
Dunwind.h49 unsigned long text_size);
/linux-4.4.14/arch/arm/kernel/
Dunwind.c515 unsigned long text_size) in unwind_table_add() argument
521 text_addr, text_size); in unwind_table_add()
530 tab->end_addr = text_addr + text_size; in unwind_table_add()
/linux-4.4.14/include/linux/
Dpe.h144 uint32_t text_size; /* size of text section(s) */ member
179 uint32_t text_size; /* size of text section(s) */ member
/linux-4.4.14/kernel/printk/
Dprintk.c1083 size_t text_size = msg->text_len; in msg_print_text() local
1100 const char *next = memchr(text, '\n', text_size); in msg_print_text()
1106 text_size -= next - text; in msg_print_text()
1108 text_len = text_size; in msg_print_text()
/linux-4.4.14/kernel/
Dmodule.c1890 unsigned long text_size, in set_section_ro_nx() argument
1911 if (total_size > text_size) { in set_section_ro_nx()
1912 begin_pfn = PFN_UP((unsigned long)base + text_size); in set_section_ro_nx()
1985 static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, un… in set_section_ro_nx() argument