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

Lines Matching +defs:signature +defs:file

8    This file is part of BFD, the Binary File Descriptor library.
29 /* The functions in this file do not use the names they appear to use.
30 This file is actually compiled multiple times, once for each size
372 the sections which were in the original object file
378 happen. The sections from the original file, which
394 4 byte section data file pointer
443 const char *signature;
484 /* Check to see if we have an NLM file for this backend by matching
485 the NLM signature. */
486 signature = nlm_signature (abfd);
487 if (signature != NULL
488 && *signature != '\0'
489 && strncmp ((char *) i_fxdhdrp->signature, signature,
862 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */
876 In the external (in-file) form, NLM export records are variable length,
896 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */
1109 FILE *file = (FILE *) afile;
1116 fprintf (file, "%s", symbol->name);
1119 bfd_print_symbol_vandf (abfd, (void *) file, symbol);
1120 fprintf (file, " %-5s", symbol->section->name);
1122 fprintf (file, " %s", symbol->name);
1128 /* Get the relocs for an NLM file. There are two types of relocs.
1290 /* Compute the section file positions for an NLM file. All variable
1291 length data in the file headers must be set before this function is
1293 resulting object file will be incorrect. Unfortunately, there is
1367 /* Compute the section file positions in two passes. First get the
1368 sizes of the text and data sections, and then set the file
1369 positions. This code aligns the sections in the file using the
1419 writing those file locations, so they will remain zero. */
1507 the section is going to be located in the output file. That means
1571 /* Write out an NLM file. We write out the information in this order:
1591 data, the message file, the help file, the shared NLM file, the RPC
1632 /* A weak check on whether the section file positions were
1941 memcpy (nlm_fixed_header (abfd)->signature, nlm_signature (abfd),