Searched refs:mte_index (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | xsym.h | 201 unsigned long mte_index; member 227 unsigned long mte_index; /* Index into the Modules Table. */ member 362 unsigned long mte_index; /* Which module contains it. */ member 395 unsigned long mte_index; /* Which module contains us. */ member
|
D | xsym.c | 378 entry->entry.mte_index = type; in bfd_sym_parse_file_references_table_entry_v32() 402 entry->entry.mte_index = type; in bfd_sym_parse_contained_modules_table_entry_v32() 484 entry->entry.mte_index = type; in bfd_sym_parse_contained_statements_table_entry_v32() 515 entry->entry.mte_index = type; in bfd_sym_parse_contained_labels_table_entry_v32() 1338 bfd_sym_module_name (abfd, entry->entry.mte_index)[0], in bfd_sym_print_file_references_table_entry() 1339 &bfd_sym_module_name (abfd, entry->entry.mte_index)[1], in bfd_sym_print_file_references_table_entry() 1340 entry->entry.mte_index, in bfd_sym_print_file_references_table_entry() 1359 bfd_sym_module_name (abfd, entry->entry.mte_index)[0], in bfd_sym_print_contained_modules_table_entry() 1360 &bfd_sym_module_name (abfd, entry->entry.mte_index)[1], in bfd_sym_print_contained_modules_table_entry() 1361 entry->entry.mte_index, in bfd_sym_print_contained_modules_table_entry() [all …]
|