Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dbinfmt_flat.c80 unsigned long text_len; /* Length of text segment */ member
319 unsigned long text_len; in calc_reloc() local
358 text_len = p->lib_list[id].text_len; in calc_reloc()
360 if (!flat_reloc_valid(r, start_brk - start_data + text_len)) { in calc_reloc()
362 (int) r,(int)(start_brk-start_data+text_len),(int)text_len); in calc_reloc()
366 if (r < text_len) /* In text segment */ in calc_reloc()
369 addr = r - text_len + start_data; in calc_reloc()
432 unsigned long text_len, data_len, bss_len, stack_len, flags; in load_flat_file() local
446 text_len = ntohl(hdr->data_start); in load_flat_file()
549 textpos = vm_mmap(bprm->file, 0, text_len, PROT_READ|PROT_EXEC, in load_flat_file()
[all …]
/linux-4.4.14/kernel/printk/
Dprintk.c230 u16 text_len; /* length of text buffer */ member
307 return (char *)msg + sizeof(struct printk_log) + msg->text_len; in log_dict()
385 static u32 msg_used_size(u16 text_len, u16 dict_len, u32 *pad_len) in msg_used_size() argument
389 size = sizeof(struct printk_log) + text_len + dict_len; in msg_used_size()
404 static u32 truncate_msg(u16 *text_len, u16 *trunc_msg_len, in truncate_msg() argument
412 if (*text_len > max_text_len) in truncate_msg()
413 *text_len = max_text_len; in truncate_msg()
419 return msg_used_size(*text_len + *trunc_msg_len, 0, pad_len); in truncate_msg()
426 const char *text, u16 text_len) in log_store() argument
433 size = msg_used_size(text_len, dict_len, &pad_len); in log_store()
[all …]
/linux-4.4.14/lib/
Dts_kmp.c49 unsigned int i, q = 0, text_len, consumed = state->offset; in kmp_find() local
54 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find()
56 if (unlikely(text_len == 0)) in kmp_find()
59 for (i = 0; i < text_len; i++) { in kmp_find()
72 consumed += text_len; in kmp_find()
Dts_bm.c65 unsigned int i, text_len, consumed = state->offset; in bm_find() local
71 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find()
73 if (unlikely(text_len == 0)) in bm_find()
76 while (shift < text_len) { in bm_find()
94 consumed += text_len; in bm_find()
/linux-4.4.14/scripts/gdb/linux/
Ddmesg.py52 text_len = utils.read_u16(log_buf[pos + 10:pos + 12])
53 text = log_buf[pos + 16:pos + 16 + text_len]
/linux-4.4.14/arch/powerpc/kernel/
Dnvram_64.c367 static int zip_oops(size_t text_len) in zip_oops() argument
370 int zipped_len = nvram_compress(big_oops_buf, oops_data, text_len, in zip_oops()
680 size_t text_len; in oops_to_nvram() local
714 big_oops_buf, big_oops_buf_sz, &text_len); in oops_to_nvram()
715 rc = zip_oops(text_len); in oops_to_nvram()
720 oops_data, oops_data_sz, &text_len); in oops_to_nvram()
723 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram()
728 (int) (sizeof(*oops_hdr) + text_len), err_type, in oops_to_nvram()
/linux-4.4.14/arch/m32r/include/asm/
Dflat.h21 m32r_flat_get_addr_from_rp(rp, relval, (text_len) )
/linux-4.4.14/drivers/staging/media/bcm2048/
Dradio-bcm2048.c269 u8 text_len; member
1369 if (!bdev->rds_info.text_len) { in bcm2048_get_rds_rt()
1419 if (!bdev->rds_info.text_len) { in bcm2048_get_rds_ps()
1774 bdev->rds_info.text_len = bdev->fifo_size; in bcm2048_rds_fifo_receive()
1792 if (!bdev->rds_info.text_len) { in bcm2048_get_rds_data()
1803 for (i = 0; i < bdev->rds_info.text_len; i++) { in bcm2048_get_rds_data()
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft-core.c58 size_t text_len; in fbtft_dbg_hex() local
61 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in fbtft_dbg_hex()
64 hex_dump_to_buffer(buf, len, 32, groupsize, text + text_len, in fbtft_dbg_hex()
65 512 - text_len, false); in fbtft_dbg_hex()
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c66 unsigned long, text_len, unsigned long, bss_start, in SYSCALL_DEFINE4() argument
77 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()