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

  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 49 Elf32_Ehdr *ehdr32 = NULL; local in function:ksyms_addr_set
58 ehdr32 = (Elf32_Ehdr *)ehdr;
59 shnum = ehdr32->e_shnum;
exec_multiboot2.c 984 Elf32_Ehdr *ehdr32 = NULL; local in function:mbi_elf_sections
1004 ehdr32 = &ehdr.e32;
1005 shnum = ehdr32->e_shnum;
1006 shentsize = ehdr32->e_shentsize;
1007 shstrndx = ehdr32->e_shstrndx;
1008 shoff = ehdr32->e_shoff;

Completed in 12 milliseconds