Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h78 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/
Daout64.h202 ? (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. */ )))
Dencap.h134 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x)->a_text-1) & ~(SEGMENT_SIZE-1))) : \
135 (N_TXTADDR(x)+(x)->a_text))
Ddynix3.h84 (((OMAGIC == N_MAGIC(x)) || (SMAGIC == N_MAGIC(x))) ? ((x)->a_text) \
85 : ((x)->a_text - N_ADDRADJ(x) - EXEC_BYTES_SIZE))
Dhp.h35 unsigned long a_text; /* length of text, in bytes */ member
Dsun4.h48 && (x)->a_text >= EXEC_BYTES_SIZE)
Dadobe.h86 #define N_TXTSIZE(x) ((x)->a_text)
/toolchain/binutils/binutils-2.27/bfd/
Dm88kmach3.c26 #define N_TXTSIZE(x) ((x)->a_text)
Daout-adobe.c41 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()
Di386mach3.c35 #define N_TXTSIZE(x) ((x)->a_text)
Di386os9k.c59 execp->a_text = dload - execp->a_tload; in os9k_swap_exec_header_in()
96 obj_textsec (abfd)->size = execp->a_text; in os9k_callback()
Di386aout.c31 #define N_TXTSIZE(x) ((x)->a_text)
Dpc532-mach.c34 #define N_TXTSIZE(x) ((x)->a_text)
Di386dynix.c71 execp->a_text = GET_WORD (abfd, bytes->e_text); in i386dynix_32_swap_exec_header_in()
Dpdp11.c114 #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 …]
Dbout.c84 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()
Daout-tic30.c747 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()
Dlibaout.h222 bfd_vma a_text; /* Length of text, in bytes. */ member
Dhp300hpux.c454 execp->a_text = GET_WORD (abfd, bytes->e_text); in NAME()
Driscix.c88 (N_TXTOFF (x) + (x)->a_text + (x)->a_data + (x)->a_trsize + (x)->a_drsize)
Daoutx.h383 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()
DChangeLog-91935594 * 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.
DChangeLog-02035271 written into the output file and included in a_text.
/toolchain/binutils/binutils-2.27/include/
Dbout.h92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )
/toolchain/binutils/binutils-2.27/config/
Dtcl.m41999 # - 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;