Home
last modified time | relevance | path

Searched refs:SHT_PROGBITS (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_mini_dump.c281 shdr->sh_type = SHT_PROGBITS; in rk_dump_elf64_image_phdr()
388 shdr->sh_type = SHT_PROGBITS; in rk_dump_elf64_image_phdr()
/rk3399_rockchip-uboot/tools/
H A Dimg2srec.c312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
/rk3399_rockchip-uboot/include/
H A Delf.h272 #define SHT_PROGBITS 1 /* program defined information */ macro