| /src/sys/dev/i2c/ |
| motoi2creg.h | 64 * where (in little endian bit order, msb to lsb) FDR is split into 2 3-bit 84 #define MOTOI2C_DIV(name, fdr) \ 85 ((name##_A(FDR_A(fdr)) + named##_C(FDR_B(fdr))) << name##_B(FDR_B(fdr))) 90 #define IMX31_DIV(fdr) MOTOI2C_DIV(IMX31, fdr) 95 #define MCF52259_DIV(fdr) MOTOI2C_DIV(MCF52259, fdr) 100 #define MPC85xx_DIV(fdr) MOTOI2C_DIV(MPC85xx, fdr [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| ecofflink.c | 280 map FDR names to indices in the output file, and to map local 286 /* FDR index or string table offset. */ 365 /* The FDR hash table. */ 386 struct shuffle *fdr; 472 /* Initialize the FDR hash table. This returns a handle which is then 505 ainfo->fdr = NULL; 578 void (* const swap_fdr_out) (bfd *, const FDR *, void *) 631 /* Find all the debugging information based on the FDR's. We need 633 if (input_debug->fdr != (FDR *) NULL 385 struct shuffle *fdr; member in struct:accumulate 672 FDR fdr; local 762 FDR fdr; local 1103 FDR fdr; local [all...] |
| ecoff.c | 522 struct fdr *fdr_ptr; 638 We need to look at the fdr to deal with a lot of information in 641 sizeof (struct fdr), &amt)) 647 debug->fdr = (FDR *) bfd_alloc (abfd, amt); 648 if (debug->fdr == NULL) 651 fdr_ptr = debug->fdr; 679 new_symbol->fdr = NULL; 880 FDR *fdr_ptr; 881 FDR *fdr_end 1524 FDR *fdr; local [all...] |
| libecoff.h | 168 /* The fdr for this symbol. */ 169 FDR *fdr; member in struct:ecoff_symbol_struct
|
| elf64-alpha.c | 1431 debug->fdr = NULL; 1488 struct fdr *fdr_ptr; 1504 /* Swap in the FDR information. */ 1505 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr); 1506 fi->d.fdr = (struct fdr *) bfd_alloc (abfd, amt); 1507 if (fi->d.fdr == NULL) 1513 fdr_ptr = fi->d.fdr;
|
| elfxx-mips.c | 13442 struct fdr *fdr_ptr; 13458 /* Swap in the FDR information. */ 13459 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr); 13460 fi->d.fdr = bfd_alloc (abfd, amt); 13461 if (fi->d.fdr == NULL) 13468 fdr_ptr = fi->d.fdr;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| ecofflink.c | 280 map FDR names to indices in the output file, and to map local 286 /* FDR index or string table offset. */ 365 /* The FDR hash table. */ 386 struct shuffle *fdr; 472 /* Initialize the FDR hash table. This returns a handle which is then 505 ainfo->fdr = NULL; 578 void (* const swap_fdr_out) (bfd *, const FDR *, void *) 631 /* Find all the debugging information based on the FDR's. We need 633 if (input_debug->fdr != (FDR *) NULL 385 struct shuffle *fdr; member in struct:accumulate 672 FDR fdr; local 762 FDR fdr; local 1103 FDR fdr; local [all...] |
| ecoff.c | 522 struct fdr *fdr_ptr; 638 We need to look at the fdr to deal with a lot of information in 641 sizeof (struct fdr), &amt)) 647 debug->fdr = (FDR *) bfd_alloc (abfd, amt); 648 if (debug->fdr == NULL) 651 fdr_ptr = debug->fdr; 679 new_symbol->fdr = NULL; 880 FDR *fdr_ptr; 881 FDR *fdr_end 1524 FDR *fdr; local [all...] |
| libecoff.h | 166 /* The fdr for this symbol. */ 167 FDR *fdr; member in struct:ecoff_symbol_struct
|
| elf64-alpha.c | 1431 debug->fdr = NULL; 1488 struct fdr *fdr_ptr; 1504 /* Swap in the FDR information. */ 1505 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr); 1506 fi->d.fdr = (struct fdr *) bfd_alloc (abfd, amt); 1507 if (fi->d.fdr == NULL) 1513 fdr_ptr = fi->d.fdr;
|
| elfxx-mips.c | 13330 struct fdr *fdr_ptr; 13346 /* Swap in the FDR information. */ 13347 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr); 13348 fi->d.fdr = bfd_alloc (abfd, amt); 13349 if (fi->d.fdr == NULL) 13356 fdr_ptr = fi->d.fdr;
|
| /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64/ |
| Makefile | 6 LIB= libclang_rt.xray-fdr-x86_64
|
| /src/external/apache2/llvm/bin/llvm-xray/ |
| Makefile | 16 xray-fdr-dump.cpp \
|
| /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ |
| Makefile | 26 SUBDIR+= xray-fdr-m64
|
| /src/external/gpl3/binutils/dist/gas/ |
| ecoff.c | 937 FDR fdr; /* File header to be written out */ 938 FDR *orig_fdr; /* original file header */ 958 { /* FDR structure */ 1032 FDR ofile [ PAGE_SIZE / sizeof (FDR) ]; 2217 /* If we're creating stabs, then we don't actually make a new FDR. 2233 ecoff_build_lineno, which will end up setting all file->fdr.* 2250 && fil_ptr->fdr.fMerge) 2286 fil_ptr->fdr.rss = 1 935 FDR fdr; \/* File header to be written out *\/ member in struct:efdr [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| ecoff.c | 937 FDR fdr; /* File header to be written out */ 938 FDR *orig_fdr; /* original file header */ 958 { /* FDR structure */ 1032 FDR ofile [ PAGE_SIZE / sizeof (FDR) ]; 2217 /* If we're creating stabs, then we don't actually make a new FDR. 2233 ecoff_build_lineno, which will end up setting all file->fdr.* 2250 && fil_ptr->fdr.fMerge) 2286 fil_ptr->fdr.rss = 1 935 FDR fdr; \/* File header to be written out *\/ member in struct:efdr [all...] |
| /src/external/gpl3/binutils/dist/include/coff/ |
| ecoff.h | 323 /* When linking, this field holds a mapping from the input FDR 328 /* The swapped FDR information. Currently this is never NULL, but 332 FDR *fdr; member in struct:ecoff_debug_info 339 /* Base address in .text of this FDR. */ 341 FDR *fdr; member in struct:ecoff_fdrtab_entry 349 /* FDR table, sorted by address: */ 394 void (*swap_fdr_in) (bfd *, void *, FDR *); 405 void (*swap_fdr_out) (bfd *, const FDR *, void *) [all...] |
| sym.h | 51 * "rgFd" array whose domain is "0..ifdMax-1" and RanGe is FDR. 97 * The FDR and PDR structures speed mapping of address <-> name. 113 typedef struct fdr { struct 139 } FDR, *pFDR; 140 #define cbFDR sizeof(FDR)
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| ecoff.h | 323 /* When linking, this field holds a mapping from the input FDR 328 /* The swapped FDR information. Currently this is never NULL, but 332 FDR *fdr; member in struct:ecoff_debug_info 339 /* Base address in .text of this FDR. */ 341 FDR *fdr; member in struct:ecoff_fdrtab_entry 349 /* FDR table, sorted by address: */ 394 void (*swap_fdr_in) (bfd *, void *, FDR *); 405 void (*swap_fdr_out) (bfd *, const FDR *, void *) [all...] |
| sym.h | 51 * "rgFd" array whose domain is "0..ifdMax-1" and RanGe is FDR. 97 * The FDR and PDR structures speed mapping of address <-> name. 113 typedef struct fdr { struct 139 } FDR, *pFDR; 140 #define cbFDR sizeof(FDR)
|
| /src/sys/arch/ia64/include/ |
| ia64_cpu.h | 422 IA64_AR(fdr)
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 1797 fd_set fdr; local 1799 fdr = conf->fdmr; 1801 nf = select(conf->maxfd + 1, &fdr, NULL, NULL, NULL); 1813 if ((l->logtype == -1) || !FD_ISSET(l->fd, &fdr))
|
| /src/sys/dev/pci/ |
| if_bwfm_pci.c | 1419 struct msgbuf_flowring_delete_resp *fdr; local 1459 fdr = (struct msgbuf_flowring_delete_resp *)buf; 1460 flowid = letoh16(fdr->compl_hdr.flow_ring_id); 1469 if (fdr->compl_hdr.status) {
|