Searched refs:Elf64_Sym (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/lib/libelf/ |
| D | gelf_sym.c | 44 Elf64_Sym *sym64; in gelf_getsym() 90 sym64 = (Elf64_Sym *) d->d_buf + ndx; in gelf_getsym() 105 Elf64_Sym *sym64; in gelf_update_sym() 148 sym64 = (Elf64_Sym *) d->d_buf + ndx; in gelf_update_sym()
|
| D | gelf.h | 49 typedef Elf64_Sym GElf_Sym; /* Symbol table entries */
|
| D | elf_types.m4 | 236 DEFINE_STRUCT(`Elf64_Sym',
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_module.c | 132 Elf64_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit64() 211 Elf64_Sym *lhs = *((Elf64_Sym **)lp); in dt_module_symcomp64() 212 Elf64_Sym *rhs = *((Elf64_Sym **)rp); in dt_module_symcomp64() 259 Elf64_Sym *symtab = (Elf64_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort64() 260 Elf64_Sym **sympp = (Elf64_Sym **)dmp->dm_asmap; in dt_module_symsort64() 265 Elf64_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort64() 271 dmp->dm_aslen = (uint_t)(sympp - (Elf64_Sym **)dmp->dm_asmap); in dt_module_symsort64() 276 sizeof (Elf64_Sym *), dt_module_symcomp64); in dt_module_symsort64() 296 dt_module_symgelf64(const Elf64_Sym *src, GElf_Sym *dst) in dt_module_symgelf64() 338 const Elf64_Sym *symtab = dmp->dm_symtab.cts_data; in dt_module_symname64() [all …]
|
| D | dt_link.c | 305 Elf64_Sym *de_sym; 324 Elf64_Sym *sym; in prepare_elf64() 369 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf64_Sym))) == NULL) { in prepare_elf64() 390 bzero(sym, sizeof (Elf64_Sym)); in prepare_elf64() 727 shp->sh_entsize = sizeof (Elf64_Sym); in dump_elf64() 731 shp->sh_size = de.de_nsym * sizeof (Elf64_Sym); in dump_elf64() 1168 symsize = sizeof (Elf64_Sym); in process_obj()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_lookup.c | 195 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol() 258 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_func_info()
|
| D | ctf_open.c | 91 static Elf64_Sym * 92 sym_to_gelf(const Elf32_Sym *src, Elf64_Sym *dst) in sym_to_gelf() 121 Elf64_Sym sym, *gsp; in init_symtab() 135 gsp = (Elf64_Sym *)(uintptr_t)symp; in init_symtab() 557 symsect->cts_entsize != sizeof (Elf64_Sym)) in ctf_bufopen() 774 if (symsect->cts_entsize == sizeof (Elf64_Sym)) in ctf_bufopen()
|
| /freebsd-9-stable/sys/xen/interface/ |
| D | elfstructs.h | 293 } Elf64_Sym; typedef 504 #define Elf_Sym Elf64_Sym
|
| D | libelf.h | 56 Elf64_Sym e64;
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
| D | ctf_mod.c | 143 symsect.cts_entsize = sizeof (Elf64_Sym); in ctf_modopen()
|
| /freebsd-9-stable/usr.bin/elfdump/ |
| D | elfdump.c | 158 offsetof(Elf64_Sym, st_name), offsetof(Elf64_Sym, st_value), 159 offsetof(Elf64_Sym, st_size), offsetof(Elf64_Sym, st_info), 160 offsetof(Elf64_Sym, st_shndx),
|
| /freebsd-9-stable/sys/sys/ |
| D | elf64.h | 197 } Elf64_Sym; typedef
|
| /freebsd-9-stable/sys/contrib/ia64/libuwx/src/ |
| D | uwx_symbols.c | 277 Elf64_Sym sym64; in elf_read_symtab_section()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1388 struct Elf64_Sym { struct
|