Searched refs:debug_info (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.h47 extern bfd_boolean debug_info;
H A Ddwarf.h75 we extract from the.debug_info section. */
90 debug_info; typedef in typeref:struct:__anon7631
H A Dnlmheader.y53 bfd_boolean debug_info;
207 debug_info = TRUE;
H A Dnlmheader.c186 bfd_boolean debug_info; variable
1297 debug_info = TRUE;
H A Ddwarf.c36 static debug_info *debug_information = NULL;
930 debug_info *debug_info_p,
1501 debug_info *debug_info_p,
1516 /* Process the contents of a .debug_info section. If do_loc is non-zero
1779 /* Locate and scan the .debug_info section in the file and record the pointer
2137 printf (_(" Offset into .debug_info section: %ld\n"),
2139 printf (_(" Size of area in .debug_info section: %ld\n"),
2308 /* Check the order of location list in .debug_info section. If
2347 error (_("Location lists in .debug_info section aren't in ascending order!\n"));
2350 error (_("No location lists in .debug_info sectio
[all...]
H A Dnlmconv.c289 debug_info = FALSE;
916 if (! debug_info)
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFCompileUnit.cpp24 bool DWARFCompileUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { argument
29 if (debug_info.isValidOffset(*offset_ptr)) {
32 Length = debug_info.getU32(offset_ptr);
33 Version = debug_info.getU16(offset_ptr);
34 abbrOffset = debug_info.getU32(offset_ptr);
35 AddrSize = debug_info.getU8(offset_ptr);
37 bool lengthOK = debug_info.isValidOffset(getNextCompileUnitOffset()-1);
H A DDWARFCompileUnit.h42 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
65 /// Size in bytes of the .debug_info data associated with this compile unit.
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c430 if (ecoff_data (abfd)->debug_info.symbolic_header.magic ==
460 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
505 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info);
869 &ecoff_data (abfd)->debug_info))
881 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext;
883 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax
890 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
898 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr
908 fdr_ptr = ecoff_data (abfd)->debug_info.fdr;
909 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info
994 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info; local
1709 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info; local
[all...]
H A Decofflink.c1783 mk_fdrtab (abfd, debug_info, debug_swap, line_info)
1785 struct ecoff_debug_info * const debug_info;
1797 fdr_start = debug_info->fdr;
1798 fdr_end = fdr_start + debug_info->symbolic_header.ifdMax;
1830 sym_ptr = ((char *) debug_info->external_sym
1833 if (strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss,
1925 lookup_line (abfd, debug_info, debug_swap, line_info)
1927 struct ecoff_debug_info * const debug_info;
1943 && !mk_fdrtab (abfd, debug_info, debug_swap, line_info))
2033 sym_ptr = ((char *) debug_info
[all...]
H A Dlibecoff.h113 struct ecoff_debug_info debug_info; member in struct:ecoff_tdata
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c775 #define DEBUG_ALLOC_THROTTLE_INFO(format, debug_info, args...) \
777 if ((debug_info)->alloc) \
782 #define DEBUG_ALLOC_THROTTLE_INFO(format, debug_info, args...)
/macosx-10.10/vim-55/runtime/syntax/
H A Dlpc.vim130 syn keyword lpc_efuns contained db_close db_commit db_connect db_exec db_fetch db_rollback db_status debug_info debugmalloc debug_message deep_inherit_list deep_inventory destruct disable_commands disable_wizard domain_stats dumpallobj dump_file_descriptors dump_prog

Completed in 235 milliseconds