Searched refs:SHT_NOBITS (Results 1 - 4 of 4) sorted by path

/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c429 case SHT_NOBITS:
518 case SHT_NOBITS:
575 case SHT_NOBITS:
/u-boot/include/
H A Delf.h279 #define SHT_NOBITS 8 /* no space section */ macro
/u-boot/lib/
H A Delf.c95 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load",
101 if (shdr->sh_type == SHT_NOBITS) {
200 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load",
206 if (shdr->sh_type == SHT_NOBITS) {
/u-boot/tools/
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)

Completed in 95 milliseconds