Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dbinfmt_elf.c1648 user_long_t *start_end_ofs; in fill_files_note() local
1671 start_end_ofs = data + 2; in fill_files_note()
1700 *start_end_ofs++ = m->start; in fill_files_note()
1701 *start_end_ofs++ = m->end; in fill_files_note()
1702 *start_end_ofs++ = m->pgoff; in fill_files_note()