Searched refs:out_shdr_note (Results 1 – 1 of 1) sorted by relevance
109 static Elf32_Shdr out_shdr_note = { variable402 out_shdr[2].sh_offset += sizeof(out_shdr_note); in main()405 out_shdr_note.sh_size = note_sz; in main()406 out_shdr_note.sh_addr = note_base; in main()407 out_shdr_note.sh_offset = RAW_OFFSET + offset; in main()451 endianadjust_shdr32(&out_shdr_note); in main()453 do_write(outfd, &out_shdr_note, sizeof(out_shdr_note)); in main()
Completed in 2 milliseconds