Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const { in process()
317 *at_value = 0; in process()
327 *at_value = val.u16; in process()
Ddwarf_cu.cc385 Dwarf_At at_value; in process_DIE() local
390 at_abbr = at_abbr->process(&at_value, &at_form); in process_DIE()
393 if (at_value == DW_AT_sibling) { in process_DIE()