/external/elfutils/tests/ |
get-aranges.c | 78 Dwarf_Off cu_offset; local 80 if (dwarf_getarangeinfo (found, NULL, NULL, &cu_offset) != 0) 90 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL 116 Dwarf_Off cu_offset; local 118 if (dwarf_getarangeinfo (arange, &start, &length, &cu_offset) 129 (unsigned long long int) cu_offset); 133 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
|
get-pubnames.c | 46 (unsigned long long int) gl->cu_offset); 50 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
|
/external/elfutils/libdw/ |
dwarf_getpubnames.c | 131 mem[cnt].cu_offset = read_4ubyte_unaligned (dbg, readp + 2); 133 mem[cnt].cu_offset = read_8ubyte_unaligned (dbg, readp + 2); 138 || (mem[cnt].cu_offset + 3 144 + mem[cnt].cu_offset); 222 gl.cu_offset = (dbg->pubnames_sets[cnt].cu_offset 238 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset;
|
libdwP.h | 161 Dwarf_Off cu_offset; member in struct:Dwarf::pubnames_s 299 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size) \ 300 ((cu_offset) + 3 * (offset_size) - 4 + 3)
|
libdw.h | 176 Dwarf_Off cu_offset; member in struct:__anon18097
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugAranges.h | 74 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);
|
/external/elfutils/src/ |
nm.c | 1111 cudie = dwarf_offdie (dbg, (*found)->cu_offset, [all...] |
readelf.c | 4179 Dwarf_Off cu_offset; member in struct:attrcb_args [all...] |
/external/linux-tools-perf/util/ |
probe-finder.c | [all...] |