Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Drecordmcount.h263 Elf_Shdr mcsec; in append_func() local
301 t += 2*sizeof(mcsec); in append_func()
302 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
304 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
305 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
306 mcsec.sh_addr = 0; in append_func()
307 mcsec.sh_offset = _w(t); in append_func()
308 mcsec.sh_size = _w((void *)mlocp - (void *)mloc0); in append_func()
309 mcsec.sh_link = 0; in append_func()
310 mcsec.sh_info = 0; in append_func()
[all …]