Searched refs:note (Results 1 – 4 of 4) sorted by relevance
/fs/proc/ |
D | kcore.c | 301 struct elf_note *note = (struct elf_note *)¬es[*i]; in append_kcore_note() local 303 note->n_namesz = strlen(name) + 1; in append_kcore_note() 304 note->n_descsz = descsz; in append_kcore_note() 305 note->n_type = type; in append_kcore_note() 306 *i += sizeof(*note); in append_kcore_note() 307 memcpy(¬es[*i], name, note->n_namesz); in append_kcore_note() 308 *i = ALIGN(*i + note->n_namesz, 4); in append_kcore_note()
|
/fs/ |
D | binfmt_elf.c | 1459 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() argument 1462 note->name = name; in fill_note() 1463 note->type = type; in fill_note() 1464 note->datasz = sz; in fill_note() 1465 note->data = data; in fill_note() 1549 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note() argument 1556 fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv); in fill_auxv_note() 1559 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note() argument 1566 fill_note(note, "CORE", NT_SIGINFO, sizeof(*csigdata), csigdata); in fill_siginfo_note() 1581 static int fill_files_note(struct memelfnote *note) in fill_files_note() argument [all …]
|
D | binfmt_elf_fdpic.c | 1328 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() argument 1331 note->name = name; in fill_note() 1332 note->type = type; in fill_note() 1333 note->datasz = sz; in fill_note() 1334 note->data = data; in fill_note()
|
/fs/befs/ |
D | Kconfig | 10 attributes. (Also note that this driver doesn't make those features
|