Searched refs:abbrev_offset (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_getabbrev.c | 174 Dwarf_Off abbrev_offset = cu->orig_abbrev_offset; in dwarf_getabbrev() local 179 if (offset >= data->d_size - abbrev_offset) in dwarf_getabbrev() 185 return __libdw_getabbrev (dbg, cu, abbrev_offset + offset, lengthp, NULL); in dwarf_getabbrev()
|
H A D | dwarf_nextcu.c | 193 Dwarf_Off abbrev_offset = 0; in INTDEF() local 223 Comes after abbrev_offset for version < 5, otherwise unit type in INTDEF() 224 and address size (if a known unit type) comes before abbrev_offset. */ in INTDEF() 231 &abbrev_offset, IDX_debug_abbrev, 0)) in INTDEF() 278 *abbrev_offsetp = abbrev_offset; in INTDEF()
|
H A D | libdw_findcu.c | 111 Dwarf_Off abbrev_offset; in __libdw_intern_next_unit() local 116 &version, &unit_type, &abbrev_offset, in __libdw_intern_next_unit() 159 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset; in __libdw_intern_next_unit()
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 2869 Dwarf_Off abbrev_offset = 0; in get_die_source() local 2873 &version, &abbrev_offset, in get_die_source()
|
Completed in 16 milliseconds