Home
last modified time | relevance | path

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

/linux-3.4.99/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.c_shipped789 static int text_size, text_asize;
807 text_size = 0;
813 int new_size = text_size + size + 1;
820 memcpy(text + text_size, str, size);
821 text_size += size;
822 text[text_size] = 0;
/linux-3.4.99/tools/perf/util/
Dsvghelper.c133 double text_size; in svg_sample() local
140 text_size = (time2pixels(end)-time2pixels(start)); in svg_sample()
142 text_size = text_size/2; in svg_sample()
143 if (text_size > 1.25) in svg_sample()
144 text_size = 1.25; in svg_sample()
145 text_size = round_text_size(text_size); in svg_sample()
147 if (text_size > MIN_TEXT_SIZE) in svg_sample()
149 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); in svg_sample()
/linux-3.4.99/arch/arm/include/asm/
Dunwind.h49 unsigned long text_size);
/linux-3.4.99/arch/arm/kernel/
Dunwind.c455 unsigned long text_size) in unwind_table_add() argument
461 text_addr, text_size); in unwind_table_add()
470 tab->end_addr = text_addr + text_size; in unwind_table_add()
/linux-3.4.99/kernel/
Dmodule.c1693 unsigned long text_size, in set_section_ro_nx() argument
1714 if (total_size > text_size) { in set_section_ro_nx()
1715 begin_pfn = PFN_UP((unsigned long)base + text_size); in set_section_ro_nx()
1784 static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, un… in set_section_ro_nx() argument