/aosp_15_r20/external/elfutils/libdw/ |
H A D | libdwP.h | 350 Dwarf *dbg; member 364 Dwarf *dbg; member 385 Dwarf *dbg; member 598 Dwarf *dbg; member 692 #define libdw_alloc(dbg, type, tsize, cnt) \ argument 709 #define libdw_typed_alloc(dbg, type) \ argument 713 #define libdw_unalloc(dbg, type, tsize, cnt) \ argument 719 #define libdw_typed_unalloc(dbg, type) \ argument 938 __libdw_relocate_address (Dwarf *dbg __attribute__ ((unused)), in __libdw_relocate_address() 948 __libdw_relocate_offset (Dwarf *dbg __attribute__ ((unused)), in __libdw_relocate_offset() [all …]
|
H A D | dwarf_getmacros.c | 127 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie) in get_macinfo_table() 167 get_table_for_offset (Dwarf *dbg, Dwarf_Word macoff, in get_table_for_offset() 314 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, in cache_op_table() 344 read_macros (Dwarf *dbg, int sec_index, in read_macros() 529 gnu_macros_getmacros_off (Dwarf *dbg, Dwarf_Off macoff, in gnu_macros_getmacros_off() 547 macro_info_getmacros_off (Dwarf *dbg, Dwarf_Off macoff, in macro_info_getmacros_off() 558 dwarf_getmacros_off (Dwarf *dbg, Dwarf_Off macoff, in dwarf_getmacros_off()
|
H A D | libdw_alloc.c | 51 __libdw_alloc_tail (Dwarf *dbg) in __libdw_alloc_tail() 108 __libdw_thread_tail (Dwarf *dbg) in __libdw_thread_tail() 118 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align) in __libdw_allocate() 142 dwarf_new_oom_handler (Dwarf *dbg, Dwarf_OOM handler) in dwarf_new_oom_handler()
|
H A D | libdw_findcu.c | 100 __libdw_intern_next_unit (Dwarf *dbg, bool debug_types) in __libdw_intern_next_unit() 237 __libdw_findcu (Dwarf *dbg, Dwarf_Off start, bool v4_debug_types) in __libdw_findcu() 271 __libdw_findcu_addr (Dwarf *dbg, void *addr) in __libdw_findcu_addr() 304 __libdw_find_split_dbg_addr (Dwarf *dbg, void *addr) in __libdw_find_split_dbg_addr()
|
H A D | dwarf_cu_dwp_section_info.c | 38 __libdw_read_package_index (Dwarf *dbg, bool tu) in __libdw_read_package_index() 174 __libdw_package_index (Dwarf *dbg, bool tu) in __libdw_package_index() 399 __libdw_dwp_find_unit (Dwarf *dbg, bool debug_types, Dwarf_Off off, in __libdw_dwp_find_unit() 487 __libdw_dwp_findcu_id (Dwarf *dbg, uint64_t unit_id8) in __libdw_dwp_findcu_id()
|
H A D | dwarf_getaranges.c | 58 finalize_aranges (Dwarf *dbg, Dwarf_Aranges **aranges, size_t *naranges, in finalize_aranges() 114 __libdw_getdieranges (Dwarf *dbg, Dwarf_Aranges **aranges, size_t *naranges) in __libdw_getdieranges() 198 dwarf_getaranges (Dwarf *dbg, Dwarf_Aranges **aranges, size_t *naranges) in dwarf_getaranges()
|
H A D | dwarf_offdie.c | 40 __libdw_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result, in __libdw_offdie() 74 dwarf_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result) in dwarf_offdie()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | strip_debug_info_pass.cpp | 74 for (auto& dbg : context()->debugs1()) to_kill.push_back(&dbg); in Process() local 77 for (auto& dbg : context()->debugs2()) to_kill.push_back(&dbg); in Process() local 78 for (auto& dbg : context()->debugs3()) to_kill.push_back(&dbg); in Process() local 79 for (auto& dbg : context()->ext_inst_debuginfo()) to_kill.push_back(&dbg); in Process() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | strip_debug_info_pass.cpp | 74 for (auto& dbg : context()->debugs1()) to_kill.push_back(&dbg); in Process() local 77 for (auto& dbg : context()->debugs2()) to_kill.push_back(&dbg); in Process() local 78 for (auto& dbg : context()->debugs3()) to_kill.push_back(&dbg); in Process() local 79 for (auto& dbg : context()->ext_inst_debuginfo()) to_kill.push_back(&dbg); in Process() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | strip_debug_info_pass.cpp | 74 for (auto& dbg : context()->debugs1()) to_kill.push_back(&dbg); in Process() local 77 for (auto& dbg : context()->debugs2()) to_kill.push_back(&dbg); in Process() local 78 for (auto& dbg : context()->debugs3()) to_kill.push_back(&dbg); in Process() local 79 for (auto& dbg : context()->ext_inst_debuginfo()) to_kill.push_back(&dbg); in Process() local
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
H A D | DebugParser.java | 36 protected DebugEventListener dbg = null; field in DebugParser 46 public DebugParser(TokenStream input, DebugEventListener dbg, RecognizerSharedState state) { in DebugParser() 55 public DebugParser(TokenStream input, DebugEventListener dbg) { in DebugParser() 62 public void setDebugListener(DebugEventListener dbg) { in setDebugListener()
|
H A D | DebugTreeParser.java | 38 protected DebugEventListener dbg = null; field in DebugTreeParser 48 public DebugTreeParser(TreeNodeStream input, DebugEventListener dbg, RecognizerSharedState state) { in DebugTreeParser() 57 public DebugTreeParser(TreeNodeStream input, DebugEventListener dbg) { in DebugTreeParser() 64 public void setDebugListener(DebugEventListener dbg) { in setDebugListener()
|
H A D | DebugTokenStream.java | 33 protected DebugEventListener dbg; field in DebugTokenStream 40 public DebugTokenStream(TokenStream input, DebugEventListener dbg) { in DebugTokenStream() 48 public void setDebugListener(DebugEventListener dbg) { in setDebugListener()
|
H A D | DebugTreeNodeStream.java | 39 protected DebugEventListener dbg; field in DebugTreeNodeStream 48 DebugEventListener dbg) in DebugTreeNodeStream() 56 public void setDebugListener(DebugEventListener dbg) { in setDebugListener()
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | dwarf-getmacros.c | 33 mac (Dwarf_Macro *macro, void *dbg) in mac() 114 include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token) in include() 125 getmacros (Dwarf *dbg, Dwarf_Die *die, bool new_style) in getmacros() 144 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); in main() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 745 bo_wait_with_stall_warning(struct util_debug_callback *dbg, in bo_wait_with_stall_warning() 782 crocus_bo_gem_mmap_legacy(struct util_debug_callback *dbg, in crocus_bo_gem_mmap_legacy() 805 crocus_bo_gem_mmap_offset(struct util_debug_callback *dbg, struct crocus_bo *bo, in crocus_bo_gem_mmap_offset() 836 crocus_bo_gem_mmap(struct util_debug_callback *dbg, struct crocus_bo *bo, bool wc) in crocus_bo_gem_mmap() 847 crocus_bo_map_cpu(struct util_debug_callback *dbg, in crocus_bo_map_cpu() 907 crocus_bo_map_wc(struct util_debug_callback *dbg, in crocus_bo_map_wc() 960 crocus_bo_map_gtt(struct util_debug_callback *dbg, in crocus_bo_map_gtt() 1055 crocus_bo_map(struct util_debug_callback *dbg, in crocus_bo_map()
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | DebugParser.cs | 41 public IDebugEventListener dbg = null; field in Antlr.Runtime.Debug.DebugParser 55 public DebugParser(ITokenStream input, IDebugEventListener dbg, RecognizerSharedState state) in DebugParser() 64 public DebugParser(ITokenStream input, IDebugEventListener dbg) in DebugParser()
|
H A D | DebugTreeParser.cs | 45 public IDebugEventListener dbg = null; field in Antlr.Runtime.Debug.DebugTreeParser 59 …public DebugTreeParser(ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState state) in DebugTreeParser() 68 public DebugTreeParser(ITreeNodeStream input, IDebugEventListener dbg) in DebugTreeParser()
|
H A D | DebugTreeAdaptor.cs | 53 protected IDebugEventListener dbg; field in Antlr.Runtime.Debug.DebugTreeAdaptor 56 public DebugTreeAdaptor(IDebugEventListener dbg, ITreeAdaptor adaptor) { in DebugTreeAdaptor() 247 public virtual void SetDebugListener(IDebugEventListener dbg) { in SetDebugListener()
|
/aosp_15_r20/hardware/st/secure_element2/secure_element/esehal/src/ |
D | log.h | 44 # define dbg(fmt, ...) say(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) macro 46 # define dbg(fmt, ...) nosay(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) macro 67 # define dbg(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) macro
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 69 struct util_debug_callback *dbg; member 1586 struct util_debug_callback *dbg, in iris_debug_recompile_brw() 1636 struct util_debug_callback *dbg, in iris_debug_recompile_elk() 1801 struct util_debug_callback *dbg, in iris_schedule_compile() 1831 struct util_debug_callback *dbg, in iris_compile_vs() 2054 struct util_debug_callback *dbg, in iris_compile_tcs() 2251 struct util_debug_callback *dbg, in iris_compile_tes() 2433 struct util_debug_callback *dbg, in iris_compile_gs() 2606 struct util_debug_callback *dbg, in iris_compile_fs() 2946 struct util_debug_callback *dbg, in iris_compile_cs() [all …]
|
/aosp_15_r20/external/elfutils/src/ |
H A D | readelf.c | 4198 get_debug_elf_data (Dwarf *dbg, Ebl *ebl, int idx, Elf_Scn *scn) in get_debug_elf_data() 4821 print_ops (Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest, in print_ops() 5651 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg) in print_debug_abbrev_section() 5727 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg) in print_debug_addr_section() 5947 GElf_Shdr *shdr, Dwarf *dbg) in print_decoded_aranges_section() 6014 GElf_Shdr *shdr, Dwarf *dbg) in print_debug_aranges_section() 6170 split_dwarf_cu_base (Dwarf *dbg, Dwarf_CU **cu, Dwarf_Addr *cu_base) in split_dwarf_cu_base() 6191 Dwarf *dbg __attribute__((unused))) in print_debug_rnglists_section() 6562 Dwarf *dbg) in print_debug_ranges_section() 6708 const unsigned char *const endp, uint64_t *res, Dwarf *dbg) in read_encoded() [all …]
|
/aosp_15_r20/external/antlr/runtime/Python/antlr3/ |
H A D | debug.py | 36 def __init__(self, stream, state=None, dbg=None, *args, **kwargs): argument 49 def setDebugListener(self, dbg): argument 62 dbg = property(getDebugListener, setDebugListener) variable in DebugParser 89 def __init__(self, input, dbg=None): argument 106 def setDebugListener(self, dbg): argument 109 dbg = property(getDebugListener, setDebugListener) variable in DebugTokenStream 215 def __init__(self, dbg, adaptor): argument 390 def setDebugListener(self, dbg): argument
|
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/ |
H A D | debug.py | 41 def __init__(self, stream, state=None, dbg=None, *args, **kwargs): argument 54 def setDebugListener(self, dbg): argument 67 dbg = property(getDebugListener, setDebugListener) variable in DebugParser 94 def __init__(self, input, dbg=None): argument 112 def setDebugListener(self, dbg): argument 115 dbg = property(getDebugListener, setDebugListener) variable in DebugTokenStream 221 def __init__(self, dbg, adaptor): argument 396 def setDebugListener(self, dbg): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/tests/ |
D | cast.rs | 157 fn dbg(args: ::core::fmt::Arguments<'_>) { in dbg() function 162 fn dbg(_: ::core::fmt::Arguments) {} in dbg() function 165 macro_rules! dbg { ($($tok:tt)*) => { dbg(format_args!($($tok)*)) } } macro
|