Searched refs:cu_offset (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/tests/ |
D | get-aranges.c | 78 Dwarf_Off cu_offset; in main() local 80 if (dwarf_getarangeinfo (found, NULL, NULL, &cu_offset) != 0) in main() 90 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL in main() 116 Dwarf_Off cu_offset; in main() local 118 if (dwarf_getarangeinfo (arange, &start, &length, &cu_offset) in main() 129 (unsigned long long int) cu_offset); in main() 133 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL in main()
|
D | get-pubnames.c | 46 (unsigned long long int) gl->cu_offset); in callback() 50 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL in callback()
|
/external/elfutils/libdw/ |
D | dwarf_getpubnames.c | 131 mem[cnt].cu_offset = read_4ubyte_unaligned (dbg, readp + 2); in get_offsets() 133 mem[cnt].cu_offset = read_8ubyte_unaligned (dbg, readp + 2); in get_offsets() 138 || (mem[cnt].cu_offset + 3 in get_offsets() 144 + mem[cnt].cu_offset); in get_offsets() 222 gl.cu_offset = (dbg->pubnames_sets[cnt].cu_offset 238 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset;
|
D | libdwP.h | 161 Dwarf_Off cu_offset; member 299 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size) \ argument 300 ((cu_offset) + 3 * (offset_size) - 4 + 3)
|
D | libdw.h | 176 Dwarf_Off cu_offset; member
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugAranges.h | 74 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);
|
/external/elfutils/src/ |
D | nm.c | 1111 cudie = dwarf_offdie (dbg, (*found)->cu_offset, in show_symbols()
|
D | readelf.c | 4179 Dwarf_Off cu_offset; member 4430 args.cu_offset = offset; in print_debug_info_section() 5218 (*np)++, global->die_offset, global->cu_offset, global->name); in print_pubnames()
|
/external/linux-tools-perf/util/ |
D | probe-finder.c | 1498 if (!dwarf_offdie(dbg, gl->cu_offset, param->cu_die)) in pubname_search_cb()
|