/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-attrs.c | 57 obj_attr_size (int tag, obj_attribute *attr) in obj_attr_size() argument 64 size = uleb128_size (tag); in obj_attr_size() 104 size += obj_attr_size (list->tag, &list->attr); in vendor_obj_attr_size() 146 write_obj_attribute (bfd_byte *p, int tag, obj_attribute *attr) in write_obj_attribute() argument 152 p = write_uleb128 (p, tag); in write_obj_attribute() 192 int tag = i; in vendor_set_obj_attr_contents() local 194 tag = get_elf_backend_data (abfd)->obj_attrs_order (i); in vendor_set_obj_attr_contents() 195 p = write_obj_attribute (p, tag, &attr[tag]); in vendor_set_obj_attr_contents() 201 p = write_obj_attribute (p, list->tag, &list->attr); in vendor_set_obj_attr_contents() 230 elf_new_obj_attr (bfd *abfd, int vendor, int tag) in elf_new_obj_attr() argument [all …]
|
D | dwarf1.c | 121 unsigned short tag; member 200 aDieInfo->tag = TAG_padding; in parse_die() 205 aDieInfo->tag = bfd_get_16 (abfd, (bfd_byte *) xptr); in parse_die() 360 if (eachDieInfo.tag == TAG_global_subroutine in parse_functions_in_unit() 361 || eachDieInfo.tag == TAG_subroutine in parse_functions_in_unit() 362 || eachDieInfo.tag == TAG_inlined_subroutine in parse_functions_in_unit() 363 || eachDieInfo.tag == TAG_entry_point) in parse_functions_in_unit() 525 if (aDieInfo.tag == TAG_compile_unit) in _bfd_dwarf1_find_nearest_line()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | attributes.cc | 42 Object_attribute::size(int tag) const in size() 48 size_t size = get_length_as_unsigned_LEB_128(tag); in size() 87 int tag, in write() argument 95 write_unsigned_LEB_128(buffer, convert_types<uint64_t, int>(tag)); in write() 160 Vendor_object_attributes::new_attribute(int tag) in new_attribute() argument 162 int type = Object_attribute::arg_type(this->vendor_, tag); in new_attribute() 164 if (tag < NUM_KNOWN_ATTRIBUTES) in new_attribute() 166 this->known_attributes_[tag].set_type(type); in new_attribute() 167 return &this->known_attributes_[tag]; in new_attribute() 175 this->other_attributes_.insert(std::make_pair(tag, attr)); in new_attribute() [all …]
|
D | attributes.h | 154 size(int tag) const; 162 write(int tag, std::vector<unsigned char>* buffer) const; 166 arg_type(int vendor, int tag) in arg_type() argument 171 return parameters->target().attribute_arg_type(tag); in arg_type() 173 return Object_attribute::gnu_arg_type(tag); in arg_type() 183 gnu_arg_type(int tag) in gnu_arg_type() argument 190 if (tag == Object_attribute::Tag_compatibility) in gnu_arg_type() 193 return (tag & 1) != 0 ? ATTR_TYPE_FLAG_STR_VAL : ATTR_TYPE_FLAG_INT_VAL; in gnu_arg_type() 262 new_attribute(int tag); 266 get_attribute(int tag); [all …]
|
D | gdb-index.cc | 355 switch (die->tag()) in visit_top_die() 360 if (die->tag() == elfcpp::DW_TAG_compile_unit) in visit_top_die() 383 if (die->tag() == elfcpp::DW_TAG_compile_unit) in visit_top_die() 412 if (die.tag() == 0) in visit_children() 426 switch (die->tag()) in visit_die() 459 && (die->tag() == elfcpp::DW_TAG_class_type in visit_die() 460 || die->tag() == elfcpp::DW_TAG_structure_type in visit_die() 461 || die->tag() == elfcpp::DW_TAG_union_type)) in visit_die() 474 if (die->tag() == elfcpp::DW_TAG_namespace in visit_die() 488 if (die->tag() == elfcpp::DW_TAG_namespace in visit_die() [all …]
|
D | script.cc | 1931 : tag(), global(NULL), local(NULL), dependencies(NULL) in Version_tree() 1934 std::string tag; member 2034 if (!this->version_trees_[j]->tag.empty()) in get_versions() 2035 ret.push_back(this->version_trees_[j]->tag); in get_versions() 2046 if (this->version_trees_[j]->tag == version) in get_dependencies() 2206 if (vtm.real->tag != v->tag) in add_exact_match() 2221 match.c_str(), v->tag.c_str()); in add_exact_match() 2245 && this->default_version_->tag != v->tag) in build_expression_list_lookup() 2248 this->default_version_->tag.c_str(), v->tag.c_str()); in build_expression_list_lookup() 2253 v->tag.c_str()); in build_expression_list_lookup() [all …]
|
D | output.h | 2551 add_constant(elfcpp::DT tag, unsigned int val) in add_constant() argument 2552 { this->add_entry(Dynamic_entry(tag, val)); } in add_constant() 2556 add_section_address(elfcpp::DT tag, const Output_data* od) in add_section_address() argument 2557 { this->add_entry(Dynamic_entry(tag, od, false)); } in add_section_address() 2562 add_section_plus_offset(elfcpp::DT tag, const Output_data* od, in add_section_plus_offset() argument 2564 { this->add_entry(Dynamic_entry(tag, od, offset)); } in add_section_plus_offset() 2568 add_section_size(elfcpp::DT tag, const Output_data* od) in add_section_size() argument 2569 { this->add_entry(Dynamic_entry(tag, od, true)); } in add_section_size() 2573 add_section_size(elfcpp::DT tag, const Output_data* od, in add_section_size() argument 2575 { this->add_entry(Dynamic_entry(tag, od, od2)); } in add_section_size() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | spu-dis.c | 101 enum spu_insns tag; in print_insn_spu() local 122 tag = (enum spu_insns)(op_index - spu_opcodes); in print_insn_spu() 124 if (tag == M_BI || tag == M_BISL || tag == M_IRET || tag == M_BISLED in print_insn_spu() 125 || tag == M_BIHNZ || tag == M_BIHZ || tag == M_BINZ || tag == M_BIZ in print_insn_spu() 126 || tag == M_SYNC || tag == M_HBR) in print_insn_spu() 130 (*info->fprintf_func) (info->stream, tag == M_SYNC ? "c" : "p"); in print_insn_spu()
|
D | s390-mkopc.c | 181 char *tag; in insertExpandedMnemonic() local 190 if (!(tag = strpbrk (mnemonic, "*$"))) in insertExpandedMnemonic() 198 if (mnemonic[i] == *tag) in insertExpandedMnemonic() 250 switch (*tag) in insertExpandedMnemonic() 260 default: fprintf (stderr, "Unknown tag char: %c\n", *tag); in insertExpandedMnemonic()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
D | struct.s | 3 * .tag 13 REALI .tag REAL_REC 14 IMAGI .tag REAL_REC 19 COMPLEX .tag CPLX_REC 40 BITS .tag BIT_REC
|
D | subsym.s | 50 tag .struct 10 label 53 .word $structsz(tag) 54 .word $structacc(tag) ; this op is unspecified
|
/toolchain/binutils/binutils-2.25/ld/ |
D | testplug.c | 64 #define ADDENTRY(tag) { tag, #tag } argument 69 enum ld_plugin_tag tag; member 345 size_t tag; in dump_tv_tag() local 349 for (tag = 0; tag < ARRAY_SIZE (tag_names); tag++) in dump_tv_tag() 350 if (tag_names[tag].tag == tv->tv_tag) in dump_tv_tag() 353 name = (tag < ARRAY_SIZE (tag_names)) ? tag_names[tag].name : unknownbuf; in dump_tv_tag()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | bb_exit_func.c | 79 u_char tag; in __bb_exit_func() local 82 tag = GMON_TAG_BB_COUNT; in __bb_exit_func() 83 fwrite (&tag, sizeof (tag), 1, fp); in __bb_exit_func()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | prdbg.c | 635 pr_enum_type (void *p, const char *tag, const char **names, in pr_enum_type() argument 644 if (tag != NULL) in pr_enum_type() 646 if (! append_type (info, tag) in pr_enum_type() 1040 pr_start_struct_type (void *p, const char *tag, unsigned int id, in pr_start_struct_type() argument 1049 if (tag != NULL) in pr_start_struct_type() 1051 if (! append_type (info, tag)) in pr_start_struct_type() 1065 if (size != 0 || tag != NULL) in pr_start_struct_type() 1078 if (tag != NULL) in pr_start_struct_type() 1214 pr_start_class_type (void *p, const char *tag, unsigned int id, in pr_start_class_type() argument 1232 if (tag != NULL) in pr_start_class_type() [all …]
|
D | debug.c | 152 const char *tag; member 505 struct debug_type_s *tag; member 529 const char *tag; member 1192 debug_make_indirect_type (void *handle, debug_type *slot, const char *tag) in debug_make_indirect_type() argument 1206 i->tag = tag; in debug_make_indirect_type() 1915 nm->u.tag = t; in debug_tag_type() 2016 || n->u.tag->kind == kind) in debug_find_tagged_type() 2019 return n->u.tag; in debug_find_tagged_type() 2100 return type->u.kindirect->tag; in debug_get_type_name() 2378 if (! debug_write_type (info, fns, fhandle, n->u.tag, n)) in debug_write_name() [all …]
|
D | wrstabs.c | 94 const char *tag; member 779 stab_enum_type (void *p, const char *tag, const char **names, in stab_enum_type() argument 791 assert (tag != NULL); in stab_enum_type() 793 buf = (char *) xmalloc (10 + strlen (tag)); in stab_enum_type() 794 sprintf (buf, "xe%s:", tag); in stab_enum_type() 803 if (tag != NULL) in stab_enum_type() 804 len += strlen (tag); in stab_enum_type() 810 if (tag == NULL) in stab_enum_type() 816 sprintf (buf, "%s:T%ld=e", tag, tindex); in stab_enum_type() 823 if (tag == NULL) in stab_enum_type() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k-coff/ |
D | p2430a.s | 3 tag: label 4 bra tag
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | attr-syntax.d | 4 … name not recognised: made_up_tag.*:3: Error: expected <tag> , <value>.*:5: Error: expected <tag> …
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
D | attr-compatibility-other-gnu.d | 6 #error: .*Object tag '1, gnu' is incompatible with tag '1, other'
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-spu.c | 48 enum spu_insns tag; member 313 insn.tag = (enum spu_insns) (format - spu_opcodes); in md_assemble() 336 && ! (insn.tag == M_RDCH in md_assemble() 337 || insn.tag == M_RCHCNT in md_assemble() 338 || insn.tag == M_WRCH)) in md_assemble() 349 && (insn.tag <= M_BRASL in md_assemble() 350 || (insn.tag >= M_BRZ && insn.tag <= M_BRHNZ)) in md_assemble() 383 fixP->tc_fix_data.insn_tag = insn.tag; in md_assemble()
|
D | obj-elf.c | 1478 record_attribute (int vendor, unsigned int tag) in record_attribute() argument 1484 base = tag / (8 * sizeof (rai->mask)); in record_attribute() 1485 mask = 1UL << (tag % (8 * sizeof (rai->mask))); in record_attribute() 1505 obj_elf_seen_attribute (int vendor, unsigned int tag) in obj_elf_seen_attribute() argument 1511 base = tag / (8 * sizeof (rai->mask)); in obj_elf_seen_attribute() 1512 mask = 1UL << (tag % (8 * sizeof (rai->mask))); in obj_elf_seen_attribute() 1527 int tag; in obj_elf_vendor_attribute() local 1539 tag = exp.X_add_number; in obj_elf_vendor_attribute() 1560 tag = CONVERT_SYMBOLIC_ATTRIBUTE (name); in obj_elf_vendor_attribute() 1561 if (tag == -1) in obj_elf_vendor_attribute() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | cofftag.s | 40 .tag _token 57 .tag _token
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | pound.s | 13 mov.ret.sptk b7 = r0, tag# 15 [tag:] br.ret.sptk rp
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-tic6x.texi | 46 default, causes the tag to have a value of 0, indicating that the code 71 @code{-mno-pic} option, the default, causes the tag to have a value of 143 @item .c6xabi_attribute @var{tag}, @var{value} 144 Set the C6000 EABI build attribute @var{tag} to @var{value}. 146 The @var{tag} is either an attribute number or one of 155 @code{number, "string"} depending on the tag.
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | tic6x.h | 141 #define TAG(tag, value) tag = value, argument
|