sh_type           254 bsp/boot/common/elf.c 	switch (shdr->sh_type) {
sh_type           292 bsp/boot/common/elf.c 		if (shdr->sh_type == SHT_PROGBITS) {
sh_type           325 bsp/boot/common/elf.c 		} else if (shdr->sh_type == SHT_NOBITS) {
sh_type           335 bsp/boot/common/elf.c 		} else if (shdr->sh_type == SHT_SYMTAB) {
sh_type           343 bsp/boot/common/elf.c 		} else if (shdr->sh_type == SHT_STRTAB) {
sh_type           364 bsp/boot/common/elf.c 		if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) {
sh_type           171 include/sys/elf.h 	Elf32_Word	sh_type;	/* type */
sh_type           173 usr/server/exec/exec_elf.c 	switch (shdr->sh_type) {
sh_type           225 usr/server/exec/exec_elf.c 		if (shdr->sh_type == SHT_NOBITS) { /* bss? */
sh_type           254 usr/server/exec/exec_elf.c 		if (shdr->sh_type == SHT_PROGBITS) {
sh_type           267 usr/server/exec/exec_elf.c 		} else if (shdr->sh_type == SHT_NOBITS) {
sh_type           272 usr/server/exec/exec_elf.c 		} else if (shdr->sh_type == SHT_SYMTAB ||
sh_type           273 usr/server/exec/exec_elf.c 			   shdr->sh_type == SHT_RELA ||
sh_type           274 usr/server/exec/exec_elf.c 			   shdr->sh_type == SHT_REL)
sh_type           298 usr/server/exec/exec_elf.c 		if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) {
sh_type           312 usr/server/exec/exec_elf.c 		if (shdr->sh_type == SHT_SYMTAB ||
sh_type           313 usr/server/exec/exec_elf.c 		    shdr->sh_type == SHT_RELA ||
sh_type           314 usr/server/exec/exec_elf.c 		    shdr->sh_type == SHT_REL) {