Searched refs:p_type (Results 51 - 62 of 62) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c221 if (gelf_getphdr(elf, i, &phdr) && phdr.p_type == PT_LOAD) {
H A Dsymbol-elf.c266 if (phdr->p_type != PT_LOAD)
1874 if (phdr.p_type != PT_LOAD)
2099 .p_type = PT_LOAD,
/linux-master/tools/lib/bpf/
H A Dusdt.c423 (long)phdr.p_type, (long)phdr.p_flags);
424 if (phdr.p_type != PT_LOAD)
/linux-master/drivers/remoteproc/
H A Dmtk_scp.c318 phdr->p_type, da, memsz, filesz);
320 if (phdr->p_type != PT_LOAD)
H A Dqcom_q6v5_mss.c1062 if (phdr->p_type != PT_LOAD)
/linux-master/arch/mips/kernel/
H A Dvpe.c701 if (phdr->p_type == PT_LOAD) {
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c1061 if (phdr->p_type != PT_LOAD)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
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.h1281 enum mlxsw_sp_nve_type *p_type);
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
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c1184 .p_type = PT_NOTE,
1188 .p_type = PT_NOTE,
/linux-master/tools/testing/selftests/sgx/
H A Dmain.c53 if (phdrtab[i].p_type == PT_DYNAMIC)

Completed in 334 milliseconds

123