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

/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dexec.h82 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
/macosx-10.10.1/xnu-2782.1.97/bsd/i386/
H A Dexec.h95 (N_TXTOFF(ex) + (ex).a_text + (ex).a_data + (ex).a_trsize + \
114 unsigned int a_trsize; /* text relocation size */ member in struct:exec
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dhp300hpux.h105 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
111 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x).a_trsize)
H A Ddynix3.h73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Dhp.h37 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
H A Dadobe.h95 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
H A Daout64.h248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Di386dynix.c75 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
H A Daout-adobe.c48 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
68 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
172 sect->reloc_count = execp->a_trsize;
284 exec_hdr (abfd)->a_trsize = 0;
292 exec_hdr (abfd)->a_trsize += sect->reloc_count *
H A Di386os9k.c64 execp->a_trsize = 0;
H A Driscix.c87 (N_TXTOFF (x) + (x).a_text + (x).a_data + (x).a_trsize + (x).a_drsize)
121 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
497 if (execp->a_drsize || execp->a_trsize)
556 (execp->a_trsize != 0
H A Dhp300hpux.c306 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) *
473 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
751 reloc_size = exec_hdr (abfd)->a_trsize;
H A Daout-target.h97 execp->a_trsize / obj_reloc_entry_size (abfd);
176 if (exec.a_trsize + exec.a_drsize == 0
H A Di386lynx.c49 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
426 reloc_size = exec_hdr (abfd)->a_trsize;
H A Dpdp11.c120 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
296 execp->a_trsize = execp->a_text;
301 execp->a_trsize = 0;
388 execp->a_trsize = 0;
393 execp->a_trsize = execp->a_text;
416 if ((execp->a_trsize == 0 || execp->a_text == 0)
419 else if (execp->a_trsize == execp->a_text
479 if (execp->a_drsize || execp->a_trsize)
540 (execp->a_trsize != 0
1841 reloc_size = exec_hdr(abfd)->a_trsize;
[all...]
H A Dbout.c90 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
115 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
409 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8;
681 reloc_size = exec_hdr (abfd)->a_trsize;
924 ((exec_hdr (abfd)->a_trsize / sizeof (struct relocation_info))
H A Dlibaout.h230 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */
634 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
228 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ member in struct:internal_exec
H A Daout-tic30.c578 if (exec.a_trsize + exec.a_drsize == 0
632 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * obj_reloc_entry_size (abfd));
685 *pdreloff = *ptreloff + execp->a_trsize;
H A Daoutx.h366 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
398 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
464 if (execp->a_drsize || execp->a_trsize)
522 (execp->a_trsize != 0
2253 reloc_size = exec_hdr (abfd)->a_trsize;
2426 * ((exec_hdr (abfd)->a_trsize / obj_reloc_entry_size (abfd))
5203 exec_hdr (input_bfd)->a_trsize))
5284 trsize += exec_hdr (sub)->a_trsize;
5311 sz = exec_hdr (sub)->a_trsize;
5336 exec_hdr (abfd)->a_trsize
[all...]
H A Dsunos.c1908 exec_hdr (sub)->a_trsize)
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbout.h94 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c78 unsigned long a_trsize; /* size of text relocation */ member in struct:exec
91 (N_TXTOFF(x) + (x).a_text+(x).a_data + (x).a_trsize+(x).a_drsize)
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c273 size = hdrp->a_trsize + hdrp->a_drsize;
759 (hdr.a_trsize/sizeof(struct relocation_info));
761 (hdr.a_trsize+hdr.a_drsize)/sizeof(struct relocation_info);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexec.c299 #define a_trsize rtsize macro
735 hdr.a_trsize = 0;

Completed in 178 milliseconds