Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c150 const void *note_file, size_t note_file_size) in handle_file_note() argument
152 if (note_file == NULL) in handle_file_note()
168 const void *ptr = note_file; in handle_file_note()
169 const void *end = note_file + note_file_size; in handle_file_note()
297 const void *note_file, size_t note_file_size, in dwfl_segment_report_module() argument
723 note_file, note_file_size); in dwfl_segment_report_module()
Dcore-file.c504 const void *note_file = NULL; in dwfl_core_file_report() local
535 note_file = notes->d_buf + desc_pos; in dwfl_core_file_report()
561 note_file, note_file_size, in dwfl_core_file_report()
DlibdwflP.h701 const void *note_file,
DChangeLog835 If the note_file exists, but the build_id doesn't match discard
1029 * core-file.c (dwfl_core_file_report): New variables note_file and
1034 (dwfl_segment_report_module): Add parameters note_file and
1039 * libdwflP.h (dwfl_segment_report_module): Add parameters note_file and