Searched refs:Elf32_Sym (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/lib/libelf/
H A Dgelf_sym.c43 Elf32_Sym *sym32;
79 sym32 = (Elf32_Sym *) d->d_buf + ndx;
104 Elf32_Sym *sym32;
138 sym32 = (Elf32_Sym *) d->d_buf + ndx;
H A Delf_types.m4227 DEFINE_STRUCT(`Elf32_Sym',
/freebsd-10-stable/usr.sbin/kgzip/
H A Delfhdr.h79 Elf32_Sym st[KGZ_STNUM];
H A Delfhdr.c80 htole32(sizeof(Elf32_Sym) * KGZ_STNUM), /* sh_size */
84 htole32(sizeof(Elf32_Sym)) /* sh_entsize */
/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c190 if (sp->cts_entsize == sizeof (Elf32_Sym)) {
191 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx;
253 if (sp->cts_entsize == sizeof (Elf32_Sym)) {
254 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx;
H A Dctf_open.c93 sym_to_gelf(const Elf32_Sym *src, Elf64_Sym *dst)
133 if (sp->cts_entsize == sizeof (Elf32_Sym))
134 gsp = sym_to_gelf((Elf32_Sym *)(uintptr_t)symp, &sym);
557 if (symsect != NULL && symsect->cts_entsize != sizeof (Elf32_Sym) &&
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c87 Elf32_Sym *sym = dmp->dm_symtab.cts_data;
187 Elf32_Sym *lhs = *((Elf32_Sym **)lp);
188 Elf32_Sym *rhs = *((Elf32_Sym **)rp);
240 Elf32_Sym *symtab = (Elf32_Sym *)dmp->dm_symtab.cts_data;
241 Elf32_Sym **sympp = (Elf32_Sym **)dmp->dm_asmap;
246 Elf32_Sym *sy
[all...]
H A Ddt_link.c115 Elf32_Sym *de_sym; /* array of symbols */
132 Elf32_Sym *sym;
181 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf32_Sym))) == NULL) {
202 bzero(sym, sizeof (Elf32_Sym));
588 shp->sh_entsize = sizeof (Elf32_Sym);
592 shp->sh_size = de.de_nsym * sizeof (Elf32_Sym);
1264 symsize = sizeof (Elf32_Sym);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c145 symsect.cts_entsize = sizeof (Elf32_Sym);
/freebsd-10-stable/sys/sys/
H A Delf32.h202 } Elf32_Sym; typedef in typeref:struct:__anon23
/freebsd-10-stable/sys/xen/interface/
H A Delfstructs.h284 } Elf32_Sym; typedef in typeref:struct:elf32_sym
479 #define Elf_Sym Elf32_Sym
H A Dlibelf.h55 Elf32_Sym e32;
/freebsd-10-stable/usr.bin/elfdump/
H A Delfdump.c120 offsetof(Elf32_Sym, st_name), offsetof(Elf32_Sym, st_value),
121 offsetof(Elf32_Sym, st_size), offsetof(Elf32_Sym, st_info),
122 offsetof(Elf32_Sym, st_shndx),
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c276 Elf32_Sym sym32;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h1368 struct Elf32_Sym { struct

Completed in 118 milliseconds