Searched defs:e_shnum (Results 1 - 7 of 7) sorted by relevance

/external/qemu/elff/
H A Delff_elf.h182 Elf_Half e_shnum; member in struct:Elf_FHdr
/external/grub/stage2/
H A Di386-elf.h81 Elf32_Half e_shnum; /* number of entries in section header */ member in struct:__anon6269
/external/llvm/include/llvm/Object/
H A DELF.h424 Elf_Half e_shnum; // Number of entries in the section header table member in struct:llvm::object::Elf_Ehdr_Impl
2474 if (Header->e_shnum == ELF::SHN_UNDEF) {
2478 return Header->e_shnum;
2484 if (Header->e_shnum == ELF::SHN_UNDEF) {
/external/llvm/include/llvm/Support/
H A DELF.h75 Elf32_Half e_shnum; // Number of entries in the section header table member in struct:llvm::ELF::Elf32_Ehdr
99 Elf64_Half e_shnum; member in struct:llvm::ELF::Elf64_Ehdr
/external/qemu/
H A Delf.h1014 Elf32_Half e_shnum; member in struct:elf32_hdr
1031 Elf64_Half e_shnum; member in struct:elf64_hdr
/external/elfutils/libelf/
H A Delf.h91 Elf32_Half e_shnum; /* Section header table entry count */ member in struct:__anon5948
109 Elf64_Half e_shnum; /* Section header table entry count */ member in struct:__anon5949
/external/valgrind/main/perf/
H A Dtinycc.c164 Elf32_Half e_shnum; /* Section header table entry count */ member in struct:__anon15475
182 Elf64_Half e_shnum; /* Section header table entry count */ member in struct:__anon15476
19785 ehdr.e_shnum = shnum;
19896 sizeof(Elf32_Shdr) * ehdr.e_shnum);
19897 sm_table = tcc_mallocz(sizeof(SectionMergeInfo) * ehdr.e_shnum);
19908 for(i = 1; i < ehdr.e_shnum; i++) {
19929 for(i = 1; i < ehdr.e_shnum; i++) {
19997 for(i = 1; i < ehdr.e_shnum; i++) {
20048 for(i = 1; i < ehdr.e_shnum; i++) {
20234 shdr = load_data(fd, ehdr.e_shoff, sizeof(Elf32_Shdr) * ehdr.e_shnum);
[all...]

Completed in 221 milliseconds