Home
last modified time | relevance | path

Searched refs:symhdroff (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/lib/libc/gen/
Dnlist_ecoff.c74 u_long symhdroff, extstroff; in __fdnlist_ecoff() local
118 symhdroff = exechdrp->f.f_symptr; in __fdnlist_ecoff()
121 if ((symhdroff + sizeof *symhdrp) > mappedsize || in __fdnlist_ecoff()
124 symhdrp = (const void *)&mappedfile[symhdroff]; in __fdnlist_ecoff()
/netbsd/src/usr.sbin/kvm_mkdb/
Dnlist_coff.c91 u_long symhdroff, extrstroff; local
149 symhdroff = filehdrp->f_symptr;
151 extrstroff = symhdroff + symhdrsize*COFF_ES_SYMENTSZ;
156 symhdroff,symhdrsize, extrstroff);
192 syment = (struct external_syment *)&mappedfile[symhdroff +
Dnlist_ecoff.c92 u_long symhdroff, extrstroff; local
143 symhdroff = exechdrp->f.f_symptr;
148 if (check(symhdroff, sizeof *symhdrp) || sizeof *symhdrp != symhdrsize)
150 symhdrp = (struct ecoff_symhdr *)&mappedfile[symhdroff];