Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_check.c93 struct hdr { struct
95 struct hdr *prev; argument
96 struct hdr *next; argument
109 static inline struct ftr * to_ftr(struct hdr *hdr) in to_ftr() argument
111 return (struct ftr *)(((char *)(hdr + 1)) + hdr->size); in to_ftr()
114 static inline void *user(struct hdr *hdr) in user() argument
116 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 …]
/bionic/libc/kernel/common/linux/
Dauto_fs.h41 struct autofs_packet_hdr hdr; member
49 struct autofs_packet_hdr hdr; member
Dif_fddi.h95 } hdr; member
Dtcp.h67 struct tcphdr hdr; member
/bionic/linker/
Dlinker.c691 Elf32_Ehdr *hdr = (Elf32_Ehdr *) base; in verify_elf_object() local
693 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() local
1147 hdr = (Elf32_Ehdr *)si->base; in load_library()
1148 si->phdr = (Elf32_Phdr *)((unsigned char *)si->base + hdr->e_phoff); in load_library()
[all …]
/bionic/libc/kernel/arch-x86/asm/
Dprocessor_32.h261 struct microcode_header hdr; member
/bionic/libc/netbsd/
Dgethnamaddr.c89 HEADER hdr; member
208 hp = &answer->hdr; in getanswer()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c202 HEADER hdr; member
1343 hp = &answer->hdr; in getanswer()