Home
last modified time | relevance | path

Searched refs:ehdr32 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c105 Elf32_Ehdr *ehdr32; member
177 obj->ehdr32 = elf32_getehdr(elf); in dwarf_elf_object_access_internals_init()
178 if (obj->ehdr32 == NULL) { in dwarf_elf_object_access_internals_init()
182 obj->section_count = obj->ehdr32->e_shnum; in dwarf_elf_object_access_internals_init()
183 machine = obj->ehdr32->e_machine; in dwarf_elf_object_access_internals_init()
289 ret_scn->name = elf_strptr(obj->elf, obj->ehdr32->e_shstrndx, in dwarf_elf_object_access_get_section_info()
/titanic_41/usr/src/uts/common/os/
H A Dbrand.c732 Elf32_Ehdr ehdr32; in brand_solaris_elfexec() local
734 err = mapexec32_brand(vp, args, &ehdr32, &uphdr_vaddr32, in brand_solaris_elfexec()
737 Ehdr32to64(&ehdr32, &ehdr); in brand_solaris_elfexec()
793 Elf32_Ehdr ehdr32; in brand_solaris_elfexec() local
795 err = mapexec32_brand(nvp, args, &ehdr32, in brand_solaris_elfexec()
798 Ehdr32to64(&ehdr32, &ehdr); in brand_solaris_elfexec()
/titanic_41/usr/src/cmd/sgs/elfedit/modules/
H A DMakefile.com37 EHDR_OBJ= ehdr_msg.o ehdr32.o ehdr64.o