OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symtabsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_dl.c
67
static size_t
symtabsize
= 0, strtabsize = 0;
variable in typeref:typename:size_t
296
symtab = reservespace(symtab, &
symtabsize
,
/src/usr.bin/elf2ecoff/
elf2ecoff.c
665
uint32_t nextoff,
symtabsize
, ecoff_strsize;
local in function:elf_symbol_table_to_ecoff
688
symtabsize
= nsyms * sizeof(struct ecoff_extsym);
689
symtabsize
= ECOFF_ROUND(
symtabsize
, ECOFF32_SEGMENT_ALIGNMENT(ep));
704
padding =
symtabsize
- (nsyms * sizeof(struct ecoff_extsym));
Completed in 13 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025