Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_siblingof.c49 addr = __libdw_find_attr (&this_die, DW_AT_sibling, &sibattr.code,
51 if (sibattr.code == DW_AT_sibling)
Ddwarf.h87 DW_AT_sibling = 0x01, enumerator
/external/qemu/elff/
Ddwarf_utils.cc29 DWARF_NAMEFY(DW_AT_sibling); in dwarf_at_name()
Ddwarf.h218 #define DW_AT_sibling 0x01 macro
Ddwarf_cu.cc393 if (at_value == DW_AT_sibling) { in process_DIE()
/external/elfcopy/
Ddwarf2.h247 DW_AT_sibling = 0x01, enumerator
Ddwarf.c1438 case DW_AT_sibling: return "DW_AT_sibling"; in get_AT_name()
/external/elfutils/tests/
Dshow-die-info.c85 { DW_AT_sibling, "sibling" },
/external/elfutils/src/
Dreadelf.c2664 [DW_AT_sibling] = "sibling", in dwarf_attr_string()