Linux: elf: coredump: NT_FILE (note type file)

引入

Linux Kernel repo:
commit 2aa362c49c314a98fb9aebbd7760a461667bac05
Author: Denys Vlasenko [email protected]
Date: Thu Oct 4 17:15:36 2012 -0700
coredump: extend core dump note section to contain file names of mapped files
This note has the following format:
long count – how many files are mapped
long page_size – units for file_ofs
array of [COUNT] elements of
long start
long end
long file_ofs
followed by COUNT filenames in ASCII: “FILE1” NUL “FILE2” NUL…

函数调用

猜你喜欢

转载自blog.csdn.net/qq_36428903/article/details/125039477