Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.cc711 attr_value.val.intval = 1; in read_attributes()
780 attr_value.val.intval = *pattr++; in read_attributes()
787 attr_value.val.intval = in read_attributes()
802 attr_value.val.intval = sec_off; in read_attributes()
823 attr_value.val.intval = sec_off; in read_attributes()
853 attr_value.val.intval = read_signed_LEB_128(pattr, &len); in read_attributes()
1092 return attr_val->val.intval; in int_attribute()
1143 return attr_val->val.intval; in ref_attribute()
Ddwarf_reader.h481 int64_t intval; member