Searched refs:Elf32_Sym (Results 1 – 12 of 12) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_lookup.c | 193 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_lookup_by_symbol() 194 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol() 262 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_func_info() 263 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_func_info()
|
H A D | ctf_open.c | 231 sym_to_gelf(const Elf32_Sym *src, Elf64_Sym *dst) in sym_to_gelf() 272 if (sp->cts_entsize == sizeof (Elf32_Sym)) in init_symtab() 273 gsp = sym_to_gelf((Elf32_Sym *)(uintptr_t)symp, &sym); in init_symtab() 731 if (symsect != NULL && symsect->cts_entsize != sizeof (Elf32_Sym) && in ctf_bufopen()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_sym.c | 44 Elf32_Sym *sym32; in gelf_getsym() 81 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; in gelf_getsym() 106 Elf32_Sym *sym32; in gelf_update_sym() 143 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; in gelf_update_sym()
|
H A D | elf_types.m4 | 221 DEFINE_STRUCT(`Elf32_Sym',
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 88 Elf32_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit32() 188 Elf32_Sym *lhs = *((Elf32_Sym **)lp); in dt_module_symcomp32() 189 Elf32_Sym *rhs = *((Elf32_Sym **)rp); in dt_module_symcomp32() 241 Elf32_Sym *symtab = (Elf32_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort32() 242 Elf32_Sym **sympp = (Elf32_Sym **)dmp->dm_asmap; in dt_module_symsort32() 247 Elf32_Sym *sy in dt_module_symsort32() [all...] |
H A D | dt_link.c | 93 Elf32_Sym *de_sym; /* array of symbols */ 110 Elf32_Sym *sym; in prepare_elf32() 155 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf32_Sym))) == NULL) { in prepare_elf32() 176 bzero(sym, sizeof (Elf32_Sym)); in prepare_elf32() 565 shp->sh_entsize = sizeof (Elf32_Sym); in dump_elf32() 569 shp->sh_size = de.de_nsym * sizeof (Elf32_Sym); in dump_elf32() 1265 symsize = sizeof (Elf32_Sym); in process_obj()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 47 Elf32_Sym *l32; /* 32bit local symbol */ 48 Elf32_Sym *g32; /* 32bit global symbol */ 972 (ecp->oec == ELFCLASS32 ? sizeof(Elf32_Sym) : sizeof(Elf64_Sym)); in add_to_symtab() 1042 sizeof(Elf32_Sym); in create_symtab_data() 1062 sizeof(Elf32_Sym); in create_symtab_data() 1065 sizeof(Elf32_Sym); in create_symtab_data()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
H A D | ctf_mod.c | 145 symsect.cts_entsize = sizeof (Elf32_Sym); in ctf_modopen()
|
/freebsd/sys/sys/ |
H A D | elf32.h | 204 } Elf32_Sym; typedef
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 121 offsetof(Elf32_Sym, st_name), offsetof(Elf32_Sym, st_value), 122 offsetof(Elf32_Sym, st_size), offsetof(Elf32_Sym, st_info), 123 offsetof(Elf32_Sym, st_shndx),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1271 struct Elf32_Sym { struct
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2793 } Elf32_Sym; typedef
|