Searched refs:total_size (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | crx-dis.c | 380 int inst_bit_size, total_size; in make_argument() local 437 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */ in make_argument() 438 p = makelongparameter (allWords, inst_bit_size - total_size, in make_argument() 439 inst_bit_size - (total_size - 4)); in make_argument() 441 p = makelongparameter (allWords, inst_bit_size - (total_size - 4), in make_argument() 442 inst_bit_size - (total_size - 8)); in make_argument() 444 p = makelongparameter (allWords, inst_bit_size - (total_size - 8), in make_argument() 445 inst_bit_size - (total_size - 10)); in make_argument() 447 p = makelongparameter (allWords, inst_bit_size - (total_size - 10), in make_argument()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | dwarf2.c | 3678 bfd_size_type total_size; in _bfd_dwarf2_slurp_debug_info() local 3756 total_size = msec->size; in _bfd_dwarf2_slurp_debug_info() 3759 &stash->info_ptr_memory, &total_size)) in _bfd_dwarf2_slurp_debug_info() 3765 for (total_size = 0; in _bfd_dwarf2_slurp_debug_info() 3768 total_size += msec->size; in _bfd_dwarf2_slurp_debug_info() 3770 stash->info_ptr_memory = (bfd_byte *) bfd_malloc (total_size); in _bfd_dwarf2_slurp_debug_info() 3774 total_size = 0; in _bfd_dwarf2_slurp_debug_info() 3786 (debug_bfd, msec, stash->info_ptr_memory + total_size, in _bfd_dwarf2_slurp_debug_info() 3790 total_size += size; in _bfd_dwarf2_slurp_debug_info() 3795 stash->info_ptr_end = stash->info_ptr + total_size; in _bfd_dwarf2_slurp_debug_info()
|
D | elf32-nds32.c | 8401 bfd_vma total_size; member 8426 blank_t->total_size = 0; in create_nds32_elf_blank() 8492 return blank_t->total_size + (addr - blank_t->offset); in get_nds32_elf_blank_total() 8494 return blank_t->total_size + blank_t->size; in get_nds32_elf_blank_total() 8559 blank_t->total_size = 0; in insert_nds32_elf_blank_recalc_total() 8565 blank_t->total_size = blank_t->prev->total_size + blank_t->prev->size; in insert_nds32_elf_blank_recalc_total() 8576 bfd_vma total_size = 0; in calc_nds32_blank_total() local 8586 blank_t->total_size = total_size; in calc_nds32_blank_total() 8587 total_size += blank_t->size; in calc_nds32_blank_total() 8881 memmove (contents + blank_t->offset - blank_t->total_size, in nds32_elf_relax_delete_blanks() [all …]
|
D | elf32-avr.c | 3801 bfd_size_type total_size = 0; in elf32_avr_build_stubs() local 3816 total_size += size; in elf32_avr_build_stubs() 3826 htab->amt_max_entry_cnt = total_size / 4; in elf32_avr_build_stubs()
|
D | elflink.c | 7364 size_t i, shndx_count, total_size; in elf_create_symbuf() local 7384 total_size = ((shndx_count + 1) * sizeof (*ssymbuf) in elf_create_symbuf() 7386 ssymbuf = (struct elf_symbuf_head *) bfd_malloc (total_size); in elf_create_symbuf() 7413 == total_size)); in elf_create_symbuf()
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | regex.c | 5017 int total_size = size1 + size2; local 5031 if (startpos < 0 || startpos > total_size) 5039 else if (endpos > total_size) 5040 range = total_size - startpos; 5154 if (fastmap && startpos < total_size && !bufp->can_be_null) 5192 if (range >= 0 && startpos == total_size && fastmap
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-xtensa.c | 10559 int total_size = 0; in convert_frag_immed() local 10638 total_size = 0; in convert_frag_immed() 10703 total_size += size; in convert_frag_immed() 10708 diff = total_size - old_size; in convert_frag_immed()
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-9197 | 4694 total_size, superfile and chain.
|