Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h84 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/
Daout-adobe.c47 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()
Dhp300hpux.c296 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()
Driscix.c88 (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()
Di386dynix.c77 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in i386dynix_32_swap_exec_header_in()
Dpdp11.c117 #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 …]
Di386lynx.c47 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
389 reloc_size = exec_hdr (abfd)->a_drsize; in NAME()
Dbout.c90 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()
Daout-target.h99 execp->a_drsize / obj_reloc_entry_size (abfd); in MY()
176 if (exec.a_trsize + exec.a_drsize == 0 in MY()
Dlibaout.h228 bfd_vma a_drsize; /* Length of data's relocation info, in bytes. */ member
635 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
Di386os9k.c64 execp->a_drsize = 0; in os9k_swap_exec_header_in()
Daout-tic30.c594 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()
Daoutx.h389 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 …]
Dsunos.c1902 exec_hdr (sub)->a_drsize)) in bfd_sunos_size_dynamic_sections()
/toolchain/binutils/binutils-2.27/include/aout/
Dhp.h39 unsigned long a_drsize; /* length of relocation info for data, in bytes */ member
Ddynix3.h75 #define N_SHDRELOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
Dhp300hpux.h127 #define N_GNU_SYMOFF(x) (N_GNU_DRELOFF(x) + (x)->a_drsize)
Dadobe.h97 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x)->a_drsize )
Daout64.h247 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize)
/toolchain/binutils/binutils-2.27/include/
Dbout.h97 #define N_SYMOFF(x) ( N_DROFF(x) + (x)->a_drsize )