Elf_Shdr           68 ddb/db_elf.c   #define	STAB_TO_SHDR(stab, e)	((Elf_Shdr *)((stab)->private + (e)->e_shoff))
Elf_Shdr          106 ddb/db_elf.c   	Elf_Shdr *shp;
Elf_Shdr          157 ddb/db_elf.c   	shp = (Elf_Shdr *)((char *)symtab + elf->e_shoff);
Elf_Shdr          235 ddb/db_elf.c   	Elf_Shdr *shp = STAB_TO_SHDR(stab, elf);
Elf_Shdr           89 dev/ksyms.c    		Elf_Shdr *shdr;
Elf_Shdr           98 dev/ksyms.c    		shdr = (Elf_Shdr *)&symtab[elf->e_shoff];
Elf_Shdr           80 lib/libsa/loadfile_elf.c 	Elf_Shdr *shp;
Elf_Shdr          174 lib/libsa/loadfile_elf.c 		sz = elf->e_shnum * sizeof(Elf_Shdr);