Searched refs:n_descsz (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/s390/kernel/ |
D | crash_dump.c | 296 note->n_descsz = d_len; in nt_init() 303 memcpy(buf + len, desc, note->n_descsz); in nt_init() 304 len = roundup(len + note->n_descsz, 4); in nt_init() 408 note->n_descsz = 16 * 8; in nt_s390_vx_low() 475 vmcoreinfo = kzalloc_panic(note.n_descsz); in get_vmcoreinfo_old() 476 if (copy_from_oldmem(vmcoreinfo, addr + 24, note.n_descsz)) in get_vmcoreinfo_old() 478 *size = note.n_descsz; in get_vmcoreinfo_old()
|
/linux-4.1.27/tools/perf/util/ |
D | symbol-minimal.c | 34 u32 n_descsz; in read_build_id() member 47 nhdr->n_descsz = bswap_32(nhdr->n_descsz); in read_build_id() 52 descsz = NOTE_ALIGN(nhdr->n_descsz); in read_build_id()
|
D | symbol-elf.c | 405 descsz = NOTE_ALIGN(nhdr->n_descsz); in elf_read_build_id() 475 descsz = NOTE_ALIGN(nhdr.n_descsz); in sysfs__read_build_id()
|
/linux-4.1.27/include/uapi/linux/ |
D | elf.h | 409 Elf32_Word n_descsz; /* Content size */ member 416 Elf64_Word n_descsz; /* Content size */ member
|
/linux-4.1.27/fs/proc/ |
D | vmcore.c | 550 (((u64)nhdr_ptr->n_descsz + 3) & ~3); in update_note_header_size_elf64() 553 nhdr_ptr->n_namesz, nhdr_ptr->n_descsz); in update_note_header_size_elf64() 736 (((u64)nhdr_ptr->n_descsz + 3) & ~3); in update_note_header_size_elf32() 739 nhdr_ptr->n_namesz, nhdr_ptr->n_descsz); in update_note_header_size_elf32()
|
D | kcore.c | 299 en.n_descsz = men->datasz; in storenote()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | crash.c | 36 note->n_descsz = data_len; in append_elf_note()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 150 en.n_descsz = sz; in spufs_arch_write_note()
|
/linux-4.1.27/arch/tile/kernel/ |
D | machine_kexec.c | 141 desc += roundupsz(nhdrp->n_descsz); in kexec_bn2cl()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | fadump.c | 490 note.n_descsz = data_len; in fadump_append_elf_note() 496 memcpy(buf, data, note.n_descsz); in fadump_append_elf_note() 497 buf += (note.n_descsz + 3)/4; in fadump_append_elf_note() 507 note.n_descsz = 0; in fadump_final_note()
|
/linux-4.1.27/kernel/ |
D | kexec.c | 1561 note.n_descsz = data_len; in append_elf_note() 1567 memcpy(buf, data, note.n_descsz); in append_elf_note() 1568 buf += (note.n_descsz + 3)/4; in append_elf_note() 1578 note.n_descsz = 0; in final_note()
|
/linux-4.1.27/fs/ |
D | binfmt_elf_fdpic.c | 1266 en.n_descsz = men->datasz; in writenote()
|
D | binfmt_elf.c | 1335 en.n_descsz = men->datasz; in writenote()
|