Searched refs:n_type (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvmcore.h13 __u32 n_type; /* NT_VMCOREDD */ member in struct:vmcoredd_header
H A Da.out.h153 unsigned char n_type;
152 unsigned char n_type; member in struct:nlist
H A Delf.h466 Elf32_Word n_type; /* Content type */ member in struct:elf32_note
473 Elf64_Word n_type; /* Content type */ member in struct:elf64_note
/linux-master/tools/perf/util/
H A Dsymbol-minimal.c41 u32 n_type; member in struct:__anon343
54 nhdr->n_type = bswap_32(nhdr->n_type);
63 if (nhdr->n_type == NT_GNU_BUILD_ID &&
H A Dsymbol-elf.c919 if (nhdr->n_type == NT_GNU_BUILD_ID &&
1051 if (nhdr.n_type == NT_GNU_BUILD_ID &&
2900 if (nhdr.n_type != SDT_NOTE_TYPE)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c129 en.n_type = NT_SPU;
/linux-master/lib/
H A Dbuildid.c26 if (nhdr->n_type == BUILD_ID &&
/linux-master/kernel/
H A Dvmcore_info.c41 note->n_type = type;
/linux-master/net/key/
H A Daf_key.c999 struct sadb_x_nat_t_type *n_type; local
1003 n_type = skb_put(skb, sizeof(*n_type));
1004 n_type->sadb_x_nat_t_type_len = sizeof(*n_type)/sizeof(uint64_t);
1005 n_type->sadb_x_nat_t_type_exttype = SADB_X_EXT_NAT_T_TYPE;
1006 n_type->sadb_x_nat_t_type_type = natt->encap_type;
1007 n_type->sadb_x_nat_t_type_reserved[0] = 0;
1008 n_type->sadb_x_nat_t_type_reserved[1] = 0;
1009 n_type
1261 const struct sadb_x_nat_t_type* n_type; local
[all...]
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c261 note->n_type = type;
447 note->n_type = 0;
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c235 if (nhdr->n_type == NT_PPC_PKEY)
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c314 if (nhdr->n_type == 3 && nhdr->n_namesz == sizeof("GNU") &&
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c101 note->n_type = cpu_to_be32(type);
/linux-master/fs/proc/
H A Dkcore.c302 note->n_type = type;
H A Dvmcore.c1371 vdd_hdr->n_type = NT_VMCOREDD;
/linux-master/fs/
H A Dbinfmt_elf.c794 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 ||
1418 en.n_type = men->type;
H A Dbinfmt_elf_fdpic.c1230 en.n_type = men->type;
/linux-master/tools/lib/bpf/
H A Dusdt.c1144 if (nhdr->n_type != USDT_NOTE_TYPE)

Completed in 239 milliseconds