Home
last modified time | relevance | path

Searched refs:symtab_size (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Ddwarf_reader.h115 off_t symtab_size) in Sized_elf_reloc_mapper() argument
116 : object_(object), symtab_(symtab), symtab_size_(symtab_size), in Sized_elf_reloc_mapper()
356 off_t symtab_size,
363 off_t symtab_size,
417 off_t symtab_size);
694 off_t symtab_size, in Dwarf_info_reader() argument
699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx), in Dwarf_info_reader()
781 symtab_size() const in symtab_size() function
Ddwarf_reader.cc95 off_t symtab_size) in make_elf_reloc_mapper() argument
103 symtab_size); in make_elf_reloc_mapper()
112 symtab_size); in make_elf_reloc_mapper()
124 symtab_size); in make_elf_reloc_mapper()
133 symtab_size); in make_elf_reloc_mapper()
305 off_t symtab_size, in read_ranges_table() argument
377 symtab_size); in read_ranges_table()
390 off_t symtab_size, in read_range_list() argument
397 if (!this->read_ranges_table(object, symtab, symtab_size, ranges_shndx)) in read_range_list()
487 off_t symtab_size) in read_section() argument
[all …]
Dincremental.cc1405 const off_t symtab_size = inputs->symtab_section()->data_size(); in do_write() local
1407 symtab_size); in do_write()
1434 gold_assert(static_cast<off_t>(global_sym_count) * 4 == symtab_size); in do_write()
1447 of->write_output_view(symtab_off, symtab_size, symtab_view); in do_write()
DChangeLog-08153141 and symtab_size. Scan over section names. Find relocation
3154 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c110 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */ in print_indexed_operand()
599 if (info->symtab_size > 0) /* Avoid duplicate 0x. */ in print_insn()
724 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */ in print_insn()
731 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */ in print_insn()
765 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */ in print_insn()
Davr-dis.c314 if (info->symtab_size == 0) in print_insn_avr()
Darm-dis.c6322 if (info->private_data == NULL || info->symtab_size == 0 in mapping_symbol_for_insn()
6486 if (info->symtab_size != 0 in print_insn()
6515 for (n = start; n < info->symtab_size; n++) in print_insn()
6553 for (n = 0; n < info->symtab_size; n++) in print_insn()
6575 for (n = start; n < info->symtab_size; n++) in print_insn()
6615 for (n = last_sym + 1; n < info->symtab_size; n++) in print_insn()
Daarch64-dis.c2392 if (info->symtab_size != 0 in print_insn_aarch64()
2410 for (; n < info->symtab_size; n++) in print_insn_aarch64()
2453 for (n = last_sym + 1; n < info->symtab_size; n++) in print_insn_aarch64()
Dcr16-dis.c690 if (info->symtab_size > 0) in print_arg()
Dnds32-dis.c90 for (i = 0; i < info->symtab_size; i++) in nds32_ex9_info()
DChangeLog-20121032 * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
DChangeLog-2009625 * arm-dis.c (print_insn): Check symtab_size not *symtab.
/toolchain/binutils/binutils-2.27/include/
Ddis-asm.h104 int symtab_size; member
DChangeLog-04151595 symtab_size.
/toolchain/binutils/binutils-2.27/bfd/
Dnlmcode.h864 long symtab_size = 0; in nlm_get_symtab_upper_bound() local
870 symtab_size = (symcount + 1) * (sizeof (asymbol)); in nlm_get_symtab_upper_bound()
871 return symtab_size; in nlm_get_symtab_upper_bound()
Dsom.c4447 bfd_size_type symtab_size; in som_build_and_write_symbol_table() local
4451 symtab_size = num_syms; in som_build_and_write_symbol_table()
4452 symtab_size *= sizeof (struct som_external_symbol_dictionary_record); in som_build_and_write_symbol_table()
4453 som_symtab = bfd_zmalloc (symtab_size); in som_build_and_write_symbol_table()
4454 if (som_symtab == NULL && symtab_size != 0) in som_build_and_write_symbol_table()
4494 if (bfd_bwrite ((void *) som_symtab, symtab_size, abfd) != symtab_size) in som_build_and_write_symbol_table()
Delf.c7778 long symtab_size; in _bfd_elf_get_symtab_upper_bound() local
7782 symtab_size = (symcount + 1) * (sizeof (asymbol *)); in _bfd_elf_get_symtab_upper_bound()
7784 symtab_size -= sizeof (asymbol *); in _bfd_elf_get_symtab_upper_bound()
7786 return symtab_size; in _bfd_elf_get_symtab_upper_bound()
7793 long symtab_size; in _bfd_elf_get_dynamic_symtab_upper_bound() local
7803 symtab_size = (symcount + 1) * (sizeof (asymbol *)); in _bfd_elf_get_dynamic_symtab_upper_bound()
7805 symtab_size -= sizeof (asymbol *); in _bfd_elf_get_dynamic_symtab_upper_bound()
7807 return symtab_size; in _bfd_elf_get_dynamic_symtab_upper_bound()
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-200624 (disassemble_data): Set info->symtab and info->symtab_size.
Dobjdump.c2300 disasm_info.symtab_size = sorted_symcount; in disassemble_data()