| /linux-6.15/tools/perf/util/ |
| H A D | symbol-minimal.c | 41 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 D | symbol-elf.c | 922 if (nhdr->n_type == NT_GNU_BUILD_ID && in elf_read_build_id() 1054 if (nhdr.n_type == NT_GNU_BUILD_ID && in sysfs__read_build_id() 2976 if (nhdr.n_type != SDT_NOTE_TYPE) in construct_sdt_notes_list()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | vmcore.h | 13 __u32 n_type; /* NT_VMCOREDD */ member
|
| H A D | elf.h | 567 Elf32_Word n_type; /* Content type */ member 574 Elf64_Word n_type; /* Content type */ member
|
| H A D | a.out.h | 152 unsigned char n_type; member
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 478 Elf32_Word n_type; /* Content type */ member 485 Elf64_Word n_type; /* Content type */ member
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | coredump.c | 127 en.n_type = NT_SPU; in spufs_arch_write_note()
|
| /linux-6.15/kernel/ |
| H A D | vmcore_info.c | 41 note->n_type = type; in append_elf_note()
|
| /linux-6.15/net/key/ |
| H A D | af_key.c | 999 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.15/scripts/gdb/linux/ |
| H A D | symbols.py | 65 n_namesz, n_descsz, n_type = struct.unpack(">III", elf_note)
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | crash_dump.c | 261 note->n_type = type; in nt_init_name() 440 note->n_type = 0; in nt_final()
|
| /linux-6.15/tools/testing/selftests/powerpc/ptrace/ |
| H A D | core-pkey.c | 206 if (nhdr->n_type == NT_PPC_PKEY) in check_core_file()
|
| /linux-6.15/lib/ |
| H A D | buildid.c | 189 if (nhdr->n_type == BUILD_ID && in parse_build_id()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | trace_helpers.c | 412 if (nhdr->n_type == 3 && nhdr->n_namesz == sizeof("GNU") && in parse_build_id_buf()
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 101 note->n_type = cpu_to_be32(type); in append_elf64_note()
|
| /linux-6.15/fs/proc/ |
| H A D | kcore.c | 316 note->n_type = type; in append_kcore_note()
|
| H A D | vmcore.c | 1376 vdd_hdr->n_type = NT_VMCOREDD; in vmcoredd_write_header()
|
| /linux-6.15/fs/ |
| H A D | binfmt_elf.c | 799 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_elf_properties() 1489 en.n_type = men->type; in writenote()
|
| H A D | binfmt_elf_fdpic.c | 1233 en.n_type = men->type; in writenote()
|
| /linux-6.15/arch/x86/kernel/fpu/ |
| H A D | xstate.c | 1894 en.n_type = NT_X86_XSAVE_LAYOUT; in elf_coredump_extra_notes_write()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | usdt.c | 1146 if (nhdr->n_type != USDT_NOTE_TYPE) in parse_usdt_note()
|