Searched defs:sh_entsize (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h164 elf_xword sh_entsize; ///< Byte size of each section entry. member in struct:elf::ELFSectionHeader
/external/chromium_org/courgette/
H A Dtypes_elf.h69 Elf32_Word sh_entsize; member in struct:Elf32_Shdr
/external/llvm/include/llvm/Object/
H A DELFTypes.h121 Elf_Word sh_entsize; // Size of records contained within the section member in struct:llvm::object::Elf_Shdr_Base
136 Elf_Xword sh_entsize; // Size of records contained within the section member in struct:llvm::object::Elf_Shdr_Base
141 using Elf_Shdr_Base<ELFT>::sh_entsize;
146 if (sh_entsize == 0)
148 return sh_size / sh_entsize;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h340 Elf32_Word sh_entsize; member in struct:elf32_shdr
355 Elf64_Xword sh_entsize; member in struct:elf64_shdr
/external/kernel-headers/original/uapi/linux/
H A Delf.h309 Elf32_Word sh_entsize; member in struct:elf32_shdr
322 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
/external/llvm/include/llvm/Support/
H A DELF.h1229 Elf32_Word sh_entsize; // Size of records contained within the section member in struct:llvm::ELF::Elf32_Shdr
1243 Elf64_Xword sh_entsize; member in struct:llvm::ELF::Elf64_Shdr
/external/qemu/include/
H A Delf.h1361 Elf32_Word sh_entsize; member in struct:elf32_shdr
1374 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
/external/elfutils/0.153/libelf/
H A Delf.h284 Elf32_Word sh_entsize; /* Entry size if section holds table */ member in struct:__anon20416
298 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:__anon20417
/external/valgrind/main/perf/
H A Dtinycc.c311 Elf32_Word sh_entsize; /* Entry size if section holds table */ member in struct:__anon32399
325 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:__anon32400
2207 int sh_entsize; /* elf entry size */
18365 sr->sh_entsize = sizeof(Elf32_Rel);
18796 s1->got->sh_entsize = 4;
19017 symtab->sh_entsize = sizeof(Elf32_Sym);
19026 hash->sh_entsize = sizeof(int);
19273 dynamic->sh_entsize = sizeof(Elf32_Dyn);
19278 s1->plt->sh_entsize = 4;
19819 sh->sh_entsize
2205 int sh_entsize; /* elf entry size */ member in struct:Section
[all...]

Completed in 433 milliseconds