Searched refs:shdr32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c243 Elf32_Shdr *shdr32 = 0; local
280 if ((shdr32 = elf32_getshdr(scn)) == NULL) {
285 ret_scn->size = shdr32->sh_size;
286 ret_scn->addr = shdr32->sh_addr;
287 ret_scn->link = shdr32->sh_link;
290 shdr32->sh_name);
/illumos-gate/usr/src/cmd/sgs/liblddbg/
H A DMakefile.com36 relocate32.o sections32.o segments32.o shdr32.o \
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/
H A DMakefile.com43 SHDR_OBJ= shdr_msg.o shdr32.o shdr64.o
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1705 Elf32_Shdr shdr32; local
1707 if (pread64(efp->e_fd, &shdr32, sizeof (shdr32),
1708 efp->e_hdr.e_shoff) != sizeof (shdr32)) {
1714 core_shdr_to_gelf(&shdr32, &shdr);

Completed in 50 milliseconds