Searched defs:note (Results  1 – 3 of 3) sorted by relevance
| /fs/ | 
| D | binfmt_elf.c | 765 	} note;  in parse_elf_properties()  local 1521 static void fill_note(struct memelfnote *note, const char *name, int type,  in fill_note() 1613 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm)  in fill_auxv_note() 1623 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata,  in fill_siginfo_note() 1641 static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm)  in fill_files_note()
  | 
| D | binfmt_elf_fdpic.c | 1271 static inline void fill_note(struct memelfnote *note, const char *name, int type,  in fill_note()
  | 
| /fs/proc/ | 
| D | kcore.c | 312 	struct elf_note *note = (struct elf_note *)¬es[*i];  in append_kcore_note()  local
  |