/linux-4.1.27/fs/ |
D | binfmt_flat.c | 80 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.1.27/lib/ |
D | ts_kmp.c | 49 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()
|
D | ts_bm.c | 65 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.1.27/kernel/printk/ |
D | printk.c | 218 u16 text_len; /* length of text buffer */ member 292 return (char *)msg + sizeof(struct printk_log) + msg->text_len; in log_dict() 370 static u32 msg_used_size(u16 text_len, u16 dict_len, u32 *pad_len) in msg_used_size() argument 374 size = sizeof(struct printk_log) + text_len + dict_len; in msg_used_size() 389 static u32 truncate_msg(u16 *text_len, u16 *trunc_msg_len, in truncate_msg() argument 397 if (*text_len > max_text_len) in truncate_msg() 398 *text_len = max_text_len; in truncate_msg() 404 return msg_used_size(*text_len + *trunc_msg_len, 0, pad_len); in truncate_msg() 411 const char *text, u16 text_len) in log_store() argument 418 size = msg_used_size(text_len, dict_len, &pad_len); in log_store() [all …]
|
/linux-4.1.27/scripts/gdb/linux/ |
D | dmesg.py | 53 text_len = utils.read_u16(log_buf[pos + 10:pos + 12]) 54 text = log_buf[pos + 16:pos + 16 + text_len]
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | nvram_64.c | 367 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.1.27/arch/m32r/include/asm/ |
D | flat.h | 21 m32r_flat_get_addr_from_rp(rp, relval, (text_len) )
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 269 u8 text_len; member 1365 if (!bdev->rds_info.text_len) { in bcm2048_get_rds_rt() 1415 if (!bdev->rds_info.text_len) { in bcm2048_get_rds_ps() 1770 bdev->rds_info.text_len = bdev->fifo_size; in bcm2048_rds_fifo_receive() 1788 if (!bdev->rds_info.text_len) { in bcm2048_get_rds_data() 1799 for (i = 0; i < bdev->rds_info.text_len; i++) { in bcm2048_get_rds_data()
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fbtft-core.c | 61 size_t text_len; in fbtft_dbg_hex() local 64 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in fbtft_dbg_hex() 67 hex_dump_to_buffer(buf, len, 32, groupsize, text + text_len, in fbtft_dbg_hex() 68 512 - text_len, false); in fbtft_dbg_hex()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 66 unsigned long, text_len, unsigned long, bss_start, in SYSCALL_DEFINE4() argument 77 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()
|