Searched refs:mcsec (Results 1 – 1 of 1) sorted by relevance
187 Elf_Shdr mcsec; in append_func() local221 t += 2*sizeof(mcsec); in append_func()222 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()224 mcsec.sh_type = w(SHT_PROGBITS); in append_func()225 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()226 mcsec.sh_addr = 0; in append_func()227 mcsec.sh_offset = _w(t); in append_func()228 mcsec.sh_size = _w((void *)mlocp - (void *)mloc0); in append_func()229 mcsec.sh_link = 0; in append_func()230 mcsec.sh_info = 0; in append_func()[all …]