Searched refs:sym_count (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c127 int i, sym_count; local
131 sym_count = symtab = strtab = 0;
154 sym_count = shdr[i].sh_size / sizeof(Elf_Sym);
171 while (sym_count > 0 && fdt_start == 0) {
174 --sym_count;

Completed in 99 milliseconds