Home
last modified time | relevance | path

Searched refs:ctf_hdr (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_ctf.c62 uint8_t ctf_hdr[CTF_HDR_SIZE]; local
177 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, ctf_hdr, sizeof(ctf_hdr),
184 if (ctf_hdr[0] != 0xf1 || ctf_hdr[1] != 0xcf) {
186 if (ctf_hdr[0] != 0xcf || ctf_hdr[1] != 0xf1) {
195 if (ctf_hdr[2] != 2) {
204 if ((ctf_hdr[3] & 0x1) != 0) {
205 uint32_t *u32 = (uint32_t *) ctf_hdr;
215 sizeof(ctf_hdr);
254 bcopy(ctf_hdr, ctftab, sizeof(ctf_hdr));
264 zs.avail_in = shdr[i].sh_size - sizeof(ctf_hdr);
[all …]