Elf_Ehdr 244 arch/i386/stand/installboot/installboot.c Elf_Ehdr eh; Elf_Ehdr 67 ddb/db_elf.c #define STAB_TO_EHDR(stab) ((Elf_Ehdr *)((stab)->private)) Elf_Ehdr 105 ddb/db_elf.c Elf_Ehdr *elf; Elf_Ehdr 138 ddb/db_elf.c elf = (Elf_Ehdr *)symtab; Elf_Ehdr 234 ddb/db_elf.c Elf_Ehdr *elf = STAB_TO_EHDR(stab); Elf_Ehdr 88 dev/ksyms.c Elf_Ehdr *elf; Elf_Ehdr 92 dev/ksyms.c elf = (Elf_Ehdr *)symtab; Elf_Ehdr 347 kern/exec_elf.c Elf_Ehdr eh; Elf_Ehdr 535 kern/exec_elf.c Elf_Ehdr *eh = epp->ep_hdr; Elf_Ehdr 543 kern/exec_elf.c if (epp->ep_hdrvalid < sizeof(Elf_Ehdr)) Elf_Ehdr 863 kern/exec_elf.c ELFNAME(os_pt_note)(struct proc *p, struct exec_package *epp, Elf_Ehdr *eh, Elf_Ehdr 75 lib/libsa/loadfile_elf.c int ELFNAME(exec)(int, Elf_Ehdr *, u_long *, int); Elf_Ehdr 78 lib/libsa/loadfile_elf.c ELFNAME(exec)(int fd, Elf_Ehdr *elf, u_long *marks, int flags) Elf_Ehdr 167 lib/libsa/loadfile_elf.c maxp += sizeof(Elf_Ehdr); Elf_Ehdr 191 lib/libsa/loadfile_elf.c off = roundup((sizeof(Elf_Ehdr) + sz), sizeof(long)); Elf_Ehdr 238 lib/libsa/loadfile_elf.c elf->e_shoff = sizeof(Elf_Ehdr);