Symbol: Elf32_Sym
lib/librumpuser/rumpuser_dl.c
121
const Elf32_Sym *sym = base; \
lib/librumpuser/rumpuser_dl.c
134
Elf32_Sym *sym = base; \
lib/librumpuser/rumpuser_dl.c
144
#define SYM_GETSIZE() ((eident==ELFCLASS32)?sizeof(Elf32_Sym):sizeof(Elf64_Sym))
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
197
symtab = (Elf32_Sym *)(image +
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
332
Elf32_Sym *s;
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
480
eval(Elf32_Sym *s, uint32_t *o)
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
64
static int eval(Elf32_Sym *, uint32_t *);
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
99
Elf32_Sym *symtab;
sys/arch/atari/stand/tostools/libtos/exec_elf.h
618
#define Elf_Sym Elf32_Sym
sys/arch/epoc32/stand/e32boot/include/elf.h
1070
#define Elf_Sym Elf32_Sym
sys/sys/exec_elf.h
1391
#define Elf_Sym Elf32_Sym
tools/amiga-elf2bb/sys/exec_elf.h
711
#define Elf_Sym Elf32_Sym
tools/arm-elf2aout/sys/exec_elf.h
1099
#define Elf_Sym Elf32_Sym
tools/m68k-elf2aout/sys/exec_elf.h
1099
#define Elf_Sym Elf32_Sym
usr.bin/elf2aout/elf2aout.c
382
(symtabix != -1 ? sh[symtabix].sh_size / sizeof(Elf32_Sym) : 0));
usr.bin/elf2aout/elf2aout.c
459
Elf32_Sym inbuf[64];
usr.bin/elf2aout/elf2aout.c
471
remaining = (ssize_t)(symsize / (off_t)sizeof(Elf32_Sym));
usr.bin/elf2aout/elf2aout.c
495
if ((i = read(in, inbuf, (size_t)cur * sizeof(Elf32_Sym)))
usr.bin/elf2aout/elf2aout.c
496
!= cur * (ssize_t)sizeof(Elf32_Sym)) {
usr.bin/elf2ecoff/elf2ecoff.c
649
nsyms = symsize / sizeof(Elf32_Sym);
usr.bin/elf2ecoff/elf2ecoff.c
65
Elf32_Sym *elf_syms;
usr.bin/elf2ecoff/elf2ecoff.c
652
elfsymsp->elf_syms = (Elf32_Sym *)
usr.bin/elf2ecoff/elf2ecoff.c
653
saveRead(in, symoff, nsyms * sizeof(Elf32_Sym),
usr.bin/elf2ecoff/elf2ecoff.c
658
Elf32_Sym *s = &elfsymsp->elf_syms[i];
usr.bin/elf2ecoff/elf2ecoff.c
746
compute_stringsize(const Elf32_Sym *elf_syms, int nsyms,
usr.bin/elf2ecoff/elf2ecoff.c
753
const Elf32_Sym *esym = &elf_syms[i];
usr.bin/elf2ecoff/elf2ecoff.c
802
const Elf32_Sym *esym = &elfp->elf_syms[i];
usr.bin/elf2ecoff/elf2ecoff.c
89
static size_t compute_stringsize(const Elf32_Sym *elf_syms, int nsymbols,