Searched refs:text_size (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/scripts/kconfig/ |
D | zconf.l | 27 static int text_size, text_asize; variable 47 text_size = 0; in new_string() 53 int new_size = text_size + size + 1; in append_string() 60 memcpy(text + text_size, str, size); in append_string() 61 text_size += size; in append_string() 62 text[text_size] = 0; in append_string()
|
/Linux-v4.19/tools/perf/util/ |
D | svghelper.c | 238 double text_size; in svg_running() local 258 text_size = (time2pixels(end)-time2pixels(start)); in svg_running() 260 text_size = text_size/2; in svg_running() 261 if (text_size > 1.25) in svg_running() 262 text_size = 1.25; in svg_running() 263 text_size = round_text_size(text_size); in svg_running() 265 if (text_size > MIN_TEXT_SIZE) in svg_running() 267 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); in svg_running()
|
/Linux-v4.19/arch/x86/realmode/ |
D | init.c | 140 size_t text_size = in set_real_mode_permissions() local 149 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | unwind.h | 49 unsigned long text_size);
|
/Linux-v4.19/arch/arm/kernel/ |
D | unwind.c | 515 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-v4.19/include/linux/ |
D | pe.h | 195 uint32_t text_size; /* size of text section(s) */ member 230 uint32_t text_size; /* size of text section(s) */ member
|
D | module.h | 297 unsigned int text_size; member
|
/Linux-v4.19/kernel/ |
D | module.c | 1896 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_text() 1898 layout->text_size >> PAGE_SHIFT); in frob_text() 1905 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_rodata() 1907 set_memory((unsigned long)layout->base + layout->text_size, in frob_rodata() 1908 (layout->ro_size - layout->text_size) >> PAGE_SHIFT); in frob_rodata() 2393 mod->core_layout.text_size = mod->core_layout.size; in layout_sections() 2427 mod->init_layout.text_size = mod->init_layout.size; in layout_sections() 3497 mod->init_layout.text_size = 0; in do_init_module() 3921 nextval = (unsigned long)mod->init_layout.base+mod->init_layout.text_size; in get_ksymbol() 3923 nextval = (unsigned long)mod->core_layout.base+mod->core_layout.text_size; in get_ksymbol() [all …]
|
/Linux-v4.19/kernel/printk/ |
D | printk.c | 1254 size_t text_size = msg->text_len; in msg_print_text() local 1258 const char *next = memchr(text, '\n', text_size); in msg_print_text() 1264 text_size -= next - text; in msg_print_text() 1266 text_len = text_size; in msg_print_text()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 2322 int n, ret, text_size = 500; in wil_read_suspend_stats() local 2324 text = kmalloc(text_size, GFP_KERNEL); in wil_read_suspend_stats() 2328 n = snprintf(text, text_size, in wil_read_suspend_stats() 2349 n = min_t(int, n, text_size); in wil_read_suspend_stats()
|
/Linux-v4.19/arch/mips/kernel/ |
D | vpe.c | 212 mod->core_layout.text_size = mod->core_layout.size; in layout_sections()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 7661 static void qed_dbg_print_feature(u8 *p_text_buf, u32 text_size) in qed_dbg_print_feature() argument 7669 for (i = precision; i < text_size; i += precision) in qed_dbg_print_feature()
|