Print this page
        
*** 121,131 ****
          ctf_file_t *file_ctfp;  /* CTF container for this file */
          char    *file_shstrs;   /* section header string table */
          size_t  file_shstrsz;   /* section header string table size */
          uintptr_t *file_saddrs; /* section header addresses */
          uint_t  file_nsaddrs;   /* number of section header addresses */
-         boolean_t file_cvt;     /* Have we tried to convert this? */
  } file_info_t;
  
  typedef struct map_info {       /* description of an address space mapping */
          prmap_t map_pmap;       /* /proc description of this mapping */
          file_info_t *map_file;  /* pointer into list of mapped files */
--- 121,130 ----