Searched refs:DebugInfo (Results 1 - 25 of 75) sorted by relevance

123

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readdwarf.h34 #include "pub_core_debuginfo.h" // DebugInfo
49 ( DebugInfo* di,
61 void ML_(read_debuginfo_dwarf1) ( DebugInfo* di,
70 ( /*OUT*/ DebugInfo* di,
H A Dpriv_readmacho.h36 #include "pub_core_debuginfo.h" // DebugInfo
43 object/exe specified by the DebugInfo, find Mach-O sections, then read
46 supplied DebugInfo.
48 extern Bool ML_(read_macho_debug_info) ( DebugInfo* si );
H A Dpriv_readstabs.h35 #include "pub_core_debuginfo.h" // DebugInfo
47 void ML_(read_debuginfo_stabs) ( DebugInfo* di,
H A Dpriv_readelf.h36 #include "pub_core_debuginfo.h" // DebugInfo
54 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
H A Dpriv_readdwarf3.h40 #include "pub_core_debuginfo.h" // DebugInfo
46 DebugInfo* di,
H A Dpriv_readpdb.h41 #include "pub_core_debuginfo.h" // DebugInfo
45 DebugInfo* di,
H A Ddebuginfo.c114 static DebugInfo* debugInfo_list = NULL;
120 in some DebugInfo-search-intensive situations, most notably stack
122 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
124 DebugInfo *di0, *di1, *di2;
139 DebugInfo* tmp;
171 /* Allocate and zero out a new DebugInfo record. */
173 DebugInfo* alloc_DebugInfo( const HChar* filename )
176 DebugInfo* di;
180 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo));
203 /* Free a DebugInfo, an
[all...]
/external/llvm/tools/llvm-dwarfdump/
H A DMakefile12 LINK_COMPONENTS := DebugInfo Object
/external/llvm/tools/llvm-symbolizer/
H A DMakefile12 LINK_COMPONENTS := DebugInfo Object
/external/chromium_org/sync/test/sessions/
H A Dmock_debug_info_getter.h25 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
31 sync_pb::DebugInfo debug_info_;
H A Dmock_debug_info_getter.cc16 void MockDebugInfoGetter::GetDebugInfo(sync_pb::DebugInfo* debug_info) {
/external/valgrind/main/coregrind/
H A Dpub_core_redir.h59 #include "pub_core_debuginfo.h" // DebugInfo
65 /* Notify the module of a new DebugInfo (called from m_debuginfo). */
66 extern void VG_(redir_notify_new_DebugInfo)( DebugInfo* );
68 /* Notify the module of the disappearance of a DebugInfo (also called
70 extern void VG_(redir_notify_delete_DebugInfo)( DebugInfo* );
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
180 typedef struct _DebugInfo DebugInfo; typedef in typeref:struct:_DebugInfo
182 /* Returns NULL if the DebugInfo isn't found. It doesn't matter if
184 DebugInfo* VG_(find_DebugInfo) ( Addr a );
187 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_bss_avma) ( const DebugInfo *di );
190 SizeT VG_(DebugInfo_get_bss_size) ( const DebugInfo *di );
191 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
192 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *d
[all...]
/external/chromium_org/sync/sessions/
H A Ddebug_info_getter.h20 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) = 0;
/external/llvm/tools/llvm-objdump/
H A DMakefile12 LINK_COMPONENTS := all-targets DebugInfo MC MCAnalysis MCParser MCDisassembler Object
/external/llvm/unittests/DebugInfo/
H A DMakefile1 ##===- unittests/DebugInfo/Makefile ------------------------*- Makefile -*-===##
11 TESTNAME = DebugInfo
/external/llvm/lib/
H A DMakefile14 ExecutionEngine Linker LTO MC Object Option DebugInfo \
/external/llvm/unittests/
H A DMakefile12 PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
/external/chromium_org/sync/internal_api/
H A Ddebug_info_event_listener_unittest.cc31 sync_pb::DebugInfo debug_info;
43 sync_pb::DebugInfo debug_info;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedMethodImplementation.java37 import org.jf.dexlib2.dexbacked.util.DebugInfo;
116 private DebugInfo getDebugInfo() {
117 return DebugInfo.newOrEmpty(dexFile, dexFile.readSmallUint(codeOffset + CodeItem.DEBUG_INFO_OFFSET), this);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DDebugInfo.java52 public abstract class DebugInfo implements Iterable<DebugItem> { class in inherits:Iterable
62 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset,
70 private static class EmptyDebugInfo extends DebugInfo {
79 private static class DebugInfoImpl extends DebugInfo {
/external/llvm/lib/IR/
H A DAndroid.mk14 DebugInfo.cpp \
/external/chromium_org/sync/engine/
H A Dget_updates_processor.h92 sync_pb::DebugInfo* debug_info);
/external/valgrind/main/drd/
H A Ddrd_error.h92 DebugInfo* debuginfo; // Segment
/external/chromium_org/v8/src/
H A Ddebug.h70 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
123 Handle<DebugInfo> debug_info_;
183 explicit DebugInfoListNode(DebugInfo* debug_info);
188 Handle<DebugInfo> debug_info() { return debug_info_; }
192 Handle<DebugInfo> debug_info_;
342 // DebugInfo.
417 static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
555 void RemoveDebugInfo(Handle<DebugInfo> debug_info);

Completed in 7151 milliseconds

123