Searched refs:e_shentsize (Results 26 - 41 of 41) sorted by relevance

12

/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py292 e_shentsize = f.uint16()
298 f.seek(e_shoff + index * e_shentsize)
/external/qemu/include/
H A Delf.h1261 Elf32_Half e_shentsize; member in struct:elf32_hdr
1278 Elf64_Half e_shentsize; member in struct:elf64_hdr
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp338 size_t section_header_end = header.e_shoff + header.e_shnum * header.e_shentsize;
738 const size_t sh_size = header.e_shnum * header.e_shentsize;
1568 s->Printf("e_shentsize = 0x%4.4x\n", header.e_shentsize);
/external/elfutils/0.153/libelf/
H A Dabstract.h66 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shentsize) \
H A Delf.h84 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon21218
102 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon21219
/external/llvm/include/llvm/Object/
H A DELFTypes.h421 Elf_Half e_shentsize; // Size of an entry in the section header table member in struct:llvm::object::Elf_Ehdr_Impl
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1063 ehdr.e_shoff + i * ehdr.e_shentsize, sizeof(shdr));
1531 shdr_ment_szB = ehdr_m.e_shentsize;
2418 UWord shdr_dent_szB = ehdr_dimg.e_shentsize;
2655 UWord shdr_aent_szB = ehdr_aimg.e_shentsize;
/external/llvm/include/llvm/Support/
H A DELF.h75 Elf32_Half e_shentsize; // Size of an entry in the section header table member in struct:llvm::ELF::Elf32_Ehdr
99 Elf64_Half e_shentsize; member in struct:llvm::ELF::Elf64_Ehdr
/external/valgrind/main/VEX/switchback/
H A Dlinker.c989 ehdr->e_shnum, ehdr->e_shentsize );
991 assert (ehdr->e_shentsize == sizeof(Elf_Shdr));
/external/valgrind/main/VEX/unused/
H A Dlinker.c826 ehdr->e_shoff, ehdr->e_shnum, ehdr->e_shentsize );
828 assert (ehdr->e_shentsize == sizeof(Elf_Shdr));
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c107 ehdr->e_shentsize = 0;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp557 W.printNumber("SectionHeaderEntrySize", Header->e_shentsize);
/external/elfutils/0.153/src/
H A Dunstrip.c1818 offset += unstripped_shnum * ehdr->e_shentsize;
H A Dreadelf.c824 ehdr->e_shentsize, gettext ("(bytes)"));
/external/qemu/tcg/
H A Dtcg.c2777 .e_shentsize = sizeof(ElfW(Shdr)),
/external/valgrind/main/perf/
H A Dtinycc.c163 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon33279
181 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon33280
19784 ehdr.e_shentsize = sizeof(Elf32_Shdr);

Completed in 928 milliseconds

12