Searched refs:A_TEXT_SEEK (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dsun3.h38 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) macro
H A Disi-ov.h82 #define A_TEXT_SEEK(HDR) sizeof(HDR) macro
H A Dsparc.h90 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) macro
H A Dsymmetry.h67 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) macro
H A Dsequent.h123 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) macro
H A Dibmrt-aix.h88 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) macro
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dbsd386.h36 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) macro
H A Dfreebsd.h115 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) macro
H A Dnetbsd.h49 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) macro
H A Dgnu-linux.h306 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
305 #define A_TEXT_SEEK macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexec.c139 * A_TEXT_SEEK(HDR)
974 #ifdef A_TEXT_SEEK
975 lseek (new, (long) A_TEXT_SEEK (hdr), 0);
978 #endif /* no A_TEXT_SEEK */

Completed in 199 milliseconds