Searched refs:e_phoff (Results 1 - 25 of 49) sorted by relevance

12

/external/elfutils/0.153/libelf/
H A Dgelf_update_ehdr.c91 || unlikely (src->e_phoff > 0xffffffffull)
106 COPY (e_phoff);
H A Delf32_getphdr.c108 if (ehdr->e_phoff > elf->maximum_size
109 || elf->maximum_size - ehdr->e_phoff < size)
119 + elf->start_offset + ehdr->e_phoff);
193 elf->start_offset + ehdr->e_phoff);
H A Dgelf_getehdr.c100 COPY (e_phoff);
H A Delf32_updatefile.c184 if (ehdr->e_phoff > ehdr->e_ehsize)
186 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize);
200 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff,
205 memcpy (elf->map_address + elf->start_offset + ehdr->e_phoff,
220 ehdr->e_phoff)
583 if (ehdr->e_phoff > ehdr->e_ehsize
585 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
620 phdr_size, ehdr->e_phoff)
643 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum);
H A Delf32_updatenull.c173 /* The user is supposed to fill out e_phoff. Use it and
176 ehdr->e_phoff
181 update_if_changed (ehdr->e_phoff,
H A Delf_begin.c322 && ((uintptr_t) ((char *) ehdr + ehdr->e_phoff)
374 CONVERT (elf->state.elf32.ehdr_mem.e_phoff);
408 && ((uintptr_t) ((char *) ehdr + ehdr->e_phoff)
460 CONVERT (elf->state.elf64.ehdr_mem.e_phoff);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c115 ehdr.e_phoff = bswap_32(ehdr.e_phoff);
125 fseek(fp, ehdr.e_phoff, SEEK_SET);
164 ehdr.e_phoff = bswap_64(ehdr.e_phoff);
174 fseek(fp, ehdr.e_phoff, SEEK_SET);
/external/chromium_org/courgette/
H A Dtypes_elf.h27 Elf32_Off e_phoff; member in struct:Elf32_Ehdr
H A Ddisassembler_elf_32.cc66 if (header_->e_phoff >= length())
69 program_header_table_ = (Elf32_Phdr *)OffsetToPointer(header_->e_phoff);
72 if ((header_->e_phoff + header_->e_phnum) >= length())
134 uint32 segment_table_end = header_->e_phoff +
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_loader.cpp160 ELF::Addr page_min = PAGE_START(header_.e_phoff);
162 PAGE_END(header_.e_phoff + (phdr_num_ * sizeof(ELF::Phdr)));
163 ELF::Addr page_offset = PAGE_OFFSET(header_.e_phoff);
242 ELF::Addr offset = ehdr->e_phoff;
H A Dcrazy_linker_elf_view.cpp65 ELF::Addr offset = ehdr->e_phoff;
H A Dcrazy_linker_rdebug.cpp71 if (header->e_phoff == 0 || header->e_phentsize != sizeof(ELF::Phdr)) {
77 if (fd.SeekTo(header->e_phoff) < 0) {
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c107 phdr = (Elf64_Phdr *) ((char *) edi->ei.image + ehdr->e_phoff);
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h63 elf_off e_phoff; ///< File offset of program header table. member in struct:elf::ELFHeader
/external/chromium_org/third_party/libvpx/include/
H A Delf.h231 Elf32_Off e_phoff; member in struct:elf32_hdr
251 Elf64_Off e_phoff; member in struct:elf64_hdr
/external/elfutils/0.153/libdwfl/
H A Delf-from-memory.c147 phoff = ehdr.e32.e_phoff;
159 phoff = ehdr.e64.e_phoff;
H A Dlink_map.c491 && (phdr->p_offset & -align) == (ehdr.e_phoff & -align))
498 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr)
506 if (((ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr) & -align)
511 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset
H A Ddwfl_segment_report_module.c208 phoff = ehdr.e32.e_phoff;
221 phoff = ehdr.e64.e_phoff;
/external/kernel-headers/original/uapi/linux/
H A Delf.h209 Elf32_Off e_phoff; member in struct:elf32_hdr
226 Elf64_Off e_phoff; /* Program header table file offset */ member in struct:elf64_hdr
/external/libunwind/src/coredump/
H A D_UCD_create.c146 off_t ofs = (_64bits ? elf_header64.e_phoff : elf_header32.e_phoff);
/external/qemu/include/hw/
H A Delf_ops.h7 bswapSZs(&ehdr->e_phoff); /* Program header table file offset */
219 lseek(fd, ehdr.e_phoff, SEEK_SET);
/external/valgrind/main/coregrind/m_ume/
H A Delf.c141 sres = VG_(pread)(fd, e->p, phsz, e->e.e_phoff);
432 info->phdr = minaddr + ebase + e->e.e_phoff;
/external/elfutils/0.153/src/
H A Delfcmp.c205 || ehdr1->e_phoff != ehdr2->e_phoff
561 phdr_region.from = ehdr1->e_phoff;
562 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize;
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c66 phdr = (Elf_W(Phdr) *) ((char *) ei->image + ehdr->e_phoff);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c266 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phoff);
283 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_phoff);

Completed in 5773 milliseconds

12