Searched refs:note (Results 1 - 2 of 2) sorted by relevance

/fs/
H A Dbinfmt_elf.c1180 /* An ELF note in memory */
1266 static void fill_note(struct memelfnote *note, const char *name, int type, argument
1269 note->name = name;
1270 note->type = type;
1271 note->datasz = sz;
1272 note->data = data;
1353 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) argument
1360 fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv);
1401 * goes into the pr_reg field inside the note contents, rather
1402 * than being the whole note content
[all...]
H A Dbinfmt_elf_fdpic.c1263 /* An ELF note in memory */
1353 static inline void fill_note(struct memelfnote *note, const char *name, int type, argument
1356 note->name = name;
1357 note->type = type;
1358 note->datasz = sz;
1359 note->data = data;

Completed in 21 milliseconds