Searched refs:hdr (Results 1 – 8 of 8) sorted by relevance
93 struct hdr { struct95 struct hdr *prev; argument96 struct hdr *next; argument109 static inline struct ftr * to_ftr(struct hdr *hdr) in to_ftr() argument111 return (struct ftr *)(((char *)(hdr + 1)) + hdr->size); in to_ftr()114 static inline void *user(struct hdr *hdr) in user() argument116 return hdr + 1; in user()119 static inline struct hdr *meta(void *user) in meta()121 return ((struct hdr *)user) - 1; in meta()128 static struct hdr *tail;[all …]
41 struct autofs_packet_hdr hdr; member49 struct autofs_packet_hdr hdr; member
95 } hdr; member
67 struct tcphdr hdr; member
691 Elf32_Ehdr *hdr = (Elf32_Ehdr *) base; in verify_elf_object() local693 if (hdr->e_ident[EI_MAG0] != ELFMAG0) return -1; in verify_elf_object()694 if (hdr->e_ident[EI_MAG1] != ELFMAG1) return -1; in verify_elf_object()695 if (hdr->e_ident[EI_MAG2] != ELFMAG2) return -1; in verify_elf_object()696 if (hdr->e_ident[EI_MAG3] != ELFMAG3) return -1; in verify_elf_object()700 if (hdr->e_machine != EM_ARM) return -1; in verify_elf_object()702 if (hdr->e_machine != EM_386) return -1; in verify_elf_object()1090 Elf32_Ehdr *hdr; in load_library() local1147 hdr = (Elf32_Ehdr *)si->base; in load_library()1148 si->phdr = (Elf32_Phdr *)((unsigned char *)si->base + hdr->e_phoff); in load_library()[all …]
261 struct microcode_header hdr; member
89 HEADER hdr; member208 hp = &answer->hdr; in getanswer()
202 HEADER hdr; member1343 hp = &answer->hdr; in getanswer()