Searched refs:__libdw_form_val_len (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getattrs.c | 103 size_t len = __libdw_form_val_len (die->cu, attr.form, die_addr); in dwarf_getattrs()
|
D | dwarf_child.c | 91 size_t len = __libdw_form_val_len (die->cu, attr_form, readp); in __libdw_find_attr()
|
D | libdw_form.c | 121 result = __libdw_form_val_len (cu, u128, valp); in __libdw_form_val_compute_len()
|
D | dwarf_getsrclines.c | 422 size_t len = __libdw_form_val_len (&fake_cu, forms[m], linep); in read_srclines() 603 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 | 1479 (__libdw_form_val_len): Likewise. 1485 * dwarf_child.c (__libdw_find_attr): Call __libdw_form_val_len with 1497 fake_cu. Call __libdw_form_val_len with just fake_cu. 1541 (__libdw_form_val_len): Likewise and check len doesn't overflow. 1543 * dwarf_child.c (__libdw_find_attr): Call __libdw_form_val_len 1809 __libdw_form_val_len, now handling only non-constant form lengths. 1810 * libdwP.h (__libdw_form_val_len): New inlined function. 2073 * libdw_form.c (__libdw_form_val_len): Handle DW_FORM_GNU_ref_alt 2454 * libdw_form.c (__libdw_form_val_len): Grok DW_FORM_sec_offset, 2831 * libdw_form.c (__libdw_form_val_len): Fix DW_FORM_ref_addr result, [all …]
|
D | libdwP.h | 700 __libdw_form_val_len (struct Dwarf_CU *cu, unsigned int form, in __libdw_form_val_len() function
|