Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
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()
Dsymbol-elf.c919 if (nhdr->n_type == NT_GNU_BUILD_ID && in elf_read_build_id()
1051 if (nhdr.n_type == NT_GNU_BUILD_ID && in sysfs__read_build_id()
2899 if (nhdr.n_type != SDT_NOTE_TYPE) in construct_sdt_notes_list()
/linux-6.12.1/include/uapi/linux/
Dvmcore.h13 __u32 n_type; /* NT_VMCOREDD */ member
Delf.h468 Elf32_Word n_type; /* Content type */ member
475 Elf64_Word n_type; /* Content type */ member
Da.out.h152 unsigned char n_type; member
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/
Dcoredump.c129 en.n_type = NT_SPU; in spufs_arch_write_note()
/linux-6.12.1/kernel/
Dvmcore_info.c41 note->n_type = type; in append_elf_note()
/linux-6.12.1/net/key/
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 …]
/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c261 note->n_type = type; in nt_init_name()
447 note->n_type = 0; in nt_final()
/linux-6.12.1/lib/
Dbuildid.c189 if (nhdr->n_type == BUILD_ID && in parse_build_id()
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c235 if (nhdr->n_type == NT_PPC_PKEY) in check_core_file()
/linux-6.12.1/tools/testing/selftests/bpf/
Dtrace_helpers.c408 if (nhdr->n_type == 3 && nhdr->n_namesz == sizeof("GNU") && in parse_build_id_buf()
/linux-6.12.1/arch/powerpc/platforms/powernv/
Dopal-core.c101 note->n_type = cpu_to_be32(type); in append_elf64_note()
/linux-6.12.1/fs/proc/
Dkcore.c316 note->n_type = type; in append_kcore_note()
Dvmcore.c1374 vdd_hdr->n_type = NT_VMCOREDD; in vmcoredd_write_header()
/linux-6.12.1/fs/
Dbinfmt_elf.c794 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_elf_properties()
1459 en.n_type = men->type; in writenote()
Dbinfmt_elf_fdpic.c1223 en.n_type = men->type; in writenote()
/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c1910 en.n_type = NT_X86_XSAVE_LAYOUT; in elf_coredump_extra_notes_write()
/linux-6.12.1/tools/lib/bpf/
Dusdt.c1144 if (nhdr->n_type != USDT_NOTE_TYPE) in parse_usdt_note()