Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c656 fetch_indexed_string (dwarf_vma idx, struct cu_tu_set *this_set, in fetch_indexed_string() argument
670 if (this_set != NULL) in fetch_indexed_string()
671 index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]; in fetch_indexed_string()
1545 struct cu_tu_set * this_set) in read_and_display_attr_value() argument
1629 section, this_set); in read_and_display_attr_value()
1780 fetch_indexed_string (uvalue, this_set, offset_size, dwo)); in read_and_display_attr_value()
1858 if (this_set != NULL) in read_and_display_attr_value()
1859 uvalue += this_set->section_offsets [DW_SECT_LOC]; in read_and_display_attr_value()
2220 struct cu_tu_set * this_set) in read_and_display_attr() argument
2227 do_loc, section, this_set); in read_and_display_attr()
[all …]
DChangeLog-2013483 (fetch_indexed_string): Add "this_set" parameter. Update all callers.
485 (read_and_display_attr_value): Add "this_set" parameter.