OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symtabsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/elf2ecoff/
elf2ecoff.c
668
uint32_t nextoff,
symtabsize
, ecoff_strsize;
local
692
symtabsize
= nsyms * sizeof(struct ecoff_extsym);
693
symtabsize
= ECOFF_ROUND(
symtabsize
, align);
708
padding =
symtabsize
- (nsyms * sizeof(struct ecoff_extsym));
/src/lib/librumpuser/
rumpuser_dl.c
67
static size_t
symtabsize
= 0, strtabsize = 0;
variable
296
symtab = reservespace(symtab, &
symtabsize
,
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026