Home
last modified time | relevance | path

Searched refs:attr_high (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdw/
Ddwarf_highpc.c41 Dwarf_Attribute *attr_high; in dwarf_highpc() local
44 attr_high = INTUSE(dwarf_attr_integrate) (die, DW_AT_high_pc, in dwarf_highpc()
47 attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc, &attr_high_mem); in dwarf_highpc()
49 if (attr_high == NULL) in dwarf_highpc()
52 if (INTUSE(dwarf_formaddr) (attr_high, return_addr) == 0) in dwarf_highpc()
59 if (INTUSE(dwarf_formudata) (attr_high, &uval) == 0) in dwarf_highpc()