HomeSort by relevance Sort by last modified time
    Searched full:debug_info (Results 1 - 25 of 2612) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/sync/internal_api/
debug_info_event_listener_unittest.cc 18 const sync_pb::DebugEventInfo& debug_info = local
20 ASSERT_TRUE(debug_info.has_singleton_event());
21 ASSERT_EQ(debug_info.singleton_event(),
31 sync_pb::DebugInfo debug_info; local
32 debug_info_event_listener.GetDebugInfo(&debug_info);
34 ASSERT_TRUE(debug_info.events_dropped());
35 ASSERT_EQ(static_cast<int>(kMaxEntries), debug_info.events_size());
43 sync_pb::DebugInfo debug_info; local
44 debug_info_event_listener.GetDebugInfo(&debug_info);
46 ASSERT_EQ(debug_info.events_size(), 1)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_2loc.asm 7 .section .debug_info
  /external/llvm/test/DebugInfo/
arm-relocs.test 3 ; CHECK: debug_info contents
dwarfdump-zlib.test 6 CHECK: .debug_info contents
dwarfdump-dump-flags.test 5 ; DUMP_ALL: .debug_info
8 ; DUMP_INFO: .debug_info
11 ; DUMP_RANGES-NOT: .debug_info
dwarfdump-type-units.test 6 FOO: debug_info contents:
18 BAR: debug_info contents:
31 TYPES-NOT: debug_info contents:
  /external/chromium_org/sync/test/sessions/
mock_debug_info_getter.cc 16 void MockDebugInfoGetter::GetDebugInfo(sync_pb::DebugInfo* debug_info) {
17 debug_info->CopyFrom(debug_info_);
  /external/llvm/test/Object/Inputs/
IsNAN.o 
  /external/llvm/test/MC/ARM/
dwarf-asm-no-code.s 14 // DWARF: .debug_info contents:
23 // RELOC-NOT: RELOCATION RECORDS FOR [.rel.debug_info]:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libm.a 17 ?  .file??g_libm_dummy.c.text.data.bssO?[(i x.? ?.debug_info.debug_abbrev.debug_aranges.debug_line.debug_str.rdata$zzz.debug_info.debug_abbrev.debug_aranges.debug_line.rdata$zzz
libmingwthrd.a 18 ? ? .file??gmingwthrd_mt.c.text.data.bssO?[*i x? ??.debug_info.debug_abbrev.debug_aranges.debug_line.debug_str.rdata$zzz.debug_info.debug_abbrev.debug_aranges.debug_line.rdata$zzz_CRT_MT_OLD
libssp_nonshared.a 24  ?? ?? g .file??gssp-local.c\ .text.data.bss.xdata.pdata s?K?0? y? ? 0? ?.debug_info.debug_abbrev.debug_aranges.debug_line.debug_str.rdata$zzz.debug_frame__stack_chk_fail_local.debug_info.debug_abbrev.debug_aranges.debug_line.rdata$zzz.debug_frame__stack_chk_fail
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libm.a 17 ?  .file??g_libm_dummy.c.text.data.bssO?[(ix.? ?.debug_info.debug_abbrev.debug_aranges.debug_line.debug_str.rdata$zzz.debug_info.debug_abbrev.debug_aranges.debug_line.rdata$zzz
libmingwthrd.a 18 ? ? .file??gmingwthrd_mt.c.text.data.bssO?[*ix? ??.debug_info.debug_abbrev.debug_aranges.debug_line.debug_str.rdata$zzz.debug_info.debug_abbrev.debug_aranges.debug_line.rdata$zzz__CRT_MT_OLD
  /external/llvm/lib/DebugInfo/
DWARFTypeUnit.cpp 16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info,
18 if (!DWARFUnit::extractImpl(debug_info, offset_ptr))
20 TypeHash = debug_info.getU64(offset_ptr);
21 TypeOffset = debug_info.getU32(offset_ptr);
  /external/oprofile/libpp/
callgraph_container.h 110 * @param debug_info true if we must record linenr information
119 extra_images const & extra, bool debug_info,
141 * @param debug_info record linenr debug information
147 bool debug_info, size_t pclass);
152 bool debug_info, bool merge_lib);
156 bool debug_info, bool merge_lib);
  /external/chromium_org/build/android/tests/symbolize/
liba.so 
libb.so 
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-32bit.elf.o 
dwarfdump-test-loc-list-32bit.elf.o 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/32/
crtprec32.o 
crtprec64.o 
crtprec80.o 
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 271 yasm_section *debug_info = local
272 yasm_object_get_general(object, ".debug_info", 4, 0, 0, &new, 0);
275 yasm_section_set_align(debug_info, 0, 0);
289 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_info, debug_abbrev, 1, 0);
296 dwarf2_append_expr(debug_info,
302 dwarf2_append_expr(debug_info,
314 dwarf2_append_expr(debug_info,
319 dwarf2_append_expr(debug_info,
329 dwarf2_append_str(debug_info, object->src_filename);
334 dwarf2_append_str(debug_info, buf)
    [all...]
dwarf2-dbgfmt.c 154 /*@null@*/ yasm_section *debug_info, *debug_line, *main_code; local
163 /* If we don't have a .debug_info (or it's empty), generate the minimal
164 * set of .debug_info, .debug_aranges, and .debug_abbrev so that the
167 debug_info = yasm_object_find_general(object, ".debug_info");
169 (!debug_info || yasm_section_bcs_first(debug_info)
170 == yasm_section_bcs_last(debug_info))) {
171 debug_info = yasm_dwarf2__generate_info(object, debug_line, main_code);
172 yasm_dwarf2__generate_aranges(object, debug_info);
    [all...]

Completed in 440 milliseconds

1 2 3 4 5 6 7 8 91011>>