Searched refs:mcsec (Results 1 – 1 of 1) sorted by relevance
268 Elf_Shdr mcsec; in append_func() local306 t += 2*sizeof(mcsec); in append_func()311 mcsec.sh_addr = 0; in append_func()312 mcsec.sh_offset = _w(t); in append_func()314 mcsec.sh_link = 0; in append_func()315 mcsec.sh_info = 0; in append_func()317 mcsec.sh_entsize = _w(_size); in append_func()318 if (uwrite(&mcsec, sizeof(mcsec)) < 0) in append_func()325 mcsec.sh_flags = 0; in append_func()326 mcsec.sh_addr = 0; in append_func()[all …]
Completed in 4 milliseconds