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()307 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()309 mcsec.sh_type = w(SHT_PROGBITS); in append_func()310 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()311 mcsec.sh_addr = 0; in append_func()312 mcsec.sh_offset = _w(t); in append_func()313 mcsec.sh_size = _w((void *)mlocp - (void *)mloc0); in append_func()314 mcsec.sh_link = 0; in append_func()315 mcsec.sh_info = 0; in append_func()[all …]