Searched refs:text_len (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | flatload.c | 61 abi_ulong text_len; /* Length of text segment */ member 117 abi_ulong text_len; in calc_reloc() local 125 text_len = p[id].text_len; in calc_reloc() 127 if (!flat_reloc_valid(r, start_brk - start_data + text_len)) { in calc_reloc() 130 (int) r,(int)(start_brk-start_code),(int)text_len); in calc_reloc() 134 if (r < text_len) /* In text segment */ in calc_reloc() 137 addr = r - text_len + start_data; in calc_reloc() 201 abi_ulong text_len, data_len, bss_len, stack_len, flags; in load_flat_file() local 211 text_len = ntohl(hdr->data_start); in load_flat_file() 265 text_len + data_len + extra + indx_len - 1); in load_flat_file() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch | 27 uint16_t text_len; 57 text_len = struct_val_u16(buf, log_offset_text_len);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
| H A D | 0002-Fix-incompatible-pointer-types-error-with-gcc-15.patch | 67 455 | void _saslauthd_hmac_md5(text, text_len, key, key_len, digest)
|