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

/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Delf32.c102 Elf_Shdr symhdr, strhdr; local
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)
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dsymtab.c372 * 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;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_mod.c153 strsect.cts_size = mp->strhdr->sh_size;

Completed in 72 milliseconds