Searched refs:note_len (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol-minimal.c | 28 static int read_build_id(void *note_data, size_t note_len, void *bf, in read_build_id() argument 39 while (ptr < (note_data + note_len)) { in read_build_id()
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 1097 int len_orig = len, note_len = 32; in format_insn_note() local 1100 STRNCATF( note, "%s", "Ring0 ", note_len ); in format_insn_note() 1103 STRNCATF( note, "%s", "SMM ", note_len ); in format_insn_note() 1106 STRNCATF(note, "%s", "Serialize ", note_len ); in format_insn_note()
|