Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand.lds18 text PT_LOAD;
19 bss PT_LOAD;
H A Du-boot-spl.lds16 text PT_LOAD;
17 bss PT_LOAD;
H A Du-boot.lds24 text PT_LOAD;
25 bss PT_LOAD;
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Du-boot.lds53 * the section size & the PT_LOAD program header filesz.
/rk3399_rockchip-uboot/include/
H A Delf.h455 #define PT_LOAD 1 /* loadable segment */ macro
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c410 if (phdr_field(i, p_type) != PT_LOAD) in main()