Searched refs:a_drsize (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 84 unsigned char a_drsize[4]; member 101 unsigned a_drsize; /* length of relocation info for data, in bytes */ member 200 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x)->a_drsize )
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | aout-adobe.c | 47 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in aout_adobe_swap_exec_header_in() 67 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); in aout_adobe_swap_exec_header_out() 175 sect->reloc_count = execp->a_drsize; in aout_adobe_callback() 283 exec_hdr (abfd)->a_drsize = 0; in aout_adobe_write_object_contents() 296 exec_hdr (abfd)->a_drsize += sect->reloc_count * in aout_adobe_write_object_contents()
|
D | hp300hpux.c | 296 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * in MY() 320 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp) + execp->a_drsize), in MY() 460 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in NAME() 724 reloc_size = exec_hdr (abfd)->a_drsize; in MY()
|
D | riscix.c | 88 (N_TXTOFF (x) + (x)->a_text + (x)->a_data + (x)->a_trsize + (x)->a_drsize) 121 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 512 if (execp->a_drsize || execp->a_trsize) in riscix_some_aout_object_p() 575 (execp->a_drsize != 0 in riscix_some_aout_object_p()
|
D | i386dynix.c | 77 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in i386dynix_32_swap_exec_header_in()
|
D | pdp11.c | 117 #define N_SYMOFF(x) (N_DRELOFF(x) + (x)->a_drsize) 306 execp->a_drsize = execp->a_data; in pdp11_aout_write_headers() 311 execp->a_drsize = 0; in pdp11_aout_write_headers() 393 execp->a_drsize = 0; in NAME() 398 execp->a_drsize = execp->a_data; in NAME() 421 && (execp->a_drsize == 0 || execp->a_data == 0)) in NAME() 424 && execp->a_drsize == execp->a_data) in NAME() 483 if (execp->a_drsize || execp->a_trsize) in NAME() 541 (execp->a_drsize != 0 in NAME() 1837 reloc_size = exec_hdr(abfd)->a_drsize; in NAME() [all …]
|
D | i386lynx.c | 47 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 389 reloc_size = exec_hdr (abfd)->a_drsize; in NAME()
|
D | bout.c | 90 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in bout_swap_exec_header_in() 115 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); in bout_swap_exec_header_out() 409 exec_hdr (abfd)->a_drsize = (obj_datasec (abfd)->reloc_count) * 8; in b_out_write_object_contents() 690 reloc_size = exec_hdr (abfd)->a_drsize; in b_out_slurp_reloc_table() 930 ((exec_hdr (abfd)->a_drsize / sizeof (struct relocation_info)) in b_out_get_reloc_upper_bound()
|
D | aout-target.h | 99 execp->a_drsize / obj_reloc_entry_size (abfd); in MY() 176 if (exec.a_trsize + exec.a_drsize == 0 in MY()
|
D | libaout.h | 228 bfd_vma a_drsize; /* Length of data's relocation info, in bytes. */ member 635 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
|
D | i386os9k.c | 64 execp->a_drsize = 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() 646 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * obj_reloc_entry_size (abfd)); in tic30_aout_write_object_contents() 699 *psymoff = *pdreloff + execp->a_drsize; in MY_final_link_callback()
|
D | aoutx.h | 389 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in NAME() 421 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); in NAME() 486 if (execp->a_drsize || execp->a_trsize) in NAME() 548 (execp->a_drsize != 0 in NAME() 632 && execp->a_drsize == 0)) in NAME() 2296 reloc_size = exec_hdr (abfd)->a_drsize; in NAME() 2471 * ((exec_hdr (abfd)->a_drsize / obj_reloc_entry_size (abfd)) in NAME() 5297 exec_hdr (input_bfd)->a_drsize)) in aout_link_input_bfd() 5369 drsize += exec_hdr (sub)->a_drsize; in NAME() 5398 sz = exec_hdr (sub)->a_drsize; in NAME() [all …]
|
D | sunos.c | 1902 exec_hdr (sub)->a_drsize)) in bfd_sunos_size_dynamic_sections()
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | hp.h | 39 unsigned long a_drsize; /* length of relocation info for data, in bytes */ member
|
D | dynix3.h | 75 #define N_SHDRELOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
|
D | hp300hpux.h | 127 #define N_GNU_SYMOFF(x) (N_GNU_DRELOFF(x) + (x)->a_drsize)
|
D | adobe.h | 97 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x)->a_drsize )
|
D | aout64.h | 247 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize)
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 97 #define N_SYMOFF(x) ( N_DROFF(x) + (x)->a_drsize )
|