Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dauto_fs.h37 struct autofs_packet_hdr hdr; member
44 struct autofs_packet_hdr hdr; member
Dif_fddi.h80 } hdr; member
Dtcp.h54 struct tcphdr hdr; member
/bionic/linker/
Dlinker.c592 Elf32_Ehdr *hdr = (Elf32_Ehdr *) base; in verify_elf_object() local
594 if (hdr->e_ident[EI_MAG0] != ELFMAG0) return -1; in verify_elf_object()
595 if (hdr->e_ident[EI_MAG1] != ELFMAG1) return -1; in verify_elf_object()
596 if (hdr->e_ident[EI_MAG2] != ELFMAG2) return -1; in verify_elf_object()
597 if (hdr->e_ident[EI_MAG3] != ELFMAG3) return -1; in verify_elf_object()
981 Elf32_Ehdr *hdr; in load_library() local
1042 hdr = (Elf32_Ehdr *)si->base; in load_library()
1043 si->phdr = (Elf32_Phdr *)((unsigned char *)si->base + hdr->e_phoff); in load_library()
1044 si->phnum = hdr->e_phnum; in load_library()
/bionic/libc/kernel/arch-x86/asm/
Dprocessor_32.h249 struct microcode_header hdr; member
/bionic/libc/netbsd/
Dgethnamaddr.c88 HEADER hdr; member
207 hp = &answer->hdr; in getanswer()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c185 HEADER hdr; member
1081 hp = &answer->hdr; in getanswer()