Searched refs:p_type (Results 1 - 25 of 62) sorted by last modified time

123

/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/lib/
H A Dmaple_tree.c457 unsigned long p_type; local
459 p_type = (unsigned long)mte_to_node(enode)->parent;
460 if (WARN_ON(p_type & MAPLE_PARENT_ROOT))
463 p_type &= MAPLE_NODE_MASK;
464 p_type &= ~mte_parent_slot_mask(p_type);
465 switch (p_type) {
491 enum maple_type p_type = mte_node_type(parent); local
493 MAS_BUG_ON(mas, p_type == maple_dense);
494 MAS_BUG_ON(mas, p_type
7386 enum maple_type p_type; local
[all...]
H A Dbuildid.c84 if (phdr[i].p_type == PT_NOTE &&
109 if (phdr[i].p_type == PT_NOTE &&
/linux-master/tools/testing/selftests/exec/
H A Dload_address.c29 if (info->dlpi_phdr[i].p_type != PT_LOAD)
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c163 if (phdr->p_type != PT_GNU_STACK)
232 switch (phdr->p_type) {
756 if (params->phdrs[loop].p_type == PT_LOAD)
808 if (phdr->p_type != PT_LOAD)
833 if (phdr->p_type != PT_DYNAMIC)
939 if (params->phdrs[loop].p_type != PT_LOAD)
960 if (params->phdrs[loop].p_type != PT_LOAD)
1028 if (phdr->p_type != PT_LOAD)
1264 phdr->p_type = PT_NOTE;
1583 phdr.p_type
[all...]
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5_mss.c1062 if (phdr->p_type != PT_LOAD)
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c1184 .p_type = PT_NOTE,
1188 .p_type = PT_NOTE,
/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)
1875 if (phdr.p_type != PT_LOAD)
2100 .p_type = PT_LOAD,
H A Dsymbol-minimal.c142 phdr->p_type = bswap_32(phdr->p_type);
147 if (phdr->p_type != PT_NOTE)
194 phdr->p_type = bswap_32(phdr->p_type);
199 if (phdr->p_type != PT_NOTE)
H A Dgenelf.c295 phdr[0].p_type = PT_LOAD;
/linux-master/kernel/
H A Dcrash_core.c207 phdr->p_type = PT_NOTE;
216 phdr->p_type = PT_NOTE;
224 phdr->p_type = PT_LOAD;
238 phdr->p_type = PT_LOAD;
/linux-master/include/uapi/linux/
H A Delf.h250 Elf32_Word p_type; member in struct:elf32_phdr
261 Elf64_Word p_type; member in struct:elf64_phdr
/linux-master/fs/proc/
H A Dkcore.c380 phdrs[0].p_type = PT_NOTE;
386 phdr->p_type = PT_LOAD;
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c324 switch (phdr->p_type) {
/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/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/tools/testing/selftests/bpf/
H A Dtrace_helpers.c366 if (phdr->p_type != PT_NOTE)
/linux-master/net/smc/
H A Dsmc_diag.c197 struct netlink_callback *cb, int p_type)
201 int snum = cb_ctx->pos[p_type];
226 cb_ctx->pos[p_type] = num;
196 smc_diag_dump_proto(struct proto *prot, struct sk_buff *skb, struct netlink_callback *cb, int p_type) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
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
H A Dspectrum.h1281 enum mlxsw_sp_nve_type *p_type);
/linux-master/tools/testing/selftests/kvm/lib/
H A Delf.c152 if (phdr.p_type != PT_LOAD)
/linux-master/arch/mips/kernel/
H A Delf.c106 if (phdr32->p_type != PT_MIPS_ABIFLAGS)
113 if (phdr64->p_type != PT_MIPS_ABIFLAGS)
/linux-master/tools/testing/selftests/sgx/
H A Dload.c237 if (phdr->p_type == PT_LOAD)
250 if (phdr->p_type != PT_LOAD)

Completed in 702 milliseconds

123