Lines Matching refs:bnote
80 } bnote;
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);
504 shdr->sh_size = sizeof(bnote);