Searched refs:a_trsize (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 83 unsigned char a_trsize[4]; member 100 unsigned a_trsize; /* length of relocation info for text, in bytes */ member 196 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | hp300hpux.h | 120 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize ) 126 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x)->a_trsize)
|
D | hp.h | 38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member
|
D | dynix3.h | 74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
|
D | adobe.h | 96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
|
D | aout64.h | 244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | aout-adobe.c | 46 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in aout_adobe_swap_exec_header_in() 66 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in aout_adobe_swap_exec_header_out() 170 sect->reloc_count = execp->a_trsize; in aout_adobe_callback() 282 exec_hdr (abfd)->a_trsize = 0; in aout_adobe_write_object_contents() 290 exec_hdr (abfd)->a_trsize += sect->reloc_count * in aout_adobe_write_object_contents()
|
D | riscix.c | 88 (N_TXTOFF (x) + (x)->a_text + (x)->a_data + (x)->a_trsize + (x)->a_drsize) 119 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \ 512 if (execp->a_drsize || execp->a_trsize) in riscix_some_aout_object_p() 571 (execp->a_trsize != 0 in riscix_some_aout_object_p()
|
D | i386dynix.c | 76 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in i386dynix_32_swap_exec_header_in()
|
D | hp300hpux.c | 294 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * in MY() 459 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in NAME() 730 reloc_size = exec_hdr (abfd)->a_trsize; in MY()
|
D | pdp11.c | 116 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize) 305 execp->a_trsize = execp->a_text; in pdp11_aout_write_headers() 310 execp->a_trsize = 0; in pdp11_aout_write_headers() 392 execp->a_trsize = 0; in NAME() 397 execp->a_trsize = execp->a_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() 483 if (execp->a_drsize || execp->a_trsize) in NAME() 537 (execp->a_trsize != 0 in NAME() 1839 reloc_size = exec_hdr(abfd)->a_trsize; in NAME() [all …]
|
D | i386lynx.c | 45 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \ 395 reloc_size = exec_hdr (abfd)->a_trsize; in NAME()
|
D | bout.c | 89 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in bout_swap_exec_header_in() 114 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in bout_swap_exec_header_out() 408 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8; in b_out_write_object_contents() 692 reloc_size = exec_hdr (abfd)->a_trsize; in b_out_slurp_reloc_table() 935 ((exec_hdr (abfd)->a_trsize / sizeof (struct relocation_info)) in b_out_get_reloc_upper_bound()
|
D | aout-target.h | 97 execp->a_trsize / obj_reloc_entry_size (abfd); in MY() 176 if (exec.a_trsize + exec.a_drsize == 0 in MY()
|
D | libaout.h | 227 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ member 633 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
|
D | i386os9k.c | 63 execp->a_trsize = 0; in os9k_swap_exec_header_in()
|
D | aout-tic30.c | 594 if (exec.a_trsize + exec.a_drsize == 0 in tic30_aout_object_p() 645 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * obj_reloc_entry_size (abfd)); in tic30_aout_write_object_contents() 698 *pdreloff = *ptreloff + execp->a_trsize; in MY_final_link_callback()
|
D | aoutx.h | 388 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in NAME() 420 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in NAME() 486 if (execp->a_drsize || execp->a_trsize) in NAME() 544 (execp->a_trsize != 0 in NAME() 631 && execp->a_trsize == 0 in NAME() 2298 reloc_size = exec_hdr (abfd)->a_trsize; in NAME() 2476 * ((exec_hdr (abfd)->a_trsize / obj_reloc_entry_size (abfd)) in NAME() 5289 exec_hdr (input_bfd)->a_trsize)) in aout_link_input_bfd() 5368 trsize += exec_hdr (sub)->a_trsize; in NAME() 5395 sz = exec_hdr (sub)->a_trsize; in NAME() [all …]
|
D | sunos.c | 1900 exec_hdr (sub)->a_trsize) in bfd_sunos_size_dynamic_sections()
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 95 #define N_DROFF(x) ( N_TROFF(x) + (x)->a_trsize )
|