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

  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 51 uint64_t shnum; local in function:ksyms_addr_set
59 shnum = ehdr32->e_shnum;
63 shnum = ehdr64->e_shnum;
70 for (i = 0; i < shnum; i++) {
exec_multiboot2.c 986 uint64_t shnum, shentsize, shstrndx, shoff; local in function:mbi_elf_sections
1005 shnum = ehdr32->e_shnum;
1012 shnum = ehdr64->e_shnum;
1021 shdr_len = shnum * shentsize;
1031 mbt->num = shnum;

Completed in 12 milliseconds