• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/

Lines Matching +defs:file +defs:type

7    This file is part of BFD, the Binary File Descriptor library.
28 it moves information from file to file. BFD passes information
252 . {* In some files the type of a symbol sometimes alters its
253 . location in an output file - ie in coff a <<ISFCN>> symbol
272 . {* BSF_FILE marks symbols that contain a file name. This is used
457 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
461 stream @var{file}.
466 FILE *file = arg;
468 flagword type = symbol->flags;
471 bfd_fprintf_vma (abfd, file, symbol->value + symbol->section->vma);
473 bfd_fprintf_vma (abfd, file, symbol->value);
478 fprintf (file, " %c%c%c%c%c%c%c",
479 ((type & BSF_LOCAL)
480 ? (type & BSF_GLOBAL) ? '!' : 'l'
481 : (type & BSF_GLOBAL) ? 'g' : ' '),
482 (type & BSF_WEAK) ? 'w' : ' ',
483 (type & BSF_CONSTRUCTOR) ? 'C' : ' ',
484 (type & BSF_WARNING) ? 'W' : ' ',
485 (type & BSF_INDIRECT) ? 'I' : ' ',
486 (type & BSF_DEBUGGING) ? 'd' : (type & BSF_DYNAMIC) ? 'D' : ' ',
487 ((type & BSF_FUNCTION)
489 : ((type & BSF_FILE)
491 : ((type & BSF_OBJECT) ? 'O' : ' '))));
521 and return a pointer to it. Used by core file routines,
553 char type;
583 /* Return the single-character symbol type corresponding to
596 return t->type;
601 /* Return the single-character symbol type corresponding to section
742 ret->type = bfd_decode_symclass (symbol);
744 if (bfd_is_undefined_symclass (ret->type))
834 sections to find the source file and line closest to a desired
935 1 byte stab type
942 first entry in each unit, the type of 0, the value is the length
982 /* FIXME: When using the linker --split-by-file or
1015 /* If this is a relocatable object file, we have to relocate
1017 relocations against symbols defined in this object file, so
1142 /* The main file name. */
1145 a NULL function name if there were no N_FUNs in a file.
1146 Note that a N_SO without a file name is an EOF and
1179 file name. */
1189 /* The name of an include file. */
1306 /* The name of an include file. */