Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A 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()
H A Dsymbol-elf.c921 if (nhdr->n_type == NT_GNU_BUILD_ID && in elf_read_build_id()
1053 if (nhdr.n_type == NT_GNU_BUILD_ID && in sysfs__read_build_id()
2901 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 Delf.h470 Elf32_Word n_type; /* Content type */ member
477 Elf64_Word n_type; /* Content type */ member
H A Da.out.h152 unsigned char n_type; member
/linux/kernel/
H A Dvmcore_info.c41 note->n_type = type; in append_elf_note()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c206 if (nhdr->n_type == NT_PPC_PKEY) in check_core_file()
/linux/lib/
H A Dbuildid.c189 if (nhdr->n_type == BUILD_ID && in parse_build_id()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c412 if (nhdr->n_type == 3 && nhdr->n_namesz == sizeof("GNU") && in parse_build_id_buf()
/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/fs/
H A Dbinfmt_elf.c800 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_elf_properties()
1467 en.n_type = men->type; in writenote()
H A Dbinfmt_elf_fdpic.c1232 en.n_type = men->type; in writenote()
/linux/tools/lib/bpf/
H A Dusdt.c1146 if (nhdr->n_type != USDT_NOTE_TYPE) in parse_usdt_note()