Searched refs:a_drsize (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dexec.h83 unsigned long a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
/macosx-10.10/xnu-2782.1.97/bsd/i386/
H A Dexec.h96 (ex).a_drsize)
115 unsigned int a_drsize; /* data relocation size */ member in struct:exec
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Di386dynix.c76 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
H A Daout-adobe.c49 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
69 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
177 sect->reloc_count = execp->a_drsize;
285 exec_hdr (abfd)->a_drsize = 0;
298 exec_hdr (abfd)->a_drsize += sect->reloc_count *
H A Dhp300hpux.c308 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) *
332 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (*execp) + execp->a_drsize),
474 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
745 reloc_size = exec_hdr (abfd)->a_drsize;
H A Di386os9k.c65 execp->a_drsize = 0;
H A Driscix.c87 (N_TXTOFF (x) + (x).a_text + (x).a_data + (x).a_trsize + (x).a_drsize)
123 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
497 if (execp->a_drsize || execp->a_trsize)
560 (execp->a_drsize != 0
H A Daout-target.h99 execp->a_drsize / obj_reloc_entry_size (abfd);
176 if (exec.a_trsize + exec.a_drsize == 0
H A Di386lynx.c51 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
420 reloc_size = exec_hdr (abfd)->a_drsize;
H A Dpdp11.c121 #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize)
297 execp->a_drsize = execp->a_data;
302 execp->a_drsize = 0;
389 execp->a_drsize = 0;
394 execp->a_drsize = execp->a_data;
417 && (execp->a_drsize == 0 || execp->a_data == 0))
420 && execp->a_drsize == execp->a_data)
479 if (execp->a_drsize || execp->a_trsize)
544 (execp->a_drsize != 0
1839 reloc_size = exec_hdr(abfd)->a_drsize;
[all...]
H A Dbout.c91 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
116 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
410 exec_hdr (abfd)->a_drsize = (obj_datasec (abfd)->reloc_count) * 8;
679 reloc_size = exec_hdr (abfd)->a_drsize;
919 ((exec_hdr (abfd)->a_drsize / sizeof (struct relocation_info))
H A Dlibaout.h231 bfd_vma a_drsize; /* Length of data's relocation info, in bytes. */
636 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
229 bfd_vma a_drsize; /* Length of data's relocation info, in bytes. */ member in struct:internal_exec
H A Daout-tic30.c578 if (exec.a_trsize + exec.a_drsize == 0
633 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * obj_reloc_entry_size (abfd));
686 *psymoff = *pdreloff + execp->a_drsize;;
H A Daoutx.h367 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
399 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
464 if (execp->a_drsize || execp->a_trsize)
526 (execp->a_drsize != 0
2251 reloc_size = exec_hdr (abfd)->a_drsize;
2421 * ((exec_hdr (abfd)->a_drsize / obj_reloc_entry_size (abfd))
5211 exec_hdr (input_bfd)->a_drsize))
5285 drsize += exec_hdr (sub)->a_drsize;
5314 sz = exec_hdr (sub)->a_drsize;
5337 exec_hdr (abfd)->a_drsize
[all...]
H A Dsunos.c1910 exec_hdr (sub)->a_drsize))
/macosx-10.10/cxxfilt-11/cxxfilt/include/aout/
H A Ddynix3.h74 #define N_SHDRELOFF(x) (N_DRELOFF(x) + (x).a_drsize)
H A Dhp.h38 unsigned long a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
H A Dhp300hpux.h106 #define N_EXTHOFF(x) ( N_DRELOFF(x) /* + 0 (x).a_drsize */)
112 #define N_GNU_SYMOFF(x) (N_GNU_DRELOFF(x) + (x).a_drsize)
H A Dadobe.h96 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x).a_drsize )
H A Daout64.h251 #define N_SYMOFF(x) (N_DRELOFF (x) + (x).a_drsize)
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dbout.h96 #define N_SYMOFF(x) ( N_DROFF(x) + (x).a_drsize )
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnlist.c79 unsigned long a_drsize; /* size of data relocation */ member in struct:exec
91 (N_TXTOFF(x) + (x).a_text+(x).a_data + (x).a_trsize+(x).a_drsize)
/macosx-10.10/emacs-93/emacs/src/
H A Dunexec.c300 #define a_drsize rdsize macro
736 hdr.a_drsize = 0;
/macosx-10.10/ruby-106/ruby/
H A Ddln.c273 size = hdrp->a_trsize + hdrp->a_drsize;
761 (hdr.a_trsize+hdr.a_drsize)/sizeof(struct relocation_info);

Completed in 284 milliseconds