Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h204 Elf32_Half e_shstrndx; member
221 Elf64_Half e_shstrndx; member
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c435 hdr->e_shstrndx = TO_NATIVE(hdr->e_shstrndx); in parse_elf()
457 if (hdr->e_shstrndx == SHN_XINDEX) { in parse_elf()
461 info->secindex_strings = hdr->e_shstrndx; in parse_elf()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h84 Elf32_Half e_shstrndx; /* Section header string table index */ member
102 Elf64_Half e_shstrndx; /* Section header string table index */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h506 Elf_Shdr *const shstr = &shdr0[w2(ehdr->e_shstrndx)]; in do_func()