/toolchain/binutils/binutils-2.25/gold/ |
D | dynobj.h | 43 typedef std::vector<std::string> Needed; 84 create_elf_hash_table(const std::vector<Symbol*>& dynsyms, 94 create_gnu_hash_table(const std::vector<Symbol*>& dynsyms, 121 compute_bucket_count(const std::vector<uint32_t>& hashcodes, 127 sized_create_elf_hash_table(const std::vector<uint32_t>& bucket, 128 const std::vector<uint32_t>& chain, 135 sized_create_gnu_hash_table(const std::vector<Symbol*>& hashed_dynsyms, 136 const std::vector<uint32_t>& dynsym_hashvals, 320 typedef std::vector<const char*> Version_map; 397 Verdef(const char* name, const std::vector<std::string>& deps, in Verdef() [all …]
|
D | icf.h | 42 typedef std::vector<Section_id> Sections_reachable_info; 43 typedef std::vector<Symbol*> Symbol_info; 44 typedef std::vector<std::pair<long long, long long> > Addend_info; 45 typedef std::vector<uint64_t> Offset_info; 46 typedef std::vector<unsigned int> Reloc_addend_size_info; 148 std::vector<Section_id> id_section_; 154 std::vector<unsigned int> kept_section_id_;
|
D | target-select.h | 93 supported_bfd_names(std::vector<const char*>* names) in supported_bfd_names() 105 supported_emulations(std::vector<const char*>* names) in supported_emulations() 180 do_supported_bfd_names(std::vector<const char*>* names) in do_supported_bfd_names() 198 do_supported_emulations(std::vector<const char*>* emulations) in do_supported_emulations() 264 supported_target_names(std::vector<const char*>*); 269 supported_emulation_names(std::vector<const char*>*);
|
D | icf.cc | 167 preprocess_for_unique_sections(const std::vector<Section_id>& id_section, in preprocess_for_unique_sections() 168 std::vector<bool>* is_secn_or_group_unique, in preprocess_for_unique_sections() 169 std::vector<std::string>* section_contents) in preprocess_for_unique_sections() 237 const std::vector<unsigned int>& kept_section_id, in get_section_contents() 238 std::vector<std::string>* section_contents) in get_section_contents() 569 std::vector<unsigned int>* num_tracked_relocs, in match_sections() 570 std::vector<unsigned int>* kept_section_id, in match_sections() 571 const std::vector<Section_id>& id_section, in match_sections() 572 std::vector<bool>* is_secn_or_group_unique, in match_sections() 573 std::vector<std::string>* section_contents) in match_sections() [all …]
|
D | dwarf_reader.h | 205 std::vector<Attribute> attributes; 329 std::vector<Range> range_list_; 499 typedef std::vector<Attribute_value> Attributes; 966 std::vector<std::string>* other_lines) in addr2line() 977 size_t cache_size, std::vector<std::string>* other_lines); 987 std::vector<std::string>* other_lines) = 0; 1013 std::vector<std::string>* other_lines); 1046 std::vector<LineStateMachine>* logicals, 1057 std::vector<LineStateMachine>* logicals, 1084 std::vector<unsigned char> std_opcode_lengths; [all …]
|
D | script.h | 196 std::vector<std::string> 200 std::vector<std::string> 288 typedef std::vector<Glob> Globs; 306 std::vector<Version_dependency_list*> dependency_lists_; 308 std::vector<Version_expression_list*> expression_lists_; 310 std::vector<Version_tree*> version_trees_; 539 typedef std::vector<Symbol_assignment*> Symbol_assignments; 543 typedef std::vector<Script_assertion*> Assertions;
|
D | gdb-index.h | 217 typedef std::vector<std::pair<int, uint8_t> > Cu_vector; 237 std::vector<Comp_unit> comp_units_; 239 std::vector<Type_unit> type_units_; 241 std::vector<Per_cu_range_list> ranges_; 245 std::vector<Cu_vector*> cu_vector_list_;
|
D | dynobj.cc | 857 Dynobj::compute_bucket_count(const std::vector<uint32_t>& hashcodes, in compute_bucket_count() 923 Dynobj::create_elf_hash_table(const std::vector<Symbol*>& dynsyms, in create_elf_hash_table() 931 std::vector<uint32_t> dynsym_hashvals(dynsym_count); in create_elf_hash_table() 938 std::vector<uint32_t> bucket(bucketcount); in create_elf_hash_table() 939 std::vector<uint32_t> chain(local_dynsym_count + dynsym_count); in create_elf_hash_table() 983 Dynobj::sized_create_elf_hash_table(const std::vector<uint32_t>& bucket, in sized_create_elf_hash_table() 984 const std::vector<uint32_t>& chain, in sized_create_elf_hash_table() 1036 Dynobj::create_gnu_hash_table(const std::vector<Symbol*>& dynsyms, in create_gnu_hash_table() 1049 std::vector<Symbol*> unhashed_dynsyms; in create_gnu_hash_table() 1052 std::vector<Symbol*> hashed_dynsyms; in create_gnu_hash_table() [all …]
|
D | ehframe.h | 91 typedef std::vector<Fde_offset> Fde_offsets; 102 typedef typename std::vector<Fde_address> Fde_address_list; 262 typedef std::vector<Post_fde> Post_fdes; 347 std::vector<Fde*> fdes_; 443 typedef std::vector<Cie*> Unmergeable_cie_offsets; 451 typedef std::vector<std::pair<Cie*, bool> > New_cies;
|
D | plugin.h | 116 std::vector<std::string> args_; 321 typedef std::vector<Object*> Object_list; 322 typedef std::vector<Relobj*> Deferred_layout_list; 323 typedef std::vector<Rescannable> Rescannable_list; 324 typedef std::vector<Symbol*> Undefined_symbol_list; 396 typedef std::vector<Symbol*> Symbols;
|
D | layout.h | 615 std::vector<unsigned int>* shndxes); 925 typedef std::vector<Output_segment*> Segment_list; 929 typedef std::vector<Output_section*> Section_list; 933 typedef std::vector<Output_data*> Data_list; 1027 typedef std::vector<Group_signature> Group_signatures; 1083 std::vector<Symbol*>* pdynamic_symbols, 1107 const std::vector<Symbol*>& dynamic_symbols, 1115 const std::vector<Symbol*>& dynamic_symbols, 1277 typedef std::vector<Output_section_data*> Output_section_data_list; 1316 std::vector<Section_info> section_infos_; [all …]
|
D | incremental.h | 345 std::vector<Incremental_input_entry*> objects_; 445 std::vector<Input_section> sections_; 448 std::vector<Stringpool::Key> groups_; 547 std::vector<Incremental_object_entry*> members_; 550 std::vector<Stringpool::Key> unused_syms_; 559 typedef std::vector<Incremental_input_entry*> Input_list; 1574 std::vector<const Input_argument*> input_args_map_; 1576 std::vector<Incremental_library*> library_map_; 1578 std::vector<Script_info*> script_map_; 1769 typedef std::vector<Copy_reloc> Copy_relocs; [all …]
|
D | script-sections.h | 263 typedef std::vector<Memory_region*> Memory_regions; 264 typedef std::vector<Phdrs_element*> Phdrs_elements; 272 create_note_and_tls_segments(Layout*, const std::vector<Output_section*>*);
|
D | dwarf_reader.cc | 1758 this->directories_.push_back(std::vector<std::string>(1)); in read_header_tables() 1759 this->files_.push_back(std::vector<std::pair<int, std::string> >(1)); in read_header_tables() 1845 this->directories_.push_back(std::vector<std::string>(1)); in read_header_tables_v5() 1846 std::vector<std::string>& dir_list = this->directories_.back(); in read_header_tables_v5() 1910 std::vector<std::pair<int, std::string> >(1)); in read_header_tables_v5() 1911 std::vector<std::pair<int, std::string> >& file_list = this->files_.back(); in read_header_tables_v5() 1983 std::vector<LineStateMachine>* logicals, in process_one_opcode() 2231 std::vector<LineStateMachine>* logicals, in read_lines() 2296 std::vector<Offset_to_lineno_entry>& in read_lines() 2353 std::vector<LineStateMachine> logicals; in read_line_mappings() [all …]
|
D | object.h | 150 typedef std::vector<Section_relocs> Relocs_list; 188 typedef std::vector<unsigned int> Symtab_xindex; 339 typedef std::vector<Symbol*> Symbols; 1276 typedef std::vector<Output_section*> Output_sections; 1385 new std::vector<Relocatable_relocs*>(this->shnum()); in size_relocatable_relocs() 1449 std::vector<Relocatable_relocs*>* map_to_relocatable_relocs_; 1876 std::vector<Symbol*> vec_; 1944 std::vector<Address>& 2037 std::vector<Address> section_offsets_; 2048 typedef std::vector<Symbol_value<size> > Local_values; [all …]
|
D | options.cc | 58 static std::vector<const One_option*> registered_options; 158 std::vector<const One_option*>::const_iterator it; in help() 165 std::vector<const char*> supported_names; in help() 167 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in help() 176 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in help() 325 std::vector<const char*> supported_names; in parse_V() 327 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in parse_V() 335 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in parse_V() 1206 std::vector<std::string> bad_paths; in finalize() 1219 for (std::vector<std::string>::const_iterator b = bad_paths.begin(); in finalize()
|
D | reduced_debug_output.h | 72 std::vector<unsigned char> data_; 129 std::vector<unsigned char> data_;
|
D | attributes.h | 162 write(int tag, std::vector<unsigned char>* buffer) const; 273 write(std::vector<unsigned char>* buffer) const; 369 write(std::vector<unsigned char>*) const;
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pexecute.c | 100 int *vector; in pwait() local 102 vector = XNEWVEC (int, idx); in pwait() 103 if (!pex_get_status (pex, idx, vector)) in pwait() 105 free (vector); in pwait() 108 *status = vector[pid]; in pwait() 109 free (vector); in pwait()
|
D | argv.c | 101 void freeargv (char **vector) in freeargv() argument 105 if (vector != NULL) in freeargv() 107 for (scan = vector; *scan != NULL; scan++) in freeargv() 111 free (vector); in freeargv()
|
D | pex-common.c | 547 pex_get_status (struct pex_obj *obj, int count, int *vector) in pex_get_status() argument 560 memset (vector + obj->count, 0, (count - obj->count) * sizeof (int)); in pex_get_status() 564 memcpy (vector, obj->status, count * sizeof (int)); in pex_get_status() 572 pex_get_times (struct pex_obj *obj, int count, struct pex_time *vector) in pex_get_times() argument 588 memset (vector + obj->count, 0, in pex_get_times() 593 memcpy (vector, obj->time, count * sizeof (struct pex_time)); in pex_get_times()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ |
D | branch-elf.s | 2 vector: label 9 jmp @@vector:8 12 jsr @@vector:8
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 55 * BFD target vector:: BFD target vector 91 vectors. This is the bulk of the code in BFD. A target vector is a set 93 target vector is used to implement the generic BFD functions. These 94 functions are always called through the target vector, and are never 95 called directly. The target vector is described in detail in @ref{BFD 96 target vector}. The set of functions which appear in a particular 97 target vector is often referred to as a BFD backend. 285 @node BFD target vector 286 @section BFD target vector 287 @cindex bfd target vector [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | demangle-expected | 905 vector<double>::elem(int) 906 vector<double>::elem 910 vector<int>::elem(int) 911 vector<int>::elem 915 vector<double>::vector(int) 916 vector<double>::vector 920 vector<int>::vector(int) 921 vector<int>::vector 925 vector<double>::~vector(int) 926 vector<double>::~vector [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | legacy_reg_names.l | 2 [^:]*:5: Error: indexed vector register expected at operand 1 -- `dup v0.b,v1.b\[7\]' 4 [^:]*:7: Error: operand 2 should be a SIMD vector element -- `dup s0,s1\[3\]'
|