Searched refs:sym32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c612 Elf32_Sym *sym32 = 0; local
629 sym32 = &((Elf32_Sym*)section_data)[sym_idx];
636 sym->st_name = sym32->st_name;
637 sym->st_info = sym32->st_info;
638 sym->st_other = sym32->st_other;
639 sym->st_shndx = sym32->st_shndx;
640 sym->st_value = sym32->st_value;
641 sym->st_size = sym32->st_size;
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/
H A DMakefile.com49 SYM_OBJ= sym_msg.o sym32.o sym64.o

Completed in 52 milliseconds