Searched refs:tag_value (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-msp430.c | 1624 int tag_name, tag_value; in msp430_object_attribute() local 1630 tag_value = atoi (tag_value_s); in msp430_object_attribute() 1633 if (tag_name == 0 || tag_value == 0) in msp430_object_attribute() 1642 switch (tag_value) in msp430_object_attribute() 1657 tag_value, OFBA_MSPABI_Tag_ISA); in msp430_object_attribute() 1666 switch (tag_value) in msp430_object_attribute() 1680 "in .mspabi_attribute directive"), tag_value, in msp430_object_attribute() 1703 switch (tag_value) in msp430_object_attribute() 1719 "directive"), tag_value, Tag_GNU_MSP430_Data_Region); in msp430_object_attribute()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | aarch64-linux-tdep.c | 2585 aarch64_linux_memtag_to_string (struct gdbarch *gdbarch, struct value *tag_value) in aarch64_linux_memtag_to_string() argument 2587 if (tag_value == nullptr) in aarch64_linux_memtag_to_string() 2590 CORE_ADDR tag = value_as_address (tag_value); in aarch64_linux_memtag_to_string()
|
| D | printcmd.c | 2957 value *tag_value = gdbarch_get_memtag (arch, val, tag_type); in memory_tag_print_tag_command() local 2958 std::string tag = gdbarch_memtag_to_string (arch, tag_value); in memory_tag_print_tag_command()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-msp430.texi | 331 @samp{.mspabi_attribute tag_name, tag_value}
|
| D | as.info | 17913 ‘.mspabi_attribute tag_name, tag_value’ For example, to set the tag
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | module.cc | 3022 tag_value = 0, /* Write by value. */ enumerator 4780 gcc_checking_assert (*tree_map.get (decl) >= tag_value); in mark_by_value() 4783 bool existed = tree_map.put (decl, tag_value); in mark_by_value() 4807 || (walk == WK_value && slot == tag_value))); in insert() 7112 if (val == tag_value) in ref_node()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dwarf2out.cc | 5814 new_die_raw (enum dwarf_tag tag_value) in new_die_raw() argument 5817 die->die_tag = tag_value; in new_die_raw() 5827 new_die (enum dwarf_tag tag_value, dw_die_ref parent_die, tree t) in new_die() argument 5829 dw_die_ref die = new_die_raw (tag_value); in new_die() 5840 if (tag_value != DW_TAG_compile_unit in new_die() 5843 && tag_value != DW_TAG_type_unit in new_die() 5844 && tag_value != DW_TAG_skeleton_unit in new_die()
|
| D | ChangeLog-2003 | 27172 local_value members with symbol_value, tag_value. Kill
|