Searched refs:__libdw_find_attr (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_child.c | 43 __libdw_find_attr (Dwarf_Die *die, unsigned int search_name, in __libdw_find_attr() function 153 void *addr = __libdw_find_attr (die, INVALID, NULL, NULL); in dwarf_child()
|
H A D | dwarf_attr.c | 45 result->valp = __libdw_find_attr (die, search_name, &result->code, in dwarf_attr()
|
H A D | dwarf_siblingof.c | 67 addr = __libdw_find_attr (&this_die, DW_AT_sibling, &sibattr.code, in dwarf_siblingof()
|
H A D | libdwP.h | 768 extern unsigned char *__libdw_find_attr (Dwarf_Die *die,
|
Completed in 3 milliseconds