Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-rockchip/
A Dmake_fit_atf.py189 p_type, p_flags, p_offset = struct.unpack_from('<LLQ', elf, offset)
190 if p_type == 1: # PT_LOAD
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c184 if (phdr->p_type != PT_LOAD)
231 if (phdr->p_type != PT_LOAD)
235 __func__, phdr->p_type, da, memsz, filesz);
/u-boot/include/
A Delf.h432 Elf32_Word p_type; /* segment type */ member
443 Elf64_Word p_type; /* segment type */ member
/u-boot/tools/
A Dprelink-riscv.inc58 if (target32_to_cpu(p->p_type) == PT_DYNAMIC) {
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-cgx.h5844 u64 p_type : 16; member

Completed in 34 milliseconds