Searched refs:get_uleb128 (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getabbrev.c | 104 get_uleb128 (code, abbrevp); 132 get_uleb128 (abb->tag, abbrevp); 143 get_uleb128 (attrname, abbrevp); 144 get_uleb128 (attrform, abbrevp);
|
D | dwarf_getsrclines.c | 293 get_uleb128 (diridx, linep); in dwarf_getsrclines() 325 get_uleb128 (new_file->info.mtime, linep); in dwarf_getsrclines() 328 get_uleb128 (new_file->info.length, linep); in dwarf_getsrclines() 448 get_uleb128 (diridx, linep); in dwarf_getsrclines() 450 get_uleb128 (mtime, linep); in dwarf_getsrclines() 452 get_uleb128 (filelength, linep); in dwarf_getsrclines() 519 get_uleb128 (u128, linep); in dwarf_getsrclines() 538 get_uleb128 (u128, linep); in dwarf_getsrclines() 547 get_uleb128 (u128, linep); in dwarf_getsrclines() 608 get_uleb128 (u128, linep); in dwarf_getsrclines()
|
D | dwarf_getattrs.c | 69 get_uleb128 (u128, die_addr); in dwarf_getattrs() 100 get_uleb128 (attr.code, attrp); in dwarf_getattrs() 101 get_uleb128 (attr.form, attrp); in dwarf_getattrs()
|
D | libdw_form.c | 98 get_uleb128 (u128, valp); in __libdw_form_val_len() 131 get_uleb128 (u128, valp); in __libdw_form_val_len() 137 get_uleb128 (u128, valp); in __libdw_form_val_len()
|
D | dwarf_getmacros.c | 107 get_uleb128 (u128, readp); 119 get_uleb128 (u128, readp); 120 get_uleb128 (u128_2, readp);
|
D | dwarf_child.c | 73 get_uleb128 (abbrev_code, readp); in __libdw_find_attr() 106 get_uleb128 (attr_name, attrp); in __libdw_find_attr() 108 get_uleb128 (attr_form, attrp); in __libdw_find_attr()
|
D | dwarf_getabbrevattr.c | 82 get_uleb128 (name, attrp); 83 get_uleb128 (form, attrp);
|
D | dwarf_haschildren.c | 72 get_uleb128 (abbrev_code, readp);
|
D | dwarf_formudata.c | 94 get_uleb128 (*return_uval, datap);
|
D | dwarf_formsdata.c | 94 get_uleb128 (*return_sval, datap);
|
D | dwarf_formref.c | 91 get_uleb128 (*return_offset, datap);
|
D | dwarf_tag.c | 103 get_uleb128 (u128, addr);
|
D | dwarf_formblock.c | 88 get_uleb128 (return_block->length, datap);
|
D | dwarf_getlocation.c | 278 get_uleb128 (newloc->number, data); in getlocation() 290 get_uleb128 (newloc->number, data); in getlocation()
|
D | memory-access.h | 67 #define get_uleb128(var, addr) \ macro
|
D | ChangeLog | 468 * memory-access.h (get_uleb128_step, get_uleb128): Remove casts.
|
/external/elfutils/src/ |
D | readelf.c | 2861 get_uleb128 (subsection_tag, q); in print_attributes() 2894 get_uleb128 (tag, r); in print_attributes() 2902 get_uleb128 (value, r); in print_attributes() 3885 get_uleb128 (uleb, data); in print_ops() 3896 get_uleb128 (uleb, data); in print_ops() 3897 get_uleb128 (uleb2, data); in print_ops() 3920 get_uleb128 (uleb, data); in print_ops() 4664 get_uleb128 (diridx, linep); in print_debug_line_section() 4668 get_uleb128 (mtime, linep); in print_debug_line_section() 4672 get_uleb128 (fsize, linep); in print_debug_line_section() [all …]
|
D | elflint.c | 3188 get_uleb128 (subsection_tag, q); in check_attributes() 3243 get_uleb128 (tag, chunk); in check_attributes() 3249 get_uleb128 (value, r); in check_attributes()
|