Lines Matching defs:debug
920 // DT_MIPS_RLD_MAP tag stores an absolute address of the debug pointer.
926 // DT_MIPS_RLD_MAP_REL tag stores the offset to the debug pointer,
1790 // When this is a debug file for relocatable file, the address is all zero
1872 // debug images.)
2119 // We might have debug information in a separate object, in which case
2397 false, // Is this symbol debug info?
2614 false, // Is this symbol debug info?
2730 LLDB_LOGF(log, "Failed to apply debug info relocations");
2953 Section *debug = section_list->FindSectionByID(debug_id).get();
2954 if (!debug)
2963 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) {
2965 rel_data, symtab_data, debug_data, debug);
3120 static const char *debug_prefix = ".debug";
3135 // We don't relocate non-debug sections at the moment