Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h241 uInt sym_end; /* symbol table full when sym_next reaches this */ member
325 flush = (s->sym_next == s->sym_end); \
336 flush = (s->sym_next == s->sym_end); \
H A Dtrees.c1037 return (s->sym_next == s->sym_end);
H A Ddeflate.c375 s->sym_end = (s->lit_bufsize - 1) * 3;
/illumos-gate/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()
/illumos-gate/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