OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symtaboff
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_dl.c
68
static size_t
symtaboff
= 0, strtaboff = 0;
variable in typeref:typename:size_t
297
symtaboff
, cursymcount * SYM_GETSIZE());
331
memcpy(symtab +
symtaboff
,
338
csym = symtab +
symtaboff
;
342
symtaboff
+= SYM_GETSIZE();
465
if ((trimmedsym = malloc(
symtaboff
)) != NULL) {
466
memcpy(trimmedsym, symtab,
symtaboff
);
477
symload(trimmedsym,
symtaboff
, trimmedstr, strtaboff);
/src/usr.bin/elf2ecoff/
elf2ecoff.c
664
uint32_t ecoff_symhdr_off,
symtaboff
, stringtaboff;
local in function:elf_symbol_table_to_ecoff
687
symtaboff
= nextoff;
692
write_ecoff_symhdr(out, ep, &symhdr, nsyms,
symtaboff
,
Completed in 12 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025