Searched refs:DNR (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/binutils/include/coff/ |
| HD | sym.h | 311 } DNR, *pDNR; typedef 312 #define cbDNR sizeof(DNR)
|
| HD | ecoff.h | 384 void (*swap_dnr_in) (bfd *, void *, DNR *); 395 void (*swap_dnr_out) (bfd *, const DNR *, void *);
|
| /trueos/contrib/binutils/bfd/ |
| HD | ecoffswap.h | 92 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()
|
| /trueos/contrib/gcc/ |
| HD | mips-tdump.c | 228 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()
|
| HD | mips-tfile.c | 1091 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()
|
| /trueos/contrib/binutils/gas/ |
| HD | ecoff.c | 1036 DNR dense [ PAGE_SIZE / sizeof (DNR) ];
|