/Linux-v5.4/fs/ |
D | binfmt_flat.c | 82 unsigned long text_len; /* Length of text segment */ member 320 unsigned long text_len; in calc_reloc() local 358 text_len = p->lib_list[id].text_len; in calc_reloc() 360 if (r > start_brk - start_data + text_len) { in calc_reloc() 362 r, start_brk-start_data+text_len, 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() 430 u32 text_len, data_len, bss_len, stack_len, full_data, flags; in load_flat_file() local 442 text_len = ntohl(hdr->data_start); in load_flat_file() 508 if ((text_len | data_len | bss_len | stack_len | full_data) >> 28) { in load_flat_file() [all …]
|
/Linux-v5.4/kernel/printk/ |
D | printk.c | 371 u16 text_len; /* length of text buffer */ member 484 return (char *)msg + sizeof(struct printk_log) + msg->text_len; in log_dict() 566 static u32 msg_used_size(u16 text_len, u16 dict_len, u32 *pad_len) in msg_used_size() argument 570 size = sizeof(struct printk_log) + text_len + dict_len; in msg_used_size() 585 static u32 truncate_msg(u16 *text_len, u16 *trunc_msg_len, in truncate_msg() argument 593 if (*text_len > max_text_len) in truncate_msg() 594 *text_len = max_text_len; in truncate_msg() 600 return msg_used_size(*text_len + *trunc_msg_len, 0, pad_len); in truncate_msg() 607 const char *text, u16 text_len) in log_store() argument 614 size = msg_used_size(text_len, dict_len, &pad_len); in log_store() [all …]
|
/Linux-v5.4/lib/ |
D | ts_kmp.c | 45 unsigned int i, q = 0, text_len, consumed = state->offset; in kmp_find() local 50 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find() 52 if (unlikely(text_len == 0)) in kmp_find() 55 for (i = 0; i < text_len; i++) { in kmp_find() 68 consumed += text_len; in kmp_find()
|
D | ts_bm.c | 61 unsigned int i, text_len, consumed = state->offset; in bm_find() local 67 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find() 69 if (unlikely(text_len == 0)) in bm_find() 72 while (shift < text_len) { in bm_find() 90 consumed += text_len; in bm_find()
|
/Linux-v5.4/scripts/gdb/linux/ |
D | dmesg.py | 62 text_len = utils.read_u16(log_buf, pos + text_len_offset) 64 text = log_buf[text_start:text_start + text_len].decode(
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | nvram_64.c | 353 static int zip_oops(size_t text_len) in zip_oops() argument 356 int zipped_len = nvram_compress(big_oops_buf, oops_data, text_len, in zip_oops() 653 size_t text_len; in oops_to_nvram() local 687 big_oops_buf, big_oops_buf_sz, &text_len); in oops_to_nvram() 688 rc = zip_oops(text_len); in oops_to_nvram() 693 oops_data, oops_data_sz, &text_len); in oops_to_nvram() 696 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram() 701 (int) (sizeof(*oops_hdr) + text_len), err_type, in oops_to_nvram()
|
/Linux-v5.4/Documentation/admin-guide/kdump/ |
D | gdbmacros.txt | 205 if ($msg->text_len != 0) 206 eval "printf \"%%%d.%ds\", $log", $msg->text_len, $msg->text_len 212 set $dict = $log + $msg->text_len
|
D | vmcoreinfo.rst | 225 (printk_log, ts_nsec|len|text_len|dict_len)
|
/Linux-v5.4/drivers/staging/fbtft/ |
D | fbtft-core.c | 57 size_t text_len; in fbtft_dbg_hex() local 60 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in fbtft_dbg_hex() 63 hex_dump_to_buffer(buf, len, 32, groupsize, text + text_len, in fbtft_dbg_hex() 64 512 - text_len, false); in fbtft_dbg_hex()
|
/Linux-v5.4/arch/alpha/kernel/ |
D | osf_sys.c | 70 unsigned long, text_len, unsigned long, bss_start, in SYSCALL_DEFINE4() argument 81 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()
|