/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 78 unsigned char a_text[4]; member 95 unsigned a_text; /* length of text, in bytes */ member 188 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text ) 214 (N_MAGIC(x)==OMAGIC? (N_TXTADDR(x)+(x)->a_text) \ 215 : (N_SEGSIZE(x) + ((N_TXTADDR(x)+(x)->a_text-1) & ~(N_SEGSIZE(x)-1))))
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | aout64.h | 202 ? (x)->a_text - EXEC_BYTES_SIZE \ 204 ? (x)->a_text \ 206 ? (x)->a_text - EXEC_BYTES_SIZE /* No padding. */ \ 207 : (x)->a_text /* A page of padding. */ )))
|
D | encap.h | 134 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x)->a_text-1) & ~(SEGMENT_SIZE-1))) : \ 135 (N_TXTADDR(x)+(x)->a_text))
|
D | dynix3.h | 84 (((OMAGIC == N_MAGIC(x)) || (SMAGIC == N_MAGIC(x))) ? ((x)->a_text) \ 85 : ((x)->a_text - N_ADDRADJ(x) - EXEC_BYTES_SIZE))
|
D | hp.h | 35 unsigned long a_text; /* length of text, in bytes */ member
|
D | sun4.h | 48 && (x)->a_text >= EXEC_BYTES_SIZE)
|
D | adobe.h | 86 #define N_TXTSIZE(x) ((x)->a_text)
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | m88kmach3.c | 26 #define N_TXTSIZE(x) ((x)->a_text)
|
D | aout-adobe.c | 41 execp->a_text = GET_WORD (abfd, bytes->e_text); in aout_adobe_swap_exec_header_in() 61 PUT_WORD (abfd, execp->a_text , bytes->e_text); in aout_adobe_swap_exec_header_out() 279 exec_hdr (abfd)->a_text = 0; in aout_adobe_write_object_contents() 289 exec_hdr (abfd)->a_text += sect->size; in aout_adobe_write_object_contents()
|
D | i386mach3.c | 35 #define N_TXTSIZE(x) ((x)->a_text)
|
D | i386os9k.c | 59 execp->a_text = dload - execp->a_tload; in os9k_swap_exec_header_in() 96 obj_textsec (abfd)->size = execp->a_text; in os9k_callback()
|
D | i386aout.c | 31 #define N_TXTSIZE(x) ((x)->a_text)
|
D | pc532-mach.c | 34 #define N_TXTSIZE(x) ((x)->a_text)
|
D | i386dynix.c | 71 execp->a_text = GET_WORD (abfd, bytes->e_text); in i386dynix_32_swap_exec_header_in()
|
D | pdp11.c | 114 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text) 305 execp->a_trsize = execp->a_text; in pdp11_aout_write_headers() 384 execp->a_text = GET_WORD (abfd, bytes->e_text); in NAME() 397 execp->a_trsize = execp->a_text; in NAME() 413 PUT_WORD (abfd, execp->a_text, bytes->e_text); in NAME() 420 if ((execp->a_trsize == 0 || execp->a_text == 0) in NAME() 423 else if (execp->a_trsize == execp->a_text in NAME() 853 execp->a_text = obj_textsec (abfd)->size; in adjust_o_magic() 937 execp->a_text = obj_textsec(abfd)->size; in adjust_z_magic() 939 execp->a_text += adata(abfd).exec_bytes_size; in adjust_z_magic() [all …]
|
D | bout.c | 84 execp->a_text = GET_WORD (abfd, bytes->e_text); in bout_swap_exec_header_in() 109 PUT_WORD (abfd, execp->a_text , bytes->e_text); in bout_swap_exec_header_out() 156 obj_textsec (abfd)->size = execp->a_text; in b_out_callback() 403 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size; in b_out_write_object_contents()
|
D | aout-tic30.c | 747 execp->a_text = vma - obj_textsec (abfd)->vma; in MY_bfd_final_link() 748 obj_textsec (abfd)->size = execp->a_text; in MY_bfd_final_link()
|
D | libaout.h | 222 bfd_vma a_text; /* Length of text, in bytes. */ member
|
D | hp300hpux.c | 454 execp->a_text = GET_WORD (abfd, bytes->e_text); in NAME()
|
D | riscix.c | 88 (N_TXTOFF (x) + (x)->a_text + (x)->a_data + (x)->a_trsize + (x)->a_drsize)
|
D | aoutx.h | 383 execp->a_text = GET_WORD (abfd, bytes->e_text); in NAME() 415 PUT_WORD (abfd, execp->a_text , bytes->e_text); in NAME() 959 execp->a_text = obj_textsec (abfd)->size; in adjust_o_magic() 1047 execp->a_text = obj_textsec (abfd)->size; in adjust_z_magic() 1049 execp->a_text += adata (abfd).exec_bytes_size; in adjust_z_magic() 1117 execp->a_text = obj_textsec (abfd)->size; in adjust_n_magic()
|
D | ChangeLog-9193 | 5594 * aoutf1.h (sunos4_write_object_contents): Don't override a_text 6783 to decide if the exec header counts in a_text (text segment size). 7062 * libaout.h (WRITE_HEADERS): Set header's a_text field always.
|
D | ChangeLog-0203 | 5271 written into the output file and included in a_text.
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )
|
/toolchain/binutils/binutils-2.27/config/ |
D | tcl.m4 | 1999 # - The `struct exec' must contain a_magic, a_text, a_data, a_bss 2020 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry; 2036 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry; 2052 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry;
|