Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dbinfmt_elf.c1743 int thread_notes; member
1811 if (WARN_ON_ONCE(note_iter >= info->thread_notes)) in fill_thread_core_info()
1876 info->thread_notes = 0; in fill_note_info()
1879 ++info->thread_notes; in fill_note_info()
1885 if (unlikely(info->thread_notes == 0) || in fill_note_info()
1898 info->thread_notes = 2; in fill_note_info()
1906 notes[info->thread_notes]), in fill_note_info()
1914 notes[info->thread_notes]), in fill_note_info()
1975 for (i = 1; i < info->thread_notes; ++i) in write_note_info()
1995 for (i = 1; i < info->thread_notes; ++i) in free_note_info()