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

  /src/usr.sbin/lockstat/
elf32.c 102 Elf_Shdr symhdr, strhdr; local in function:NAME
146 if (pread(fd, &strhdr, sizeof(strhdr), off) != sizeof(strhdr))
155 if ((strp = malloc(strhdr.sh_size)) == NULL)
157 sz = pread(fd, strp, strhdr.sh_size, strhdr.sh_offset);
158 if (sz != strhdr.sh_size)
  /src/sbin/restore/
symtab.c 372 * NB. The macro "allocsize" below assumes that "struct strhdr"
375 struct strhdr { struct
376 struct strhdr *next;
379 #define STRTBLINCR (sizeof(struct strhdr))
382 static struct strhdr strtblhdr[allocsize(NAME_MAX) / STRTBLINCR];
391 struct strhdr *np, *tp;
405 np = (struct strhdr *)cp;
424 struct strhdr *tp, *np;
427 np = (struct strhdr *)name;

Completed in 11 milliseconds