OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdr_sz
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/lib/syslinux/
initramfs_file.c
68
size_t bytes = 0,
hdr_sz
;
local
84
hdr_sz
= ((sizeof(struct cpio_header) + len + 1) + 3) & ~3;
90
pad =
hdr_sz
- (sizeof(struct cpio_header) + len);
109
size_t bytes,
hdr_sz
;
local
119
hdr_sz
= ((sizeof(struct cpio_header) + namelen + 1) + 3) & ~3;
120
bytes +=
hdr_sz
;
134
pad =
hdr_sz
- (sizeof(struct cpio_header) + namelen);
/external/syslinux/efi/
wrapper.c
57
__uint32_t
hdr_sz
;
local
64
hdr_sz
= 512;
65
total_sz +=
hdr_sz
;
66
entry +=
hdr_sz
;
103
e_hdr.image_sz =
hdr_sz
+ so_memsz;
104
e_hdr.headers_sz =
hdr_sz
;
126
e_hdr_pe32p.image_sz =
hdr_sz
+ so_memsz;
127
e_hdr_pe32p.headers_sz =
hdr_sz
;
136
t_sec.virtual_address =
hdr_sz
;
148
/* Don't rewind!
hdr_sz
need to be increased. *
[
all
...]
Completed in 1984 milliseconds