Searched refs:notehdrsz (Results 1 – 1 of 1) sorted by relevance
2946 size_t notehdrsz = 3 * (size / 8) + aligned_namesz; in create_note() local2948 unsigned char* buffer = new unsigned char[notehdrsz]; in create_note()2949 memset(buffer, 0, notehdrsz); in create_note()3001 Output_section_data* posd = new Output_data_const_buffer(buffer, notehdrsz, in create_note()