Searched refs:bnote (Results 1 – 1 of 1) sorted by relevance
55 } bnote; variable397 sha1(code, csize, bnote.build_id); in jit_write_elf()398 bnote.desc.namesz = sizeof(bnote.name); /* must include 0 termination */ in jit_write_elf()399 bnote.desc.descsz = sizeof(bnote.build_id); in jit_write_elf()400 bnote.desc.type = NT_GNU_BUILD_ID; in jit_write_elf()401 strcpy(bnote.name, "GNU"); in jit_write_elf()405 d->d_buf = &bnote; in jit_write_elf()407 d->d_size = sizeof(bnote); in jit_write_elf()420 shdr->sh_size = sizeof(bnote); in jit_write_elf()
Completed in 3 milliseconds