Searched refs:symhdroff (Results 1 – 3 of 3) sorted by relevance
74 u_long symhdroff, extstroff; in __fdnlist_ecoff() local118 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()
91 u_long symhdroff, extrstroff; local149 symhdroff = filehdrp->f_symptr;151 extrstroff = symhdroff + symhdrsize*COFF_ES_SYMENTSZ;156 symhdroff,symhdrsize, extrstroff);192 syment = (struct external_syment *)&mappedfile[symhdroff +
92 u_long symhdroff, extrstroff; local143 symhdroff = exechdrp->f.f_symptr;148 if (check(symhdroff, sizeof *symhdrp) || sizeof *symhdrp != symhdrsize)150 symhdrp = (struct ecoff_symhdr *)&mappedfile[symhdroff];