Searched refs:Phdr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dtrace-147/libelf/
H A Dnewphdr.c67 Phdr *
72 Phdr * rc;
/macosx-10.10.1/dtrace-147/sys/
H A Dmachelf.h90 typedef Elf64_Phdr Phdr; typedef
135 typedef Elf32_Phdr Phdr; typedef
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexelf.c589 (*(ElfW(Phdr) *) ((byte *) old_program_h + old_file_h->e_phentsize * (n)))
591 (*(ElfW(Phdr) *) ((byte *) new_program_h + new_file_h->e_phentsize * (n)))
678 ElfW(Phdr) *old_program_h, *new_program_h;
732 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);

Completed in 86 milliseconds