Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_segment_report_module.c135 const void *note_file, size_t note_file_size) in handle_file_note() argument
137 if (note_file == NULL) in handle_file_note()
153 const void *ptr = note_file; in handle_file_note()
154 const void *end = note_file + note_file_size; in handle_file_note()
241 const void *note_file, size_t note_file_size, in dwfl_segment_report_module() argument
674 note_file, note_file_size); in dwfl_segment_report_module()
Dcore-file.c454 const void *note_file = NULL; in dwfl_core_file_report() local
483 note_file = notes->d_buf + desc_pos; in dwfl_core_file_report()
509 note_file, note_file_size, in dwfl_core_file_report()
DlibdwflP.h663 const void *note_file,
DChangeLog74 * core-file.c (dwfl_core_file_report): New variables note_file and
79 (dwfl_segment_report_module): Add parameters note_file and
84 * libdwflP.h (dwfl_segment_report_module): Add parameters note_file and