Home
last modified time | relevance | path

Searched refs:Elf64_Sym (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_sym.c45 Elf64_Sym *sym64; in gelf_getsym()
90 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; in gelf_getsym()
107 Elf64_Sym *sym64; in gelf_update_sym()
153 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; in gelf_update_sym()
H A Dgelf.h47 typedef Elf64_Sym GElf_Sym; /* Symbol table entries */
H A Delf_types.m4230 DEFINE_STRUCT(`Elf64_Sym',
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c138 Elf64_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit64()
217 Elf64_Sym *lhs = *((Elf64_Sym **)lp); in dt_module_symcomp64()
218 Elf64_Sym *rhs = *((Elf64_Sym **)rp); in dt_module_symcomp64()
265 Elf64_Sym *symtab = (Elf64_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort64()
266 Elf64_Sym **sympp = (Elf64_Sym **)dmp->dm_asmap; in dt_module_symsort64()
271 Elf64_Sym *sy in dt_module_symsort64()
[all...]
H A Ddt_link.c280 Elf64_Sym *de_sym;
299 Elf64_Sym *sym; in prepare_elf64()
344 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf64_Sym))) == NULL) { in prepare_elf64()
365 bzero(sym, sizeof (Elf64_Sym)); in prepare_elf64()
722 shp->sh_entsize = sizeof (Elf64_Sym); in dump_elf64()
726 shp->sh_size = de.de_nsym * sizeof (Elf64_Sym); in dump_elf64()
1255 symsize = sizeof (Elf64_Sym); in process_obj()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c198 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol()
267 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_func_info()
H A Dctf_open.c230 static Elf64_Sym *
231 sym_to_gelf(const Elf32_Sym *src, Elf64_Sym *dst) in sym_to_gelf()
261 Elf64_Sym sym, *gsp; in init_symtab()
275 gsp = (Elf64_Sym *)(uintptr_t)symp; in init_symtab()
732 symsect->cts_entsize != sizeof (Elf64_Sym)) in ctf_bufopen()
935 if (symsect->cts_entsize == sizeof (Elf64_Sym)) in ctf_bufopen()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c49 Elf64_Sym *l64; /* 64bit local symbol */
50 Elf64_Sym *g64; /* 64bit global symbol */
972 (ecp->oec == ELFCLASS32 ? sizeof(Elf32_Sym) : sizeof(Elf64_Sym)); in add_to_symtab()
1050 sizeof(Elf64_Sym); in create_symtab_data()
1071 sizeof(Elf64_Sym); in create_symtab_data()
1074 sizeof(Elf64_Sym); in create_symtab_data()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c143 symsect.cts_entsize = sizeof (Elf64_Sym); in ctf_modopen()
/freebsd/usr.bin/elfdump/
H A Delfdump.c162 offsetof(Elf64_Sym, st_name), offsetof(Elf64_Sym, st_value),
163 offsetof(Elf64_Sym, st_size), offsetof(Elf64_Sym, st_info),
164 offsetof(Elf64_Sym, st_shndx),
/freebsd/sys/sys/
H A Delf64.h211 } Elf64_Sym; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1291 struct Elf64_Sym { struct
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2802 } Elf64_Sym; typedef