HomeSort by relevance Sort by last modified time
    Searched defs:fdr (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 120 fdr(dst)
123 DstRegister(const struct tgsi_dst_register& dst) : reg(dst), fdr(NULL) { }
131 return (dim && fdr) ? fdr->Dimension.Indirect : reg.Indirect;
136 return (dim && fdr) ? fdr->Dimension.Dimension : reg.Index;
145 assert(fdr && isIndirect(dim));
147 return SrcRegister(fdr->DimIndirect);
148 return SrcRegister(fdr->Indirect);
153 const struct tgsi_full_dst_register *fdr; member in class:tgsi::Instruction::DstRegister
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libecoff.h 160 /* The fdr for this symbol. */
161 FDR *fdr; member in struct:ecoff_symbol_struct
ecofflink.c 269 map FDR names to indices in the output file, and to map local
275 /* FDR index or string table offset. */
354 /* The FDR hash table. */
375 struct shuffle *fdr;
461 /* Initialize the FDR hash table. This returns a handle which is then
494 ainfo->fdr = NULL;
567 void (* const swap_fdr_out) (bfd *, const FDR *, void *)
620 /* Find all the debugging information based on the FDR's. We need
622 if (input_debug->fdr != (FDR *) NULL
373 struct shuffle *fdr; member in struct:accumulate
660 FDR fdr; local
750 FDR fdr; local
1091 FDR fdr; local
    [all...]
ecoff.c 506 struct fdr *fdr_ptr;
610 We need to look at the fdr to deal with a lot of information in
613 amt *= sizeof (struct fdr);
614 debug->fdr = (FDR *) bfd_alloc (abfd, amt);
615 if (debug->fdr == NULL)
618 fdr_ptr = debug->fdr;
652 new_symbol->fdr = NULL;
867 FDR *fdr_ptr;
868 FDR *fdr_end
1455 FDR *fdr; local
    [all...]
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightproto.h 383 rfbFileDownloadRequestMsg fdr; member in union:_rfbClientToServerTightMsg
  /toolchain/binutils/binutils-2.25/include/coff/
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)
ecoff.h 318 /* When linking, this field holds a mapping from the input FDR
323 /* The swapped FDR information. Currently this is never NULL, but
327 FDR *fdr; member in struct:ecoff_debug_info
334 /* Base address in .text of this FDR. */
336 FDR *fdr; member in struct:ecoff_fdrtab_entry
344 /* FDR table, sorted by address: */
389 void (*swap_fdr_in) (bfd *, void *, FDR *);
400 void (*swap_fdr_out) (bfd *, const FDR *, void *)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 934 FDR fdr; \/* File header to be written out *\/ member in struct:efdr
    [all...]

Completed in 132 milliseconds