HomeSort by: relevance | last modified time | path
    Searched defs:ehdr64 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 50 Elf64_Ehdr *ehdr64 = NULL; local in function:ksyms_addr_set
62 ehdr64 = (Elf64_Ehdr *)ehdr;
63 shnum = ehdr64->e_shnum;
exec_multiboot2.c 985 Elf64_Ehdr *ehdr64 = NULL; local in function:mbi_elf_sections
1011 ehdr64 = &ehdr.e64;
1012 shnum = ehdr64->e_shnum;
1013 shentsize = ehdr64->e_shentsize;
1014 shstrndx = ehdr64->e_shstrndx;
1015 shoff = ehdr64->e_shoff;

Completed in 12 milliseconds