Searched refs:note (Results 1 – 5 of 5) sorted by relevance
| /fs/ |
| A D | binfmt_elf.c | 766 } note; in parse_elf_properties() local 782 if (phdr->p_filesz > sizeof(note)) in parse_elf_properties() 788 BUILD_BUG_ON(sizeof(note) < sizeof(note.nhdr) + NOTE_NAME_SZ); in parse_elf_properties() 794 strncmp(note.data + sizeof(note.nhdr), in parse_elf_properties() 803 if (note.nhdr.n_descsz > n - off) in parse_elf_properties() 805 datasz = off + note.nhdr.n_descsz; in parse_elf_properties() 1456 note->name = name; in __fill_note() 1457 note->type = type; in __fill_note() 1458 note->datasz = sz; in __fill_note() 1459 note->data = data; in __fill_note() [all …]
|
| A D | binfmt_elf_fdpic.c | 1278 static inline void __fill_note(struct memelfnote *note, const char *name, int type, in __fill_note() argument 1281 note->name = name; in __fill_note() 1282 note->type = type; in __fill_note() 1283 note->datasz = sz; in __fill_note() 1284 note->data = data; in __fill_note() 1288 #define fill_note(note, type, sz, data) \ argument 1289 __fill_note(note, NN_ ## type, NT_ ## type, sz, data)
|
| /fs/proc/ |
| A D | kcore.c | 312 struct elf_note *note = (struct elf_note *)¬es[*i]; in append_kcore_note() local 314 note->n_namesz = strlen(name) + 1; in append_kcore_note() 315 note->n_descsz = descsz; in append_kcore_note() 316 note->n_type = type; in append_kcore_note() 317 *i += sizeof(*note); in append_kcore_note() 318 memcpy(¬es[*i], name, note->n_namesz); in append_kcore_note() 319 *i = ALIGN(*i + note->n_namesz, 4); in append_kcore_note()
|
| /fs/befs/ |
| A D | Kconfig | 11 attributes. (Also note that this driver doesn't make those features
|
| /fs/crypto/ |
| A D | Kconfig | 26 # Also note that this option only pulls in the generic implementations of the
|
Completed in 12 milliseconds