Searched refs:hdr_sz (Results 1 – 2 of 2) sorted by relevance
68 size_t bytes = 0, hdr_sz; in initramfs_mkdirs() local84 hdr_sz = ((sizeof(struct cpio_header) + len + 1) + 3) & ~3; in initramfs_mkdirs()90 pad = hdr_sz - (sizeof(struct cpio_header) + len); in initramfs_mkdirs()109 size_t bytes, hdr_sz; in initramfs_mknod() local119 hdr_sz = ((sizeof(struct cpio_header) + namelen + 1) + 3) & ~3; in initramfs_mknod()120 bytes += hdr_sz; in initramfs_mknod()134 pad = hdr_sz - (sizeof(struct cpio_header) + namelen); in initramfs_mknod()
57 __uint32_t hdr_sz; in write_header() local64 hdr_sz = 512; in write_header()65 total_sz += hdr_sz; in write_header()66 entry += hdr_sz; in write_header()103 e_hdr.image_sz = hdr_sz + so_memsz; in write_header()104 e_hdr.headers_sz = hdr_sz; in write_header()126 e_hdr_pe32p.image_sz = hdr_sz + so_memsz; in write_header()127 e_hdr_pe32p.headers_sz = hdr_sz; in write_header()136 t_sec.virtual_address = hdr_sz; in write_header()