Searched defs:e_shstrndx (Results 1 - 11 of 11) sorted by relevance

/external/minijail/
H A Delfparse.h47 Elf32_Half e_shstrndx; /* Section header string table index */ member in struct:__anon15340
65 Elf64_Half e_shstrndx; /* Section header string table index */ member in struct:__anon15341
/external/syslinux/com32/include/sys/
H A Delf32.h75 Elf32_Half e_shstrndx; member in struct:elf32_hdr
H A Delf64.h75 Elf64_Half e_shstrndx; member in struct:elf64_hdr
/external/syslinux/gpxe/src/include/
H A Delf.h185 Elf32_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon20504
202 Elf64_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon20505
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp280 Elf_Half e_shstrndx; // Section header table index of section name member in struct:__anon18672::ELFObjectFile::Elf_Ehdr
1279 if (Header->e_shstrndx == ELF::SHN_HIRESERVE)
1281 if (Header->e_shstrndx >= getNumSections())
1284 return Header->e_shstrndx;
/external/kernel-headers/original/uapi/linux/
H A Delf.h217 Elf32_Half e_shstrndx; member in struct:elf32_hdr
234 Elf64_Half e_shstrndx; member in struct:elf64_hdr
/external/llvm/include/llvm/Support/
H A DELF.h77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table member in struct:llvm::ELF::Elf32_Ehdr
101 Elf64_Half e_shstrndx; member in struct:llvm::ELF::Elf64_Ehdr
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h76 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table member in struct:llvm::ELF::Elf32_Ehdr
100 Elf64_Half e_shstrndx; member in struct:llvm::ELF::Elf64_Ehdr
/external/elfutils/libelf/
H A Delf.h82 Elf32_Half e_shstrndx; /* Section header string table index */ member in struct:__anon6103
100 Elf64_Half e_shstrndx; /* Section header string table index */ member in struct:__anon6104
/external/kmod/port-gnu/
H A Delf.h81 Elf32_Half e_shstrndx; /* Section header string table index */ member in struct:__anon9319
99 Elf64_Half e_shstrndx; /* Section header string table index */ member in struct:__anon9320
/external/valgrind/perf/
H A Dtinycc.c165 Elf32_Half e_shstrndx; /* Section header string table index */ member in struct:__anon23827
183 Elf64_Half e_shstrndx; /* Section header string table index */ member in struct:__anon23828
19786 ehdr.e_shstrndx = shnum - 1;
19900 sh = &shdr[ehdr.e_shstrndx];
19931 if (i == ehdr.e_shstrndx)

Completed in 447 milliseconds