Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dinfcall-nested-structs.exp.tcl129 set refval [ get_valueof "" "ref_val_${name}" "" ]
130 verbose -log "Refval: ${refval}"
133 if { ${refval} != "" } {
138 gdb_assert [string eq ${answer} ${refval}] ${test}
/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwarf_reader.cc864 attr_value.val.refval = str_off; in read_attributes()
897 attr_value.val.refval = sec_off; in read_attributes()
911 attr_value.val.refval = sec_off; in read_attributes()
924 attr_value.val.refval = sec_off; in read_attributes()
956 attr_value.val.refval = *pattr++; in read_attributes()
964 attr_value.val.refval = in read_attributes()
986 attr_value.val.refval = sec_off; in read_attributes()
1020 attr_value.val.refval = sec_off; in read_attributes()
1025 attr_value.val.refval = read_unsigned_LEB_128(pattr, &len); in read_attributes()
1082 this->name_off_ = attr_value.val.refval; in read_attributes()
[all …]
Ddwarf_reader.h496 off_t refval; member