Home
last modified time | relevance | path

Searched refs:a_trsize (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h83 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/
Dhp300hpux.h120 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
126 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x)->a_trsize)
Dhp.h38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member
Ddynix3.h74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
Dadobe.h96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
Daout64.h244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
/toolchain/binutils/binutils-2.27/bfd/
Daout-adobe.c46 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()
Driscix.c88 (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()
Di386dynix.c76 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in i386dynix_32_swap_exec_header_in()
Dhp300hpux.c294 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()
Dpdp11.c116 #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 …]
Di386lynx.c45 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
395 reloc_size = exec_hdr (abfd)->a_trsize; in NAME()
Dbout.c89 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()
Daout-target.h97 execp->a_trsize / obj_reloc_entry_size (abfd); in MY()
176 if (exec.a_trsize + exec.a_drsize == 0 in MY()
Dlibaout.h227 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ member
633 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
Di386os9k.c63 execp->a_trsize = 0; in os9k_swap_exec_header_in()
Daout-tic30.c594 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()
Daoutx.h388 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 …]
Dsunos.c1900 exec_hdr (sub)->a_trsize) in bfd_sunos_size_dynamic_sections()
/toolchain/binutils/binutils-2.27/include/
Dbout.h95 #define N_DROFF(x) ( N_TROFF(x) + (x)->a_trsize )