/external/elfutils/libdwfl/ |
dwfl_onesrcline.c | 32 dwfl_onesrcline (Dwarf_Die *cudie, size_t idx) 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; 36 if (cudie == NULL)
|
dwfl_cumodule.c | 32 dwfl_cumodule (Dwarf_Die *cudie) 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
|
dwfl_getsrclines.c | 32 dwfl_getsrclines (Dwarf_Die *cudie, size_t *nlines) 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
|
/external/elfutils/libdw/ |
dwarf_getsrcfiles.c | 40 dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files, size_t *nfiles) 42 if (cudie == NULL) 44 if (! is_cudie (cudie)) 53 struct Dwarf_CU *const cu = cudie->cu; 61 res = INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines);
|
dwarf_getmacros.c | 120 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie) 122 assert (cudie != NULL); 125 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem); 138 table->is_64bit = cudie->cu->address_size == 8; 139 table->comp_dir = __libdw_getcompdir (cudie); 148 Dwarf_Die *cudie) 177 else if (cudie != NULL) 180 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem); 259 /* NULL if CUDIE is NULL or DW_AT_comp_dir is absent. */ 260 .comp_dir = __libdw_getcompdir (cudie), [all...] |
dwarf_getfuncs.c | 96 dwarf_getfuncs (Dwarf_Die *cudie, int (*callback) (Dwarf_Die *, void *), 99 if (unlikely (cudie == NULL 100 || INTUSE(dwarf_tag) (cudie) != DW_TAG_compile_unit)) 103 int lang = INTUSE(dwarf_srclang) (cudie); 110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu),
|
dwarf_getsrc_die.c | 39 dwarf_getsrc_die (Dwarf_Die *cudie, Dwarf_Addr addr) 44 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0)
|
dwarf_diecu.c | 44 *result = CUDIE (die->cu);
|
dwarf_ranges.c | 133 Dwarf_Die cudie = CUDIE (attr->cu); local 140 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0) 141 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
|
dwarf_cu_die.c | 46 *result = CUDIE (cu);
|
dwarf_getscopes_die.c | 68 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL };
|
dwarf_entry_breakpoints.c | 111 Dwarf_Die cudie = CUDIE (die->cu); local 114 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0)
|
dwarf_getscopes.c | 184 dwarf_getscopes (Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) 186 if (cudie == NULL) 189 struct Dwarf_Die_Chain cu = { .parent = NULL, .die = *cudie };
|
dwarf_getsrc_file.c | 63 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem); local 64 if (cudie == NULL) 70 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0)
|
dwarf_decl_file.c | 66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines);
|
dwarf_func_inline.c | 99 struct Dwarf_Die_Chain cu = { .die = CUDIE (func->cu), .parent = NULL };
|
dwarf_getsrclines.c | 895 __libdw_getcompdir (Dwarf_Die *cudie) 898 Dwarf_Attribute *compdir_attr = INTUSE(dwarf_attr) (cudie, 905 dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, size_t *nlines) 907 if (cudie == NULL) 909 if (! is_cudie (cudie)) 916 struct Dwarf_CU *const cu = cudie->cu; 925 Dwarf_Attribute *stmt_list = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, 936 __libdw_getcompdir (cudie),
|
/external/elfutils/tests/ |
getsrc_die.c | 45 Dwarf_Die cudie; local 53 if (dwarf_addrdie (dbg, addr, &cudie) == NULL) 56 line = dwarf_getsrc_die (&cudie, addr);
|
dwarf-ranges.c | 40 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem); local 44 (off = dwarf_ranges (cudie, off, &base, &start, &end)); )
|
dwarf-getmacros.c | 131 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem); local 134 (off = dwarf_getmacros (cudie, mac, dbg, off)); )
|
addrscopes.c | 98 Dwarf_Die *cudie = dwfl_addrdie (dwfl, pc, &cubias); local 99 if (cudie == NULL) 103 int n = dwarf_getscopes (cudie, pc - cubias, &scopes);
|
dwflmodtest.c | 36 Dwarf_Die *cudie; member in struct:info 48 if (dwarf_getsrcfiles (info->cudie, &files, NULL) == 0) 196 (void) dwarf_getfuncs (info.cudie, print_func, &info, 0);
|
/external/elfutils/backends/ |
s390_retval.c | 97 Dwarf_Die cudie; local 99 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL)
|
sparc_retval.c | 106 Dwarf_Die cudie; local 108 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL)
|
/external/elfutils/src/ |
stack.c | 218 const char *symname, Dwarf_Die *cudie, 278 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0) 321 const char *symname, Dwarf_Die *cudie, Dwarf_Die *die) 347 cudie, last_scope); 379 Dwarf_Die *cudie = NULL; local 386 cudie = dwfl_module_addrdie (mod, pc_adjusted, &bias); 387 int nscopes = dwarf_getscopes (cudie, pc_adjusted - bias, 415 symname, cudie, die);
|