notes_offset      583 arch/s390/kernel/crash_dump.c static void *notes_init(Elf64_Phdr *phdr, void *ptr, u64 notes_offset)
notes_offset      599 arch/s390/kernel/crash_dump.c 	phdr->p_offset = notes_offset;
notes_offset      317 fs/proc/kcore.c 	size_t phdrs_offset, notes_offset, data_offset;
notes_offset      330 fs/proc/kcore.c 	notes_offset = phdrs_offset + phdrs_len;
notes_offset      377 fs/proc/kcore.c 		phdrs[0].p_offset = notes_offset;
notes_offset      415 fs/proc/kcore.c 	if (buflen && *fpos < notes_offset + notes_len) {
notes_offset      450 fs/proc/kcore.c 		tsz = min_t(size_t, buflen, notes_offset + notes_len - *fpos);
notes_offset      451 fs/proc/kcore.c 		if (copy_to_user(buffer, notes + *fpos - notes_offset, tsz)) {