Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/kconfig/
Dzconf.l28 static int text_size, text_asize; variable
46 text_size = 0; in new_string()
52 int new_size = text_size + size + 1; in append_string()
59 memcpy(text + text_size, str, size); in append_string()
60 text_size += size; in append_string()
61 text[text_size] = 0; in append_string()
Dlex.zconf.c_shipped799 static int text_size, text_asize;
817 text_size = 0;
823 int new_size = text_size + size + 1;
830 memcpy(text + text_size, str, size);
831 text_size += size;
832 text[text_size] = 0;
/linux-2.6.39/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-2.6.39/arch/arm/include/asm/
Dunwind.h48 unsigned long text_size);
/linux-2.6.39/arch/arm/kernel/
Dunwind.c399 unsigned long text_size) in unwind_table_add() argument
406 text_addr, text_size); in unwind_table_add()
414 tab->end_addr = text_addr + text_size; in unwind_table_add()
/linux-2.6.39/kernel/
Dmodule.c1581 unsigned long text_size, in set_section_ro_nx() argument
1602 if (total_size > text_size) { in set_section_ro_nx()
1603 begin_pfn = PFN_UP((unsigned long)base + text_size); in set_section_ro_nx()
1671 static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, un… in set_section_ro_nx() argument