Searched refs:N_TXTADDR (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/aout/
H A Dencap.h33 * like N_TXTOFF and N_TXTADDR use this field to find the bsd header.
121 #undef N_TXTADDR
128 #define N_TXTADDR(x) \
135 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x).a_text-1) & ~(SEGMENT_SIZE-1))) : \
136 (N_TXTADDR(x)+(x).a_text))
119 #undef N_TXTADDR macro
126 #define N_TXTADDR macro
H A Dhp300hpux.h77 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
78 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
H A Daout64.h157 #ifndef N_TXTADDR macro
158 #define N_TXTADDR(x) \
198 offset it to `undo' the adjustment to N_TXTADDR and N_TXTOFF
219 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
220 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
H A Ddynix3.h78 #define N_TXTADDR(x) \ macro
H A Dsun4.h50 #define N_TXTADDR(x) \ macro
H A Dadobe.h79 #define N_TXTADDR(x) \ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/i386/
H A Dexec.h77 #define N_TXTADDR(X) 0 macro
81 (N_TXTADDR(ex) + ((ex).a_magic == OMAGIC ? (ex).a_text \
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dbout.h101 #if !defined (N_TXTADDR)
102 #define N_TXTADDR(x) 0 macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Di386aout.c29 #define N_TXTADDR(x) (N_MAGIC (x) == ZMAGIC ? 0x1020 : 0) macro
H A Dpc532-mach.c28 /* This architecture has N_TXTOFF and N_TXTADDR defined as if
41 #define N_TXTADDR(x) \ macro
H A Daout-cris.c39 #define N_TXTADDR(x) ((x).a_entry & ~(bfd_vma) 0xffff) macro
H A Dmipsbsd.c25 #define N_TXTADDR(x) \ macro
29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x))
H A Daout-arm.c32 #define N_TXTADDR(x) \ macro
H A Daout-target.h48 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
H A Dhp300hpux.c238 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
H A Driscix.c75 #define N_TXTADDR(x) \ macro
H A Daout-tic30.c329 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
H A Dpdp11.c565 obj_textsec (abfd)->vma = N_TXTADDR(*execp);
H A Daoutx.h548 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexsunos4.c222 /* SunOS4.x's ld_rel is relative to N_TXTADDR. */
228 rel = _DYNAMIC.ld_un.ld_1->ld_rel + N_TXTADDR (ohdr);
229 erel = _DYNAMIC.ld_un.ld_1->ld_hash + N_TXTADDR (ohdr);
233 rel = _DYNAMIC.ld_un.ld_2->ld_rel + N_TXTADDR (ohdr);
234 erel = _DYNAMIC.ld_un.ld_2->ld_hash + N_TXTADDR (ohdr);
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dgnu-linux.h308 unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr)

Completed in 239 milliseconds