Searched refs:sh_type (Results 1 - 6 of 6) sorted by path

/u-boot/tools/
H A Dimg2srec.c283 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_type, getPtr);
312 if ( (sectHeader[i].sh_type == SHT_PROGBITS)
H A Dmips-relocs.c197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; local
318 sh_type = shdr_field(i, sh_type);
319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA))
351 if (sh_type == SHT_REL) {
H A Dzynqmpbif.c562 (shdr->sh_type == SHT_NOBITS))
588 if (shdr->sh_type != SHT_NOBITS)
610 (shdr->sh_type == SHT_NOBITS))
636 if (shdr->sh_type != SHT_NOBITS)
/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c354 u32 type = be32_to_cpu(shdr->sh_type);
405 u32 type = be32_to_cpu(shdr->sh_type);
462 u32 type = be32_to_cpu(shdr->sh_type);
546 u32 type = be32_to_cpu(shdr->sh_type);
/u-boot/include/
H A Delf.h233 Elf32_Word sh_type; /* type */ member in struct:__anon30
247 Elf64_Word sh_type; /* type */ member in struct:__anon31
270 /* sh_type */
/u-boot/lib/
H A Delf.c80 if (shdr->sh_type == SHT_STRTAB)
95 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load",
101 if (shdr->sh_type == SHT_NOBITS) {
185 if (shdr->sh_type == SHT_STRTAB)
200 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load",
206 if (shdr->sh_type == SHT_NOBITS) {

Completed in 185 milliseconds