Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Ddecode_bl31.py29 p_type, p_flags, p_offset = struct.unpack_from('<LLQ', elf, offset)
30 if p_type == 1: # PT_LOAD
H A Drk_mini_dump.c370 phdr->p_type &= 0xf; in rk_dump_elf64_image_phdr()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dtrust_merger.h167 uint32_t p_type; member
178 uint32_t p_type; member
H A Dtrust_merger.c440 if (pElfProgram64->p_type == 1) { /* PT_LOAD */ in filter_elf()
463 if (pElfProgram32->p_type == 1) { /* PT_LOAD */ in filter_elf()
/rk3399_rockchip-uboot/include/
H A Delf.h432 Elf32_Word p_type; /* segment type */ member
443 Elf64_Word p_type; /* segment type */ member
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c410 if (phdr_field(i, p_type) != PT_LOAD) in main()