Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h228 mcsec.sh_entsize = _w(_size); in append_func()
242 mcsec.sh_entsize = _w(rel_entsize); in append_func()
316 unsigned rel_entsize = _w(relhdr->sh_entsize); in sift_rel_mcount()
362 unsigned rel_entsize = _w(relhdr->sh_entsize); in nop_mcount()
423 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize); in find_secsym_ndx()
535 rel_entsize = _w(relhdr->sh_entsize); in do_func()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h296 Elf32_Word sh_entsize; member
309 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h279 Elf32_Word sh_entsize; /* Entry size if section holds table */ member
293 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c475 sechdrs[i].sh_entsize = TO_NATIVE(sechdrs[i].sh_entsize); in parse_elf()