Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/elftoolchain/libelf/
HDgelf_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()
HDgelf.h47 typedef Elf64_Sym GElf_Sym; /* Symbol table entries */
HDelf_types.m4230 DEFINE_STRUCT(`Elf64_Sym',
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_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 *sym = symtab + dsp->ds_symid; in dt_module_symsort64()
277 dmp->dm_aslen = (uint_t)(sympp - (Elf64_Sym **)dmp->dm_asmap); in dt_module_symsort64()
282 sizeof (Elf64_Sym *), dt_module_symcomp64); in dt_module_symsort64()
302 dt_module_symgelf64(const Elf64_Sym *src, GElf_Sym *dst) in dt_module_symgelf64()
344 const Elf64_Sym *symtab = dmp->dm_symtab.cts_data; in dt_module_symname64()
[all …]
HDdt_link.c284 Elf64_Sym *de_sym;
303 Elf64_Sym *sym; in prepare_elf64()
348 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf64_Sym))) == NULL) { in prepare_elf64()
369 bzero(sym, sizeof (Elf64_Sym)); in prepare_elf64()
698 shp->sh_entsize = sizeof (Elf64_Sym); in dump_elf64()
702 shp->sh_size = de.de_nsym * sizeof (Elf64_Sym); in dump_elf64()
1182 symsize = sizeof (Elf64_Sym); in process_obj()
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_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()
HDctf_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-13-stable/contrib/elftoolchain/elfcopy/
HDsymbols.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-13-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
HDctf_mod.c143 symsect.cts_entsize = sizeof (Elf64_Sym); in ctf_modopen()
/freebsd-13-stable/sys/sys/
HDelf64.h211 } Elf64_Sym; typedef
/freebsd-13-stable/usr.bin/elfdump/
HDelfdump.c163 offsetof(Elf64_Sym, st_name), offsetof(Elf64_Sym, st_value),
164 offsetof(Elf64_Sym, st_size), offsetof(Elf64_Sym, st_info),
165 offsetof(Elf64_Sym, st_shndx),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1291 struct Elf64_Sym { struct
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h2802 } Elf64_Sym; typedef