Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol-minimal.c40 u32 n_type; in read_build_id() member
53 nhdr->n_type = bswap_32(nhdr->n_type); in read_build_id()
62 if (nhdr->n_type == NT_GNU_BUILD_ID && in read_build_id()
H A Dsymbol-elf.c846 if (nhdr->n_type == NT_GNU_BUILD_ID && in elf_read_build_id()
953 if (nhdr.n_type == NT_GNU_BUILD_ID && in sysfs__read_build_id()
2848 if (nhdr.n_type != SDT_NOTE_TYPE) in construct_sdt_notes_list()
/linux/include/uapi/linux/
H A Dvmcore.h13 __u32 n_type; /* NT_VMCOREDD */ member
H A Da.out.h152 unsigned char n_type; member
/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 …]
/linux/kernel/
H A Dvmcore_info.c52 note->n_type = type; in append_elf_note()
/linux/arch/s390/kernel/
H A Dcrash_dump.c262 note->n_type = type; in nt_init_name()
441 note->n_type = 0; in nt_final()
/linux/scripts/gdb/linux/
H A Dsymbols.py72 n_namesz, n_descsz, n_type = struct.unpack(">III", elf_note)
/linux/lib/
H A Dbuildid.c181 if (nhdr->n_type == BUILD_ID && in parse_build_id()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c101 note->n_type = cpu_to_be32(type); in append_elf64_note()
/linux/fs/proc/
H A Dkcore.c316 note->n_type = type; in append_kcore_note()
H A Dvmcore.c1376 vdd_hdr->n_type = NT_VMCOREDD; in vmcoredd_write_header()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c410 if (nhdr->n_type == 3 && nhdr->n_namesz == sizeof("GNU") && in parse_build_id_buf()
/linux/fs/
H A Dbinfmt_elf.c808 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_elf_properties()
1431 en.n_type = men->type; in writenote()
H A Dbinfmt_elf_fdpic.c1239 en.n_type = men->type; in writenote()
/linux/arch/x86/kernel/fpu/
H A Dxstate.c1977 en.n_type = NT_X86_XSAVE_LAYOUT; in elf_coredump_extra_notes_write()