Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h202 Elf32_Half e_shentsize; member
219 Elf64_Half e_shentsize; member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c366 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
384 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h82 Elf32_Half e_shentsize; /* Section header table entry size */ member
100 Elf64_Half e_shentsize; /* Section header table entry size */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c433 hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize); in parse_elf()