HomeSort by relevance Sort by last modified time
    Searched full:note_desc (Results 1 - 1 of 1) sorted by null

  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 320 const void *note_desc = note_name + NOTE_ALIGN (nh->n_namesz); local
322 - note_desc) < nh->n_descsz))
330 build_id_vaddr = note_desc - (const void *) notes + vaddr;
334 memcpy (build_id, note_desc, build_id_len);
338 nh = note_desc + NOTE_ALIGN (nh->n_descsz);

Completed in 47 milliseconds