/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol-minimal.c | 115 ehdr.e_phoff = bswap_32(ehdr.e_phoff); in filename__read_build_id() 125 fseek(fp, ehdr.e_phoff, SEEK_SET); in filename__read_build_id() 164 ehdr.e_phoff = bswap_64(ehdr.e_phoff); in filename__read_build_id() 174 fseek(fp, ehdr.e_phoff, SEEK_SET); in filename__read_build_id()
|
/external/elfutils/0.153/libelf/ |
D | elf32_getphdr.c | 108 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);
|
D | gelf_update_ehdr.c | 91 || unlikely (src->e_phoff > 0xffffffffull) in gelf_update_ehdr() 106 COPY (e_phoff); in gelf_update_ehdr()
|
D | elf32_updatefile.c | 184 if (ehdr->e_phoff > ehdr->e_ehsize) in __elfw2() 186 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize); in __elfw2() 200 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2() 205 memcpy (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2() 220 ehdr->e_phoff) in __elfw2() 583 if (ehdr->e_phoff > ehdr->e_ehsize in __elfw2() 585 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled) in __elfw2() 620 phdr_size, ehdr->e_phoff) in __elfw2() 643 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum); in __elfw2()
|
D | gelf_getehdr.c | 100 COPY (e_phoff);
|
D | elf32_updatenull.c | 176 ehdr->e_phoff in __elfw2() 181 update_if_changed (ehdr->e_phoff, in __elfw2()
|
D | elf_begin.c | 322 && ((uintptr_t) ((char *) ehdr + ehdr->e_phoff) in file_read_elf() 374 CONVERT (elf->state.elf32.ehdr_mem.e_phoff); in file_read_elf() 408 && ((uintptr_t) ((char *) ehdr + ehdr->e_phoff) in file_read_elf() 460 CONVERT (elf->state.elf64.ehdr_mem.e_phoff); in file_read_elf()
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_elf_loader.cpp | 160 ELF::Addr page_min = PAGE_START(header_.e_phoff); in ReadProgramHeader() 162 PAGE_END(header_.e_phoff + (phdr_num_ * sizeof(ELF::Phdr))); in ReadProgramHeader() 163 ELF::Addr page_offset = PAGE_OFFSET(header_.e_phoff); in ReadProgramHeader() 242 ELF::Addr offset = ehdr->e_phoff; in FindPhdr()
|
D | crazy_linker_rdebug.cpp | 71 if (header->e_phoff == 0 || header->e_phentsize != sizeof(ELF::Phdr)) { in FindElfDynamicSection() 77 if (fd.SeekTo(header->e_phoff) < 0) { in FindElfDynamicSection()
|
D | crazy_linker_elf_view.cpp | 65 ELF::Addr offset = ehdr->e_phoff; in InitUnmapped()
|
/external/chromium_org/courgette/ |
D | disassembler_elf_32.cc | 66 if (header_->e_phoff >= length()) in ParseHeader() 69 program_header_table_ = (Elf32_Phdr *)OffsetToPointer(header_->e_phoff); in ParseHeader() 72 if ((header_->e_phoff + header_->e_phnum) >= length()) in ParseHeader() 134 uint32 segment_table_end = header_->e_phoff + in DiscoverLength()
|
D | types_elf.h | 27 Elf32_Off e_phoff; member
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 231 Elf32_Off e_phoff; member 251 Elf64_Off e_phoff; member
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 209 Elf32_Off e_phoff; member 226 Elf64_Off e_phoff; /* Program header table file offset */ member
|
/external/elfutils/0.153/libdwfl/ |
D | elf-from-memory.c | 147 phoff = ehdr.e32.e_phoff; in elf_from_remote_memory() 159 phoff = ehdr.e64.e_phoff; in elf_from_remote_memory()
|
D | link_map.c | 488 && (phdr->p_offset & -align) == (ehdr.e_phoff & -align)) in consider_executable() 495 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr) in consider_executable() 503 if (((ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr) & -align) in consider_executable() 508 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset in consider_executable()
|
D | dwfl_segment_report_module.c | 208 phoff = ehdr.e32.e_phoff; in dwfl_segment_report_module() 221 phoff = ehdr.e64.e_phoff; in dwfl_segment_report_module()
|
/external/qemu/include/hw/ |
D | elf_ops.h | 7 bswapSZs(&ehdr->e_phoff); /* Program header table file offset */ in glue() 219 lseek(fd, ehdr.e_phoff, SEEK_SET); in glue()
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 205 || ehdr1->e_phoff != ehdr2->e_phoff in main() 561 phdr_region.from = ehdr1->e_phoff; in main() 562 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 146 off_t ofs = (_64bits ? elf_header64.e_phoff : elf_header32.e_phoff); in _UCD_create()
|
/external/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 107 phdr = (Elf64_Phdr *) ((char *) edi->ei.image + ehdr->e_phoff); in ia64_find_unwind_table()
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 141 sres = VG_(pread)(fd, e->p, phsz, e->e.e_phoff); in readelf() 432 info->phdr = minaddr + ebase + e->e.e_phoff; in VG_()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 63 elf_off e_phoff; ///< File offset of program header table. member
|
/external/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 66 phdr = (Elf_W(Phdr) *) ((char *) ei->image + ehdr->e_phoff); in dwarf_find_unwind_table()
|
/external/chromium_org/tools/relocation_packer/src/ |
D | elf_file.cc | 85 VLOG(1) << "e_phoff = " << elf_header->e_phoff; in VerboseLogElfHeader() 290 if (elf_header->e_phoff > hole_start) { in AdjustElfHeaderForHole() 291 elf_header->e_phoff += hole_size; in AdjustElfHeaderForHole() 292 VLOG(1) << "e_phoff adjusted to " << elf_header->e_phoff; in AdjustElfHeaderForHole()
|