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

  /toolchain/binutils/binutils-2.27/bfd/
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;
609 We need to look at the fdr to deal with a lot of information in
611 debug->fdr = (FDR *) bfd_alloc2 (abfd, internal_symhdr->ifdMax,
612 sizeof (struct fdr));
613 if (debug->fdr == NULL)
616 fdr_ptr = debug->fdr;
653 new_symbol->fdr = NULL;
867 FDR *fdr_ptr;
868 FDR *fdr_end
1482 FDR *fdr; local
    [all...]
libecoff.h 160 /* The fdr for this symbol. */
161 FDR *fdr; member in struct:ecoff_symbol_struct
elf64-alpha.c     [all...]
elfxx-mips.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
sh4a-fp.d 1 #objdump: -fdr --prefix-addresses --show-raw-insn
sh4a.d 1 #objdump: -fdr --prefix-addresses --show-raw-insn
sh4a-dsp.d 2 #objdump: -fdr --prefix-addresses --show-raw-insn
sh4al-dsp.d 2 #objdump: -fdr --prefix-addresses --show-raw-insn
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate02.c 62 static int fdr; variable
72 {&fdr, FNAMER, DEFAULT_TEST_MODE, 0, 1, EBADF},
119 fdr = SAFE_OPEN(cleanup, FNAMER, O_RDONLY | O_CREAT, S_IRUSR);
159 if (fdr > 0)
160 SAFE_CLOSE(NULL, fdr);
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
handlefiletransferrequest.c 369 msg.fdr.fNameSize = Swap16IfLE(msg.fdr.fNameSize);
370 msg.fdr.position = Swap16IfLE(msg.fdr.position);
372 if ((msg.fdr.fNameSize == 0) ||
373 (msg.fdr.fNameSize > (PATH_MAX - 1))) {
378 HandleFileDownloadLengthError(cl, msg.fdr.fNameSize);
382 if((n = rfbReadExact(cl, rtcp->rcft.rcfd.fName, msg.fdr.fNameSize)) <= 0) {
391 rtcp->rcft.rcfd.fName[msg.fdr.fNameSize] = '\0';
rfbtightproto.h 383 rfbFileDownloadRequestMsg fdr; member in union:_rfbClientToServerTightMsg
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 934 FDR fdr; \/* File header to be written out *\/ member in struct:efdr
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
ReadAr.s 88 (p31) mov ret0=ar.fdr // ar30 [iA32]
  /toolchain/binutils/binutils-2.27/include/coff/
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...]
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)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
ia64_cpu.h 324 IA64_AR(fdr)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
invalid-ar.s 125 mov.i r1 = ar.fdr
regs.d     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 135 fdr(dst)
138 DstRegister(const struct tgsi_dst_register& dst) : reg(dst), fdr(NULL) { }
146 return (dim && fdr) ? fdr->Dimension.Indirect : reg.Indirect;
151 return (dim && fdr) ? fdr->Dimension.Dimension : reg.Index;
160 assert(fdr && isIndirect(dim));
162 return SrcRegister(fdr->DimIndirect);
163 return SrcRegister(fdr->Indirect);
169 return fdr->Indirect.ArrayID
175 const struct tgsi_full_dst_register *fdr; member in class:tgsi::Instruction::DstRegister
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
AsmFuncs.s 833 mov loc0=ar.fdr;; // save ar.fdr (ar30 - ia32 floating-point data register)
    [all...]

Completed in 505 milliseconds