Home
last modified time | relevance | path

Searched refs:sym_end (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c149 Elf32_Sym *sym_end; /* end of symbol table */ in _elf_nlist() local
240 sym_end = sym + symdata->d_size / sizeof (Elf32_Sym); in _elf_nlist()
241 for (; sym < sym_end; ++sym) { in _elf_nlist()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dboot.c870 bsd_boot_entry (int flags, int bootdev, int sym_start, int sym_end, in bsd_boot_entry() argument