Home
last modified time | relevance | path

Searched refs:names_ofs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c1643 unsigned count, size, names_ofs, remaining, n; in fill_files_note() local
1655 names_ofs = (2 + 3 * count) * sizeof(data[0]); in fill_files_note()
1669 name_base = name_curpos = ((char *)data) + names_ofs; in fill_files_note()
1670 remaining = size - names_ofs; in fill_files_note()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c1646 unsigned count, size, names_ofs, remaining, n; in fill_files_note() local
1658 names_ofs = (2 + 3 * count) * sizeof(data[0]); in fill_files_note()
1672 name_base = name_curpos = ((char *)data) + names_ofs; in fill_files_note()
1673 remaining = size - names_ofs; in fill_files_note()

Completed in 6 milliseconds