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

/macosx-10.10.1/file-46/file/src/
H A Delfclass.h39 (off_t)elf_getu(swap, elfhdr.e_phoff),
49 (off_t)elf_getu(swap, elfhdr.e_phoff),
H A Dreadelf.h70 Elf32_Off e_phoff; member in struct:__anon8628
87 Elf64_Off e_phoff; member in struct:__anon8629
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dexternal.h46 unsigned char e_phoff[4]; /* Program header table file offset */ member in struct:__anon7556
63 unsigned char e_phoff[8]; /* Program header table file offset */ member in struct:__anon7557
H A Dinternal.h47 bfd_size_type e_phoff; /* Program header table file offset */ member in struct:elf_internal_ehdr
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delfcore.h176 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE)
185 if (bfd_seek (abfd, (file_ptr) i_ehdrp->e_phoff, SEEK_SET) != 0)
H A Delfcode.h242 dst->e_phoff = H_GET_WORD (abfd, src->e_phoff);
272 H_PUT_WORD (abfd, src->e_phoff, dst->e_phoff);
788 if (bfd_seek (abfd, (file_ptr) i_ehdrp->e_phoff, SEEK_SET) != 0)
1509 fprintf (stderr, "e_phoff = %ld\n", (long) ehdrp->e_phoff);
1612 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs,
H A Delf.c4260 elf_elfheader (abfd)->e_phoff = bed->s->sizeof_ehdr;
4957 i_ehdrp->e_phoff = 0;
4973 i_ehdrp->e_phoff = 0;
5447 (segment->p_offset <= (bfd_vma) iehdr->e_phoff
5449 >= ((bfd_vma) iehdr->e_phoff
5857 (segment->p_offset <= (bfd_vma) iehdr->e_phoff
5859 >= ((bfd_vma) iehdr->e_phoff
/macosx-10.10.1/dtrace-147/libelf/
H A Dclscook.c435 if ((eh->e_phoff == 0) ||
436 ((fsz + eh->e_phoff) > elf->ed_fsz)) {
441 if (inplace && fsz >= msz && eh->e_phoff % sizeof (ElfField) == 0) {
442 elf->ed_phdr = (Elf_Void *)(elf->ed_ident + eh->e_phoff);
451 src.d_buf = (Elf_Void *)(elf->ed_ident + eh->e_phoff);
458 if ((_elf_vm(elf, (size_t)eh->e_phoff, fsz) != OK_YES) ||
H A Dupdate.c189 eh->e_phoff = (Off)hi;
192 eh->e_phoff = 0;
382 if ((sz = eh->e_phoff + eh->e_phentsize * eh->e_phnum) > hi)
556 dst.d_buf = (Elf_Void *)(image + eh->e_phoff);
558 hi = (Xword)(eh->e_phoff + dst.d_size);
H A Dgelf.c109 dst->e_phoff = (Elf64_Off)e->e_phoff;
169 d->e_phoff = (Elf32_Off)src->e_phoff;
H A Dbegin.c412 ((Elf32_Ehdr *)(elf->ed_ident))->e_phoff = 0;
518 ((Elf64_Ehdr *)(elf->ed_ident))->e_phoff = 0;
H A Dxlate.m4995 tofo(dst, src->e_phoff, E1_phoff_$2);
1517 dst->e_phoff = tomo(src, E1_phoff_$2);
H A Dxlate64.m4986 tofo(dst, src->e_phoff, E1_phoff_$2);
1555 dst->e_phoff = tomo(src, E1_phoff_$2);
H A Dxlate.c1148 { register Elf32_Off _t_ = src->e_phoff;
1209 { register Elf32_Off _t_ = src->e_phoff;
2652 dst->e_phoff = (((((((Elf32_Off)(src)[E1_phoff_L3]<<8)
2694 dst->e_phoff = (((((((Elf32_Off)(src)[E1_phoff_M3]<<8)
H A Dxlate64.c1129 { Elf64_Off _t_ = src->e_phoff;
1202 { Elf64_Off _t_ = src->e_phoff;
2994 dst->e_phoff = (((((((((((Elf64_Off)(src)[E1_phoff_L7]<<8)
3048 dst->e_phoff = (((((((((((Elf64_Off)(src)[E1_phoff_M7]<<8)
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lib.c108 dst->e_phoff = (Elf64_Off)src->e_phoff;
/macosx-10.10.1/dtrace-147/sys/
H A Delf.h79 Elf32_Off e_phoff; /* phdr file offset */ member in struct:__anon8238
97 Elf64_Off e_phoff; /* phdr file offset */ member in struct:__anon8239
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexsni.c428 old_program_h = (Elf32_Phdr *) ((byte *) old_base + old_file_h->e_phoff);
590 new_program_h = (Elf32_Phdr *) ((byte *) new_base + old_file_h->e_phoff);
H A Dunexelf.c732 old_program_h = (ElfW(Phdr) *) ((byte *) old_base + old_file_h->e_phoff);
835 new_program_h = (ElfW(Phdr) *) ((byte *) new_base + old_file_h->e_phoff);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h68 Elf32_Off e_phoff; // Program header table's file offset, in bytes member in struct:llvm::ELF::Elf32_Ehdr
92 Elf64_Off e_phoff; member in struct:llvm::ELF::Elf64_Ehdr
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c3216 print_vma ((bfd_vma) elf_header.e_phoff, DEC);
3276 phdrs = get_data (NULL, file, elf_header.e_phoff,
3309 phdrs = get_data (NULL, file, elf_header.e_phoff,
3387 print_vma ((bfd_vma) elf_header.e_phoff, DEC);
9229 elf_header.e_phoff = BYTE_GET (ehdr32.e_phoff);
9261 elf_header.e_phoff = BYTE_GET (ehdr64.e_phoff);
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Doutput.c701 new_offset = (off_t)dehdr.e_phoff;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h398 Elf_Off e_phoff; // Program header table's file offset, in bytes member in struct:llvm::object::Elf_Ehdr_Impl

Completed in 392 milliseconds