Searched refs:bnote (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dgenelf.c80 } bnote; variable in typeref:struct:buildid_note
481 gen_build_id(&bnote, load_addr, code, csize);
482 bnote.desc.namesz = sizeof(bnote.name); /* must include 0 termination */
483 bnote.desc.descsz = sizeof(bnote.build_id);
484 bnote.desc.type = NT_GNU_BUILD_ID;
485 strcpy(bnote.name, "GNU");
489 d->d_buf = &bnote;
491 d->d_size = sizeof(bnote);
[all...]

Completed in 120 milliseconds