Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_elf.c1744 int thread_notes; member
1812 if (WARN_ON_ONCE(note_iter >= info->thread_notes)) in fill_thread_core_info()
1877 info->thread_notes = 0; in fill_note_info()
1880 ++info->thread_notes; in fill_note_info()
1886 if (unlikely(info->thread_notes == 0) || in fill_note_info()
1899 info->thread_notes = 2; in fill_note_info()
1907 notes[info->thread_notes]), in fill_note_info()
1915 notes[info->thread_notes]), in fill_note_info()
1976 for (i = 1; i < info->thread_notes; ++i) in write_note_info()
1996 for (i = 1; i < info->thread_notes; ++i) in free_note_info()