OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:esyms
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
nlist_ecoff.c
70
const struct ecoff_extsym *
esyms
;
local in function:__fdnlist_ecoff
127
if (check(symhdrp->cbExtOffset, nesyms * sizeof *
esyms
))
129
esyms
= (const void *)&mappedfile[symhdrp->cbExtOffset];
160
&mappedfile[extstroff +
esyms
[i].es_strindex];
166
p->n_value =
esyms
[i].es_value;
/src/usr.sbin/kvm_mkdb/
nlist_ecoff.c
86
struct ecoff_extsym *
esyms
;
local in function:create_knlist_ecoff
153
if (check(symhdrp->cbExtOffset, nesyms * sizeof *
esyms
))
155
esyms
= (struct ecoff_extsym *)&mappedfile[symhdrp->cbExtOffset];
186
fsymname = &mappedfile[extrstroff +
esyms
[i].es_strindex];
206
nbuf.n_value =
esyms
[i].es_value;
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025