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

12

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-hp300.h32 unsigned char a_drsize[4]; /* length of relocation info for data, in bytes */ member in struct:exec_bytes
55 unsigned long a_drsize; member in struct:exec
H A Dobj-hp300.c44 DO (a_drsize);
H A Dobj-bout.h98 unsigned long a_drsize; /* Length of data relocation info */ member in struct:exec
114 #define N_SYMOFF(x) ( N_DROFF(x) + (x).a_drsize )
260 #define H_GET_DATA_RELOCATION_SIZE(h) ((h)->header.a_drsize)
282 #define H_SET_DATA_RELOCATION_SIZE(h,v) ((h)->header.a_drsize = (v))
H A Daout_gnu.h84 unsigned char a_drsize[4]; member in struct:exec_bytes
101 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
201 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x).a_drsize )
H A Dobj-bout.c156 md_number_to_chars (*where, headers->header.a_drsize, sizeof (headers->header.a_drsize));
157 *where += sizeof (headers->header.a_drsize);
H A Dobj-aout.h190 #define H_GET_DATA_RELOCATION_SIZE(h) ((h)->header.a_drsize)
229 #define H_SET_DATA_RELOCATION_SIZE(h,v) ((h)->header.a_drsize = (v))
H A Dobj-aout.c290 md_number_to_chars (*where, headers->header.a_drsize, sizeof (headers->header.a_drsize));
291 *where += sizeof (headers->header.a_drsize);
/openbsd-current/gnu/usr.bin/binutils/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 )
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dbout.h96 #define N_SYMOFF(x) ( N_DROFF(x) + (x).a_drsize )
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Di386dynix.c76 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
H A Daout-adobe.c78 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
104 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
257 sect->reloc_count = execp->a_drsize;
321 exec_hdr (abfd)->a_drsize = 0;
334 exec_hdr (abfd)->a_drsize += sect->reloc_count *
H A Di386os9k.c75 execp->a_drsize = 0;
103 H_PUT_32 (abfd, execp->a_drsize, bytes->e_drsize);
239 exec_hdr (abfd)->a_drsize = ((obj_datasec (abfd)->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 Driscix.c77 (N_TXTOFF (x) + (x).a_text + (x).a_data + (x).a_trsize + (x).a_drsize)
112 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
524 if (execp->a_drsize || execp->a_trsize)
588 (execp->a_drsize != 0
/openbsd-current/gnu/usr.bin/binutils-2.17/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);
179 sect->reloc_count = execp->a_drsize;
287 exec_hdr (abfd)->a_drsize = 0;
300 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;
/openbsd-current/gnu/usr.bin/binutils-2.17/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)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h96 #define N_SYMOFF(x) ( N_DROFF(x) + (x).a_drsize )
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h84 unsigned char a_drsize[4]; member in struct:exec_bytes
101 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
201 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x).a_drsize )

Completed in 118 milliseconds

12