Searched refs:mcsec (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Drecordmcount.h268 Elf_Shdr mcsec; local
306 t += 2*sizeof(mcsec);
307 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel")
309 mcsec.sh_type = w(SHT_PROGBITS);
310 mcsec.sh_flags = _w(SHF_ALLOC);
311 mcsec.sh_addr = 0;
312 mcsec.sh_offset = _w(t);
313 mcsec.sh_size = _w((void *)mlocp - (void *)mloc0);
314 mcsec.sh_link = 0;
315 mcsec
[all...]

Completed in 96 milliseconds