Home
last modified time | relevance | path

Searched +defs:note +defs:o (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/
Dbinfmt_elf.c722 size_t o, step; in parse_elf_property() local
772 } note; in parse_elf_properties() local
1523 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1615 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1625 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1644 static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm) in fill_files_note()
/Linux-v6.6/fs/proc/
Dkcore.c50 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
298 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note() local