Searched refs:bnote (Results 1 – 1 of 1) sorted by relevance
83 } bnote; variable464 gen_build_id(&bnote, load_addr, code, csize); in jit_write_elf()465 bnote.desc.namesz = sizeof(bnote.name); /* must include 0 termination */ in jit_write_elf()466 bnote.desc.descsz = sizeof(bnote.build_id); in jit_write_elf()467 bnote.desc.type = NT_GNU_BUILD_ID; in jit_write_elf()468 strcpy(bnote.name, "GNU"); in jit_write_elf()472 d->d_buf = &bnote; in jit_write_elf()474 d->d_size = sizeof(bnote); in jit_write_elf()487 shdr->sh_size = sizeof(bnote); in jit_write_elf()