Searched refs:attr_byte_size (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c4365 struct attribute *attr_byte_size; local
4376 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu);
4377 if (attr_byte_size)
4378 byte_size = DW_UNSND (attr_byte_size);

Completed in 48 milliseconds