Searched refs:a_text (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/bsd/i386/
H A Dexec.h81 (N_TXTADDR(ex) + ((ex).a_magic == OMAGIC ? (ex).a_text \
82 : __LDPGSZ + ((ex).a_text - 1 & ~(__LDPGSZ - 1))))
90 (N_TXTOFF(ex) + ((ex).a_magic != ZMAGIC ? (ex).a_text : \
91 __LDPGSZ + ((ex).a_text - 1 & ~(__LDPGSZ - 1))))
95 (N_TXTOFF(ex) + (ex).a_text + (ex).a_data + (ex).a_trsize + \
109 unsigned int a_text; /* text segment size */ member in struct:exec
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dm88kmach3.c27 #define N_TXTSIZE(x) ((x).a_text)
H A Di386mach3.c34 #define N_TXTSIZE(x) ((x).a_text)
H A Di386aout.c30 #define N_TXTSIZE(x) ((x).a_text)
H A Di386dynix.c70 execp->a_text = GET_WORD (abfd, bytes->e_text);
H A Dpc532-mach.c29 * N_HEADER_IN_TEXT, but the a_text entry (text size) does not include the
35 #define N_TXTSIZE(x) ((x).a_text)
H A Di386os9k.c60 execp->a_text = dload - execp->a_tload;
97 obj_textsec (abfd)->size = execp->a_text;
H A Daout-adobe.c43 execp->a_text = GET_WORD (abfd, bytes->e_text);
63 PUT_WORD (abfd, execp->a_text , bytes->e_text);
281 exec_hdr (abfd)->a_text = 0;
291 exec_hdr (abfd)->a_text += sect->size;
H A Dbout.c85 execp->a_text = GET_WORD (abfd, bytes->e_text);
110 PUT_WORD (abfd, execp->a_text , bytes->e_text);
157 obj_textsec (abfd)->size = execp->a_text;
404 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size;
H A Dpdp11.c118 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
296 execp->a_trsize = execp->a_text;
380 execp->a_text = GET_WORD (abfd, bytes->e_text);
393 execp->a_trsize = execp->a_text;
409 PUT_WORD (abfd, execp->a_text, bytes->e_text);
416 if ((execp->a_trsize == 0 || execp->a_text == 0)
419 else if (execp->a_trsize == execp->a_text
856 execp->a_text = obj_textsec (abfd)->size;
940 execp->a_text = obj_textsec(abfd)->size;
942 execp->a_text
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dexec.h77 unsigned long a_text; /* length of text, in bytes */ member in struct:exec
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Ddynix3.h83 (((OMAGIC == N_MAGIC(x)) || (SMAGIC == N_MAGIC(x))) ? ((x).a_text) \
84 : ((x).a_text - N_ADDRADJ(x) - EXEC_BYTES_SIZE))
H A Dencap.h135 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x).a_text-1) & ~(SEGMENT_SIZE-1))) : \
136 (N_TXTADDR(x)+(x).a_text))
H A Daout64.h206 ? (x).a_text - EXEC_BYTES_SIZE \
208 ? (x).a_text \
210 ? (x).a_text - EXEC_BYTES_SIZE /* No padding. */ \
211 : (x).a_text /* A page of padding. */ )))
230 a page boundary. Most of the time the a_text field (and thus
H A Dhp.h34 unsigned long a_text; /* length of text, in bytes */ member in struct:exec
H A Dadobe.h85 #define N_TXTSIZE(x) ((x).a_text)
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dgould.h146 #define tsize a_text
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbout.h91 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text )
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexec.c128 segment (a_text); they may actually load the header into core as the
130 the header and the real text of the program that is counted in a_text.
133 structure HDR and return the number of bytes to add to `a_text'
136 this adjustment to the `a_text' field has not yet been made;
295 #define a_text tsize macro
743 hdr.a_text = ohdr.a_text;
745 hdr.a_text = data_start - unexec_text_start;
748 hdr.a_text += A_TEXT_OFFSET (ohdr);
760 tp->s_size = hdr.a_text
[all...]
H A Dunexsunos4.c186 write (new, old + N_TXTOFF (ohdr), N_TXTOFF (ohdr) + ohdr.a_text);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c73 unsigned long a_text; /* size of text segment */ member in struct:exec
91 (N_TXTOFF(x) + (x).a_text+(x).a_data + (x).a_trsize+(x).a_drsize)
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadAout.c251 relocatedSize = relocatedHead.a_text + relocatedHead.a_data
284 relocatedSize = relocatedHead.a_text + relocatedHead.a_data;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c315 relocatedSize = relocatedHead.a_text + relocatedHead.a_data
341 relocatedSize = relocatedHead.a_text + relocatedHead.a_data;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c282 relocatedSize = relocatedHead.a_text + relocatedHead.a_data
308 relocatedSize = relocatedHead.a_text + relocatedHead.a_data;
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c272 lseek(fd, disp + N_TXTOFF(*hdrp) + hdrp->a_text + hdrp->a_data, 0);
431 size = hdrp->a_text + hdrp->a_data;
449 memset(addr + hdrp->a_text + hdrp->a_data, 0, hdrp->a_bss);
452 memset(addr + hdrp->a_text + hdrp->a_data, 0, bss);
721 sym->n_value += hdr.a_text + hdr.a_data;
771 address += hdr.a_text;

Completed in 224 milliseconds

12