Home
last modified time | relevance | path

Searched refs:note (Results 1 – 5 of 5) sorted by relevance

/fs/
A Dbinfmt_elf.c766 } 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 Dbinfmt_elf_fdpic.c1278 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 Dkcore.c312 struct elf_note *note = (struct elf_note *)&notes[*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(&notes[*i], name, note->n_namesz); in append_kcore_note()
319 *i = ALIGN(*i + note->n_namesz, 4); in append_kcore_note()
/fs/befs/
A DKconfig11 attributes. (Also note that this driver doesn't make those features
/fs/crypto/
A DKconfig26 # Also note that this option only pulls in the generic implementations of the

Completed in 12 milliseconds