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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_sym.c44 Elf32_Sym *sym32;
81 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx;
106 Elf32_Sym *sym32;
143 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx;
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c193 if (sp->cts_entsize == sizeof (Elf32_Sym)) {
194 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx;
256 if (sp->cts_entsize == sizeof (Elf32_Sym)) {
257 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-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c88 Elf32_Sym *sym = dmp->dm_symtab.cts_data;
188 Elf32_Sym *lhs = *((Elf32_Sym **)lp);
189 Elf32_Sym *rhs = *((Elf32_Sym **)rp);
241 Elf32_Sym *symtab = (Elf32_Sym *)dmp->dm_symtab.cts_data;
242 Elf32_Sym **sympp = (Elf32_Sym **)dmp->dm_asmap;
247 Elf32_Sym *sy
[all...]
H A Ddt_link.c93 Elf32_Sym *de_sym; /* array of symbols */
110 Elf32_Sym *sym;
155 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf32_Sym))) == NULL) {
176 bzero(sym, sizeof (Elf32_Sym));
555 shp->sh_entsize = sizeof (Elf32_Sym);
559 shp->sh_size = de.de_nsym * sizeof (Elf32_Sym);
1194 symsize = sizeof (Elf32_Sym);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c145 symsect.cts_entsize = sizeof (Elf32_Sym);
/freebsd-13-stable/sys/sys/
H A Delf32.h204 } Elf32_Sym; typedef in typeref:struct:__anon15810
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c47 Elf32_Sym *l32; /* 32bit local symbol */
48 Elf32_Sym *g32; /* 32bit global symbol */
972 (ecp->oec == ELFCLASS32 ? sizeof(Elf32_Sym) : sizeof(Elf64_Sym));
1042 sizeof(Elf32_Sym);
1062 sizeof(Elf32_Sym);
1065 sizeof(Elf32_Sym);
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c124 offsetof(Elf32_Sym, st_name), offsetof(Elf32_Sym, st_value),
125 offsetof(Elf32_Sym, st_size), offsetof(Elf32_Sym, st_info),
126 offsetof(Elf32_Sym, st_shndx),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1004 struct Elf32_Sym { struct
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2789 } Elf32_Sym; typedef in typeref:struct:__anon619

Completed in 201 milliseconds