/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | unwind.h | 170 unsigned char entry_count[2]; member 185 unsigned char entry_count[2]; member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 1952 unsigned int entry_count; in dump_exe_compact_unwind() local 1961 entry_count = bfd_get_16 (abfd, l2->entry_count); in dump_exe_compact_unwind() 1967 i, entry_count, l2_encodings_count, l2_encodings_offset); in dump_exe_compact_unwind() 1971 for (j = 0; j < entry_count; j++) in dump_exe_compact_unwind() 2007 unsigned int entry_count; in dump_exe_compact_unwind() local 2014 entry_count = bfd_get_16 (abfd, l2->entry_count); in dump_exe_compact_unwind() 2016 i, entry_offset, entry_count); in dump_exe_compact_unwind() 2021 for (j = 0; j < entry_count; j++) in dump_exe_compact_unwind()
|
D | dwarf.c | 2889 unsigned int entry_count; in display_dir_file_table_v5() local 2909 entry_count = read_uleb128 (data, & bytes_read, end); in display_dir_file_table_v5() 2912 if (entry_count == 0) in display_dir_file_table_v5() 2945 for (i = 0; i < entry_count; i++) in display_dir_file_table_v5() 2985 return entry_count; in display_dir_file_table_v5()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | dwarf_reader.cc | 1843 uint64_t entry_count = read_unsigned_LEB_128(lineptr, &len); in read_header_tables_v5() local 1848 for (unsigned int j = 0; j < entry_count; j++) in read_header_tables_v5() 1907 entry_count = read_unsigned_LEB_128(lineptr, &len); in read_header_tables_v5() 1913 for (unsigned int j = 0; j < entry_count; j++) in read_header_tables_v5()
|
D | sparc.cc | 1322 entry_count() const in entry_count() function in __anon256155f70111::Output_data_plt_sparc 1386 unsigned int full_count = this->entry_count() + 4; in set_final_data_size() 1668 const unsigned int count = this->entry_count(); in do_write() 1865 return this->plt_->entry_count(); in plt_entry_count()
|
D | arm.cc | 7435 entry_count() const in entry_count() function in __anon5653a9be0111::Output_data_plt_arm 7574 unsigned int* entry_count; in add_entry() local 7595 entry_count = &this->irelative_count_; in add_entry() 7606 entry_count = &this->count_; in add_entry() 7614 + (*entry_count) * this->get_plt_entry_size()); in add_entry() 7616 ++(*entry_count); in add_entry() 8035 return this->plt_->entry_count(); in plt_entry_count()
|
D | i386.cc | 119 entry_count() const in entry_count() function in __anonf1ea37280111::Output_data_plt_i386 1534 return this->plt_->entry_count(); in plt_entry_count()
|
D | tilegx.cc | 133 entry_count() const in entry_count() function in __anon011954cb0111::Output_data_plt_tilegx 2583 return this->plt_->entry_count(); in plt_entry_count()
|
D | x86_64.cc | 184 entry_count() const in entry_count() function in __anon4c0d9acd0111::Output_data_plt_x86_64 1791 return this->plt_->entry_count(); in plt_entry_count()
|
D | output.cc | 1305 section_size_type entry_count, in Output_data_group() argument 1308 : Output_section_data(entry_count * 4, 4, false), in Output_data_group()
|
D | layout.cc | 1390 section_size_type entry_count = in layout_group() local 1393 new Output_data_group<size, big_endian>(object, entry_count, flags, in layout_group()
|
D | mips.cc | 2292 entry_count() const in entry_count() function in __anona7e08b770111::Mips_output_data_plt 3013 return this->plt_->entry_count(); in plt_entry_count() 6298 gsym->set_plt_offset(this->entry_count() * sizeof(plt_entry) in add_entry()
|
D | ChangeLog | 654 (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations. 1476 (Output_data_plt_powerpc::entry_count): Update. 2062 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0. 3897 (Output_data_plt_sparc::entry_count): Include ifunc_count_. 3902 and entry_count. 3904 entry_count. 5006 (Output_data_plt_i386::entry_count): Add irelative_count_. 5047 (Output_data_plt_x86_64::entry_count): Add irelative_count_. 7997 (Output_data_plt_arm::entry_count): New function. 8005 (Output_data_plt_i386::entry_count): New function. [all …]
|
D | aarch64.cc | 4149 entry_count() const in entry_count() function in __anon20db65070111::Output_data_plt_aarch64 5614 return this->plt_->entry_count(); in plt_entry_count()
|
D | output.h | 2239 section_size_type entry_count,
|
D | powerpc.cc | 3056 entry_count() const in entry_count() function in __anon0f0c9f3e0111::Output_data_plt_powerpc 5141 return this->plt_->entry_count(); in plt_entry_count()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | xtensaelf.em | 98 unsigned entry_count; 108 entry_count = insn_sec->size / 8; 144 prop_sec->size = entry_count * 12; 189 for (entry = 0; entry < entry_count; ++entry)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-xtensa.c | 7831 unsigned entry_count; member 7860 if (map->entry_count == 0) in xlate_offset_with_removed_text() 7863 r = bsearch (&offset, map->entry, map->entry_count, in xlate_offset_with_removed_text() 7898 map->entry_count = 0; in build_xlate_map() 7935 map->entry_count++; in build_xlate_map() 7946 map->entry_count++; in build_xlate_map()
|