Searched refs:note_len (Results 1 – 1 of 1) sorted by relevance
33 static int read_build_id(void *note_data, size_t note_len, struct build_id *bid, in read_build_id() argument45 while ((ptr + sizeof(*nhdr)) < (note_data + note_len)) { in read_build_id()