Lines Matching refs:bnote
83 } bnote;
478 gen_build_id(&bnote, load_addr, code, csize);
479 bnote.desc.namesz = sizeof(bnote.name); /* must include 0 termination */
480 bnote.desc.descsz = sizeof(bnote.build_id);
481 bnote.desc.type = NT_GNU_BUILD_ID;
482 strcpy(bnote.name, "GNU");
486 d->d_buf = &bnote;
488 d->d_size = sizeof(bnote);
501 shdr->sh_size = sizeof(bnote);