Home
last modified time | relevance | path

Searched refs:n_type (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/target/s390x/
H A Darch_dump.c96 note->hdr.n_type = cpu_to_be32(NT_PRSTATUS); in s390x_write_elf64_prstatus()
113 note->hdr.n_type = cpu_to_be32(NT_FPREGSET); in s390x_write_elf64_fpregset()
124 note->hdr.n_type = cpu_to_be32(NT_S390_VXRS_LOW); in s390x_write_elf64_vregslo()
137 note->hdr.n_type = cpu_to_be32(NT_S390_VXRS_HIGH); in s390x_write_elf64_vregshi()
148 note->hdr.n_type = cpu_to_be32(NT_S390_GS_CB); in s390x_write_elf64_gscb()
156 note->hdr.n_type = cpu_to_be32(NT_S390_TIMER); in s390x_write_elf64_timer()
162 note->hdr.n_type = cpu_to_be32(NT_S390_TODCMP); in s390x_write_elf64_todcmp()
168 note->hdr.n_type = cpu_to_be32(NT_S390_TODPREG); in s390x_write_elf64_todpreg()
176 note->hdr.n_type = cpu_to_be32(NT_S390_CTRS); in s390x_write_elf64_ctrs()
185 note->hdr.n_type = cpu_to_be32(NT_S390_PREFIX); in s390x_write_elf64_prefix()
[all …]
/openbmc/qemu/target/ppc/
H A Darch_dump.c113 note->hdr.n_type = cpu_to_dump32(s, NT_PRSTATUS); in ppc_write_elf_prstatus()
143 note->hdr.n_type = cpu_to_dump32(s, NT_PRFPREG); in ppc_write_elf_fpregset()
162 note->hdr.n_type = cpu_to_dump32(s, NT_PPC_VMX); in ppc_write_elf_vmxregset()
194 note->hdr.n_type = cpu_to_dump32(s, NT_PPC_VSX); in ppc_write_elf_vsxregset()
210 note->hdr.n_type = cpu_to_dump32(s, NT_PPC_SPE); in ppc_write_elf_speregset()
/openbmc/linux/tools/perf/util/
H A Dsymbol-minimal.c41 u32 n_type; in read_build_id() member
54 nhdr->n_type = bswap_32(nhdr->n_type); in read_build_id()
63 if (nhdr->n_type == NT_GNU_BUILD_ID && in read_build_id()
H A Dsymbol-elf.c918 if (nhdr->n_type == NT_GNU_BUILD_ID && in elf_read_build_id()
1050 if (nhdr.n_type == NT_GNU_BUILD_ID && in sysfs__read_build_id()
2827 if (nhdr.n_type != SDT_NOTE_TYPE) in construct_sdt_notes_list()
/openbmc/linux/include/uapi/linux/
H A Dvmcore.h13 __u32 n_type; /* NT_VMCOREDD */ member
H A Delf.h465 Elf32_Word n_type; /* Content type */ member
472 Elf64_Word n_type; /* Content type */ member
H A Da.out.h152 unsigned char n_type; member
/openbmc/qemu/target/i386/
H A Darch_dump.c88 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_64_write_elf64_note()
166 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_write_elf64_note()
220 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_cpu_write_elf32_note()
359 note32->n_type = 0; in cpu_write_qemu_note()
364 note64->n_type = 0; in cpu_write_qemu_note()
/openbmc/qemu/target/riscv/
H A Darch_dump.c62 note->hdr.n_type = cpu_to_dump32(s, type); in riscv64_note_init()
131 note->hdr.n_type = cpu_to_dump32(s, type); in riscv32_note_init()
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py121 def add_note(self, n_name, n_desc, n_type): argument
128 note.n_type = n_type
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c126 en.n_type = NT_SPU; in spufs_arch_write_note()
/openbmc/qemu/target/loongarch/
H A Darch_dump.c86 note->hdr.n_type = cpu_to_dump32(s, type); in loongarch_note_init()
/openbmc/qemu/target/arm/
H A Darch_dump.c102 note->hdr.n_type = cpu_to_dump32(s, type); in aarch64_note_init()
335 note->hdr.n_type = cpu_to_dump32(s, type); in arm_note_init()
/openbmc/linux/lib/
H A Dbuildid.c39 if (nhdr->n_type == BUILD_ID && in parse_build_id_buf()
/openbmc/linux/net/key/
H A Daf_key.c999 struct sadb_x_nat_t_type *n_type; in __pfkey_xfrm_state2msg() local
1003 n_type = skb_put(skb, sizeof(*n_type)); in __pfkey_xfrm_state2msg()
1004 n_type->sadb_x_nat_t_type_len = sizeof(*n_type)/sizeof(uint64_t); in __pfkey_xfrm_state2msg()
1005 n_type->sadb_x_nat_t_type_exttype = SADB_X_EXT_NAT_T_TYPE; in __pfkey_xfrm_state2msg()
1006 n_type->sadb_x_nat_t_type_type = natt->encap_type; in __pfkey_xfrm_state2msg()
1007 n_type->sadb_x_nat_t_type_reserved[0] = 0; in __pfkey_xfrm_state2msg()
1008 n_type->sadb_x_nat_t_type_reserved[1] = 0; in __pfkey_xfrm_state2msg()
1009 n_type->sadb_x_nat_t_type_reserved[2] = 0; in __pfkey_xfrm_state2msg()
1261 const struct sadb_x_nat_t_type* n_type; in pfkey_msg2xfrm_state() local
1271 n_type = ext_hdrs[SADB_X_EXT_NAT_T_TYPE-1]; in pfkey_msg2xfrm_state()
[all …]
/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c260 note->n_type = type; in nt_init_name()
446 note->n_type = 0; in nt_final()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c252 if (nhdr->n_type == 3 && nhdr->n_namesz == sizeof("GNU") && in parse_build_id_buf()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c235 if (nhdr->n_type == NT_PPC_PKEY) in check_core_file()
/openbmc/qemu/include/
H A Delf.h1735 Elf32_Word n_type; /* Content type */ member
1742 Elf64_Word n_type; /* Content type */ member
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc290 note_type = nhdr->n_type;
309 note_type = nhdr->n_type;
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c101 note->n_type = cpu_to_be32(type); in append_elf64_note()
/openbmc/linux/fs/proc/
H A Dkcore.c316 note->n_type = type; in append_kcore_note()
/openbmc/linux/kernel/
H A Dcrash_core.c512 note->n_type = type; in append_elf_note()
/openbmc/qemu/bsd-user/
H A Delfload.c111 bswap32s(&en->n_type); in bswap_note()
/openbmc/linux/fs/
H A Dbinfmt_elf.c798 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_elf_properties()
1484 en.n_type = men->type; in writenote()

12