OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symtabix
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/elf2aout/
elf2aout.c
200
ssize_t i, strtabix,
symtabix
;
local
209
strtabix =
symtabix
= 0;
298
symtabix
= i;
382
(
symtabix
!= -1 ? sh[
symtabix
].sh_size / sizeof(Elf32_Sym) : 0));
439
sh[
symtabix
].sh_offset, sh[
symtabix
].sh_size,
elf2aout.c
200
ssize_t i, strtabix,
symtabix
;
local
209
strtabix =
symtabix
= 0;
298
symtabix
= i;
382
(
symtabix
!= -1 ? sh[
symtabix
].sh_size / sizeof(Elf32_Sym) : 0));
439
sh[
symtabix
].sh_offset, sh[
symtabix
].sh_size,
/src/usr.bin/elf2ecoff/
elf2ecoff.c
108
int strtabix,
symtabix
;
local
199
symtabix
= 0;
204
symtabix
= i;
437
sh[
symtabix
].sh_offset, sh[
symtabix
].sh_size,
elf2ecoff.c
108
int strtabix,
symtabix
;
local
199
symtabix
= 0;
204
symtabix
= i;
437
sh[
symtabix
].sh_offset, sh[
symtabix
].sh_size,
Completed in 101 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026