Searched refs:__libdw_form_val_len (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getattrs.c | 116 size_t len = __libdw_form_val_len (die->cu, attr.form, die_addr); in dwarf_getattrs()
|
D | libdw_form.c | 125 result = __libdw_form_val_len (cu, u128, valp); in __libdw_form_val_compute_len()
|
D | dwarf_child.c | 104 size_t len = __libdw_form_val_len (die->cu, attr_form, readp); in __libdw_find_attr()
|
D | dwarf_getsrclines.c | 428 size_t len = __libdw_form_val_len (&fake_cu, forms[m], linep); in read_srclines() 609 size_t len = __libdw_form_val_len (&fake_cu, forms[m], linep); in read_srclines()
|
D | dwarf_getmacros.c | 415 size_t len = __libdw_form_val_len (&fake_cu, proto->forms[i], readp); in read_macros()
|
D | ChangeLog | 1614 (__libdw_form_val_len): Likewise. 1620 * dwarf_child.c (__libdw_find_attr): Call __libdw_form_val_len with 1632 fake_cu. Call __libdw_form_val_len with just fake_cu. 1676 (__libdw_form_val_len): Likewise and check len doesn't overflow. 1678 * dwarf_child.c (__libdw_find_attr): Call __libdw_form_val_len 1944 __libdw_form_val_len, now handling only non-constant form lengths. 1945 * libdwP.h (__libdw_form_val_len): New inlined function. 2208 * libdw_form.c (__libdw_form_val_len): Handle DW_FORM_GNU_ref_alt 2589 * libdw_form.c (__libdw_form_val_len): Grok DW_FORM_sec_offset, 2966 * libdw_form.c (__libdw_form_val_len): Fix DW_FORM_ref_addr result, [all …]
|
D | libdwP.h | 713 __libdw_form_val_len (struct Dwarf_CU *cu, unsigned int form, in __libdw_form_val_len() function
|