Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Ddso_test_utils.cc118 string note_name = ELF_NOTE_GNU; in WriteElfWithMultipleBuildids() local
120 note_header.n_namesz = Align<4>(note_name.size()); in WriteElfWithMultipleBuildids()
126 data_str.append(note_name); in WriteElfWithMultipleBuildids()
127 data_str.append(string(note_header.n_namesz - note_name.size(), '\0')); in WriteElfWithMultipleBuildids()
Ddso_test.cc110 const char note_name[namesz] = ELF_NOTE_GNU; in TEST() local
120 data.append(note_name, sizeof(note_name)); in TEST()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c497 const void *note_name; in dwfl_segment_report_module() local
501 note_name = notes + len; in dwfl_segment_report_module()
513 && !memcmp (note_name, "GNU", sizeof "GNU")) in dwfl_segment_report_module()