n_type            139 arch/powerpc/platforms/cell/spufs/coredump.c 	en.n_type = NT_SPU;
n_type            100 arch/powerpc/platforms/powernv/opal-core.c 	note->n_type   = cpu_to_be32(type);
n_type            319 arch/s390/kernel/crash_dump.c 	note->n_type = type;
n_type            505 arch/s390/kernel/crash_dump.c 	note->n_type = 0;
n_type           1419 fs/binfmt_elf.c 	en.n_type = men->type;
n_type           1283 fs/binfmt_elf_fdpic.c 	en.n_type = men->type;
n_type            305 fs/proc/kcore.c 	note->n_type = type;
n_type           1352 fs/proc/vmcore.c 	vdd_hdr->n_type = NT_VMCOREDD;
n_type            152 include/uapi/linux/a.out.h   unsigned char n_type;
n_type            436 include/uapi/linux/elf.h   Elf32_Word	n_type;		/* Content type */
n_type            443 include/uapi/linux/elf.h   Elf64_Word n_type;	/* Content type */
n_type             13 include/uapi/linux/vmcore.h 	__u32 n_type;   /* NT_VMCOREDD */
n_type            176 kernel/bpf/stackmap.c 		if (nhdr->n_type == BPF_BUILD_ID &&
n_type            302 kernel/crash_core.c 	note->n_type   = type;
n_type           1003 net/key/af_key.c 		struct sadb_x_nat_t_type *n_type;
n_type           1007 net/key/af_key.c 		n_type = skb_put(skb, sizeof(*n_type));
n_type           1008 net/key/af_key.c 		n_type->sadb_x_nat_t_type_len = sizeof(*n_type)/sizeof(uint64_t);
n_type           1009 net/key/af_key.c 		n_type->sadb_x_nat_t_type_exttype = SADB_X_EXT_NAT_T_TYPE;
n_type           1010 net/key/af_key.c 		n_type->sadb_x_nat_t_type_type = natt->encap_type;
n_type           1011 net/key/af_key.c 		n_type->sadb_x_nat_t_type_reserved[0] = 0;
n_type           1012 net/key/af_key.c 		n_type->sadb_x_nat_t_type_reserved[1] = 0;
n_type           1013 net/key/af_key.c 		n_type->sadb_x_nat_t_type_reserved[2] = 0;
n_type           1265 net/key/af_key.c 		const struct sadb_x_nat_t_type* n_type;
n_type           1275 net/key/af_key.c 		n_type = ext_hdrs[SADB_X_EXT_NAT_T_TYPE-1];
n_type           1276 net/key/af_key.c 		natt->encap_type = n_type->sadb_x_nat_t_type_type;
n_type            516 tools/perf/util/symbol-elf.c 		if (nhdr->n_type == NT_GNU_BUILD_ID &&
n_type            581 tools/perf/util/symbol-elf.c 		if (nhdr.n_type == NT_GNU_BUILD_ID &&
n_type           2207 tools/perf/util/symbol-elf.c 			if (nhdr.n_type != SDT_NOTE_TYPE)
n_type             40 tools/perf/util/symbol-minimal.c 		u32 n_type;
n_type             53 tools/perf/util/symbol-minimal.c 			nhdr->n_type = bswap_32(nhdr->n_type);
n_type             62 tools/perf/util/symbol-minimal.c 		if (nhdr->n_type == NT_GNU_BUILD_ID &&
n_type            235 tools/testing/selftests/powerpc/ptrace/core-pkey.c 		if (nhdr->n_type == NT_PPC_PKEY)