Searched refs:p_type (Results 1 - 25 of 62) sorted by path

123

/linux-master/arch/powerpc/boot/
H A Delf.h96 Elf32_Word p_type; member in struct:elf32_phdr
107 Elf64_Word p_type; member in struct:elf64_phdr
H A Delf_util.c38 if (elf64ph->p_type == PT_LOAD)
69 if (elf32ph->p_type == PT_LOAD)
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h29 if (GET_BE(&pt[i].p_type) == PT_LOAD) {
42 } else if (GET_BE(&pt[i].p_type) == PT_DYNAMIC) {
/linux-master/arch/arm64/kernel/
H A Delfcore.c98 phdr.p_type = PT_AARCH64_MEMTAG_MTE;
/linux-master/arch/mips/boot/
H A Delf2ecoff.c191 p->p_type = swab32(p->p_type);
351 switch (ph[i].p_type) {
388 ex.e_phnum, ph[i].p_type);
567 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {
/linux-master/arch/mips/kernel/
H A Delf.c106 if (phdr32->p_type != PT_MIPS_ABIFLAGS)
113 if (phdr64->p_type != PT_MIPS_ABIFLAGS)
H A Dvpe.c701 if (phdr->p_type == PT_LOAD) {
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c267 switch (phdr->p_type) {
/linux-master/arch/powerpc/kernel/
H A Dfadump.c777 if (phdr->p_type == PT_NOTE) {
1096 phdr->p_type = PT_NOTE;
1111 phdr->p_type = PT_NOTE;
1137 phdr->p_type = PT_LOAD;
H A Dprom_init.c1184 .p_type = PT_NOTE,
1188 .p_type = PT_NOTE,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c382 phdr->p_type = cpu_to_be32(PT_NOTE);
396 phdr->p_type = cpu_to_be32(PT_LOAD);
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c50 if (phdr->p_type != PT_LOAD)
88 if (phdr->p_type != PT_LOAD)
/linux-master/arch/s390/include/asm/
H A Delf.h197 if ((phdr)->p_type == PT_S390_PGSTE && \
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c513 phdr->p_type = PT_LOAD;
534 phdr->p_type = PT_LOAD;
562 phdr->p_type = PT_NOTE;
H A Dkexec_elf.c36 if (phdr->p_type != PT_LOAD)
97 if (phdr->p_type == PT_INTERP)
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c324 switch (phdr->p_type) {
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h65 if (GET_LE(&pt[i].p_type) == PT_LOAD) {
78 } else if (GET_LE(&pt[i].p_type) == PT_DYNAMIC) {
/linux-master/arch/x86/kernel/cpu/microcode/
H A Damd.c193 u32 p_type, p_size; local
202 p_type = hdr[0];
205 if (p_type != UCODE_UCODE_TYPE) {
207 p_type);
/linux-master/arch/x86/um/
H A Delfcore.c28 if (phdr.p_type == PT_LOAD) {
52 if (phdrp[i].p_type == PT_LOAD) {
73 if (phdrp[i].p_type == PT_LOAD)
/linux-master/drivers/gpu/drm/gma500/
H A Dintel_bios.c194 u8 p_type = 0; local
202 p_type = lvds_opts->panel_type;
207 vbt_lvds_bl = (struct bdb_lvds_backlight *)(bl_start + 1) + p_type;
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_mips.c47 if (program_header->p_type != PT_LOAD)
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c1062 if (phdr->p_type != PT_LOAD)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h1281 enum mlxsw_sp_nve_type *p_type);
H A Dspectrum_fid.c213 enum mlxsw_sp_nve_type *p_type)
218 *p_type = fid->nve_type;
212 mlxsw_sp_fid_nve_type(const struct mlxsw_sp_fid *fid, enum mlxsw_sp_nve_type *p_type) argument
H A Dspectrum_router.c1514 enum mlxsw_sp_ipip_type *p_type)
1523 if (p_type)
1524 *p_type = ipipt;
1512 mlxsw_sp_netdev_ipip_type(const struct mlxsw_sp *mlxsw_sp, const struct net_device *dev, enum mlxsw_sp_ipip_type *p_type) argument

Completed in 501 milliseconds

123