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

/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcooked-index.h73 cooked_index_entry (sect_offset die_offset_, enum dwarf_tag tag_, argument
78 tag (tag_),
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d703 * tag_ = the start or empty tag of the element.
705 this(const(Tag) tag_) @safe pure
707 this.tag = new Tag(tag_.name);
709 foreach (k,v;tag_.attr) tag.attr[k] = v;
710 tag.tagString = tag_.tagString;
1757 Tag tag_;
1773 tag_ = parent.tag_;
1781 tag_ = tag;
1789 @property @safe @nogc pure nothrow const(Tag) tag() const { return tag_; }
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d706 * tag_ = the start or empty tag of the element.
708 this(const(Tag) tag_) @safe pure
710 this.tag = new Tag(tag_.name);
712 foreach (k,v;tag_.attr) tag.attr[k] = v;
713 tag.tagString = tag_.tagString;
1766 Tag tag_;
1782 tag_ = parent.tag_;
1790 tag_ = tag;
1798 @property @safe @nogc pure nothrow const(Tag) tag() const { return tag_; }
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h2785 : tag_(tag), offset_(DYNAMIC_NUMBER)
2790 : tag_(tag),
2801 : tag_(tag),
2810 : tag_(tag),
2816 : tag_(tag), offset_(DYNAMIC_SYMBOL)
2821 : tag_(tag), offset_(DYNAMIC_STRING)
2826 : tag_(tag), offset_(DYNAMIC_CUSTOM)
2832 { return this->tag_; }
2872 elfcpp::DT tag_; member in class:gold::Output_data_dynamic::Dynamic_entry
H A Doutput.cc1823 val = parameters->target().dynamic_tag_custom_value(this->tag_);
1832 dw.put_d_tag(this->tag_);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h2813 : tag_(tag), offset_(DYNAMIC_NUMBER)
2818 : tag_(tag),
2829 : tag_(tag),
2838 : tag_(tag),
2844 : tag_(tag), offset_(DYNAMIC_SYMBOL)
2849 : tag_(tag), offset_(DYNAMIC_STRING)
2854 : tag_(tag), offset_(DYNAMIC_CUSTOM)
2860 { return this->tag_; }
2900 elfcpp::DT tag_; member in class:gold::Output_data_dynamic::Dynamic_entry
H A Doutput.cc1869 val = parameters->target().dynamic_tag_custom_value(this->tag_);
1878 dw.put_d_tag(this->tag_);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h2785 : tag_(tag), offset_(DYNAMIC_NUMBER)
2790 : tag_(tag),
2801 : tag_(tag),
2810 : tag_(tag),
2816 : tag_(tag), offset_(DYNAMIC_SYMBOL)
2821 : tag_(tag), offset_(DYNAMIC_STRING)
2826 : tag_(tag), offset_(DYNAMIC_CUSTOM)
2832 { return this->tag_; }
2872 elfcpp::DT tag_; member in class:gold::Output_data_dynamic::Dynamic_entry
H A Doutput.cc1823 val = parameters->target().dynamic_tag_custom_value(this->tag_);
1832 dw.put_d_tag(this->tag_);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c1107 partial_die_info (sect_offset sect_off_, enum dwarf_tag tag_, argument
1109 : sect_off (sect_off_), tag (tag_), has_children (has_children_)

Completed in 457 milliseconds