Searched refs:fdr (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Decofflink.c395 struct shuffle *fdr;
525 ainfo->fdr = NULL;
657 if (input_debug->fdr != (FDR *) NULL)
659 fdr_start = (bfd_byte *) input_debug->fdr;
697 FDR fdr;
699 if (input_debug->fdr != (FDR *) NULL) local
700 fdr = *(FDR *) fdr_ptr;
702 (*input_swap->swap_fdr_in) (input_bfd, (PTR) fdr_ptr, &fdr);
705 if (fdr.cbLine == 0 && fdr
392 struct shuffle *fdr; member in struct:accumulate
694 FDR fdr; local
784 FDR fdr; local
799 (*input_swap->swap_fdr_in) (input_bfd, (PTR) fdr_ptr, &fdr); local
1132 FDR fdr; local
[all...]
H A Decoff.c499 struct fdr *fdr_ptr;
603 We need to look at the fdr to deal with a lot of information in
606 amt *= sizeof (struct fdr);
607 debug->fdr = bfd_alloc (abfd, amt);
608 if (debug->fdr == NULL)
611 fdr_ptr = debug->fdr;
645 new->fdr = NULL;
898 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr
901 internal_ptr->fdr
985 ecoff_emit_aggregate(bfd *abfd, FDR *fdr, char *string, RNDXR *rndx, long isym, const char *which) argument
1047 ecoff_type_to_string(bfd *abfd, FDR *fdr, unsigned int indx) argument
1448 FDR *fdr; local
[all...]
H A Dlibecoff.h155 /* The fdr for this symbol. */
156 FDR *fdr; member in struct:ecoff_symbol_struct
H A Delf64-alpha.c1361 debug->fdr = NULL;
1447 struct fdr *fdr_ptr;
1464 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr);
1465 fi->d.fdr = (struct fdr *) bfd_alloc (abfd, amt);
1466 if (fi->d.fdr == NULL)
1472 fdr_ptr = fi->d.fdr;
H A Delfxx-mips.c920 debug->fdr = NULL;
9879 struct fdr *fdr_ptr;
9896 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr);
9897 fi->d.fdr = bfd_alloc (abfd, amt);
9898 if (fi->d.fdr == NULL)
9904 fdr_ptr = fi->d.fdr;
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Decoff.h326 FDR *fdr; member in struct:ecoff_debug_info
335 FDR *fdr; member in struct:ecoff_fdrtab_entry
H A Dsym.h113 typedef struct fdr { struct
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dia64.vim243 syn match ia64registers "ar\.\(eflag\|fcr\|csd\|ssd\|cflg\|fsr\|fir\|fdr\)\>"
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim542 au BufNewFile,BufRead *.csp,*.fdr setf csp

Completed in 224 milliseconds