Home
last modified time | relevance | path

Searched refs:DNR (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dsym.h311 } DNR, *pDNR; typedef
312 #define cbDNR sizeof(DNR)
Decoff.h410 void (*swap_dnr_in) (bfd *, void *, DNR *);
421 void (*swap_dnr_out) (bfd *, const DNR *, void *);
/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dsym.h311 } DNR, *pDNR; typedef
312 #define cbDNR sizeof(DNR)
Decoff.h384 void (*swap_dnr_in) (bfd *, void *, DNR *);
395 void (*swap_dnr_out) (bfd *, const DNR *, void *);
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decoffswap.h92 static void ecoff_swap_dnr_in (bfd *, void *, DNR *);
93 static void ecoff_swap_dnr_out (bfd *, const DNR *, void *);
738 ecoff_swap_dnr_in (bfd *abfd, void * ext_copy, DNR *intern) in ecoff_swap_dnr_in()
756 ecoff_swap_dnr_out (bfd *abfd, const DNR *intern_copy, void * ext_ptr) in ecoff_swap_dnr_out()
759 DNR intern[1]; in ecoff_swap_dnr_out()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Decoffswap.h92 static void ecoff_swap_dnr_in PARAMS ((bfd *, PTR, DNR *));
93 static void ecoff_swap_dnr_out PARAMS ((bfd *, const DNR *, PTR));
857 DNR *intern;
877 const DNR *intern_copy;
881 DNR intern[1];
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dmips-tdump.c220 DNR *dense_nums; /* dense numbers */
805 (long) (sym_ptr->idnMax * sizeof (DNR)));
1367 dense_nums = (DNR *) read_seek (NULL, in read_tfile()
1368 sym_hdr.idnMax * sizeof (DNR), in read_tfile()
Dmips-tfile.c1166 DNR dense [ PAGE_SIZE / sizeof (DNR) ];
1250 static varray_t dense_num = INIT_VARRAY (DNR);
1535 static DNR *orig_dense; /* dense numbers */
4011 file_offset += i * sizeof (DNR); in update_headers()
4557 orig_dense = (DNR *) read_seek ((Size_t) orig_sym_hdr.idnMax * sizeof (DNR), in copy_object()
/openbsd/src/gnu/gcc/gcc/
Dmips-tdump.c228 DNR *dense_nums; /* dense numbers */
811 (long) (sym_ptr->idnMax * sizeof (DNR))); in print_sym_hdr()
1352 dense_nums = read_seek (NULL, sym_hdr.idnMax * sizeof (DNR), in read_tfile()
Dmips-tfile.c1091 DNR dense [ PAGE_SIZE / sizeof (DNR) ];
1175 static varray_t dense_num = INIT_VARRAY (DNR);
1460 static DNR *orig_dense; /* dense numbers */
3899 file_offset += i * sizeof (DNR); in update_headers()
4421 orig_dense = (DNR *) read_seek (orig_sym_hdr.idnMax * sizeof (DNR), in copy_object()
/openbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c1035 DNR dense [ PAGE_SIZE / sizeof (DNR) ];
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Decoff.c1036 DNR dense [ PAGE_SIZE / sizeof (DNR) ];