Searched refs:e_phentsize (Results 1 - 25 of 40) sorted by last modified time

12

/external/valgrind/main/perf/
H A Dtinycc.c161 Elf32_Half e_phentsize; /* Program header table entry size */ member in struct:__anon33279
179 Elf64_Half e_phentsize; /* Program header table entry size */ member in struct:__anon33280
19676 ehdr.e_phentsize = sizeof(Elf32_Phdr);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c105 ehdr->e_phentsize = sizeof(ESZ(Phdr));
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1024 ehdr.e_phoff + i * ehdr.e_phentsize, sizeof(phdr));
1527 phdr_ment_szB = ehdr_m.e_phentsize;
2414 UWord phdr_dent_szB = ehdr_dimg.e_phentsize;
/external/valgrind/main/coregrind/m_ume/
H A Delf.c132 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) {
/external/qemu/include/
H A Delf.h1259 Elf32_Half e_phentsize; member in struct:elf32_hdr
1276 Elf64_Half e_phentsize; member in struct:elf64_hdr
/external/qemu/include/hw/
H A Delf_ops.h11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */
/external/qemu/tcg/
H A Dtcg.c2775 .e_phentsize = sizeof(ElfW(Phdr)),
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py290 e_phentsize = f.uint16()
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp555 W.printNumber("ProgramHeaderEntrySize", Header->e_phentsize);
/external/llvm/include/llvm/Object/
H A DELF.h391 return Elf_Phdr_Iter(Header->e_phentsize,
396 return Elf_Phdr_Iter(Header->e_phentsize,
399 (Header->e_phnum * Header->e_phentsize));
H A DELFTypes.h419 Elf_Half e_phentsize; // Size of an entry in the program header table member in struct:llvm::object::Elf_Ehdr_Impl
/external/llvm/include/llvm/Support/
H A DELF.h73 Elf32_Half e_phentsize; // Size of an entry in the program header table member in struct:llvm::ELF::Elf32_Ehdr
97 Elf64_Half e_phentsize; member in struct:llvm::ELF::Elf64_Ehdr
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c116 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize);
120 buf_size = ehdr.e_phentsize * ehdr.e_phnum;
165 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize);
169 buf_size = ehdr.e_phentsize * ehdr.e_phnum;
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h70 elf_half e_phentsize; ///< Size of a program header table entry. member in struct:elf::ELFHeader
H A DObjectFileELF.cpp650 const size_t ph_size = m_header.e_phnum * m_header.e_phentsize;
1566 s->Printf("e_phentsize = 0x%4.4x\n", header.e_phentsize);
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c270 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phentsize);
287 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_phentsize);
/external/libunwind/src/coredump/
H A D_UCD_create.c138 ? 0 /* todo: (elf_header64.e_ehsize != NN || elf_header64.e_phentsize != NN) */
139 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32)
142 Debug(0, "'%s' has wrong e_ehsize or e_phentsize\n", filename);
/external/kernel-headers/original/uapi/linux/
H A Delf.h213 Elf32_Half e_phentsize; member in struct:elf32_hdr
230 Elf64_Half e_phentsize; member in struct:elf64_hdr
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getdwarf.c372 || ehdr.e32.e_phentsize != phentsize)
380 || ehdr.e64.e_phentsize != phentsize)
H A Ddwfl_segment_report_module.c210 phentsize = ehdr.e32.e_phentsize;
223 phentsize = ehdr.e64.e_phentsize;
H A Delf-from-memory.c149 phentsize = ehdr.e32.e_phentsize;
161 phentsize = ehdr.e64.e_phentsize;
/external/elfutils/0.153/libelf/
H A Dabstract.h64 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
H A Delf.h82 Elf32_Half e_phentsize; /* Program header table entry size */ member in struct:__anon21218
100 Elf64_Half e_phentsize; /* Program header table entry size */ member in struct:__anon21219
H A Delf32_newphdr.c124 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize =
168 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize =
182 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize
H A Delf_begin.c378 CONVERT (elf->state.elf32.ehdr_mem.e_phentsize);
464 CONVERT (elf->state.elf64.ehdr_mem.e_phentsize);

Completed in 402 milliseconds

12