Home
last modified time | relevance | path

Searched refs:bufsize (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Ds390-dis.c230 int status, opsize, bufsize; in print_insn_s390() local
243 for (bufsize = 0; bufsize < 6; bufsize++) in print_insn_s390()
244 if (info->read_memory_func (memaddr, buffer, bufsize + 1, info) != 0) in print_insn_s390()
246 if (bufsize <= 0) in print_insn_s390()
252 status = opsize > bufsize; in print_insn_s390()
256 bufsize = 6; in print_insn_s390()
286 if (bufsize >= 4) in print_insn_s390()
295 else if (bufsize >= 2) in print_insn_s390()
/toolchain/binutils/binutils-2.25/bfd/
Dihex.c247 size_t bufsize; in ihex_scan() local
260 bufsize = 0; in ihex_scan()
309 if (chars >= bufsize) in ihex_scan()
314 bufsize = chars; in ihex_scan()
545 size_t bufsize; in ihex_read_section() local
552 bufsize = 0; in ihex_read_section()
583 if (len * 2 > bufsize) in ihex_read_section()
588 bufsize = len * 2; in ihex_read_section()
Dsrec.c301 size_t bufsize = 0; in srec_scan() local
492 if (bytes * 2 > bufsize) in srec_scan()
499 bufsize = bytes * 2; in srec_scan()
722 size_t bufsize = 0; in srec_read_section() local
748 if (bytes * 2 > bufsize) in srec_read_section()
755 bufsize = bytes * 2; in srec_read_section()
Delf32-xtensa.c4797 get_expanded_call_opcode (bfd_byte *buf, int bufsize, bfd_boolean *p_uses_l32r) in get_expanded_call_opcode() argument
4813 xtensa_insnbuf_from_chars (isa, insnbuf, buf, bufsize); in get_expanded_call_opcode()
4845 xtensa_insnbuf_from_chars (isa, insnbuf, buf + offset, bufsize - offset); in get_expanded_call_opcode()
4866 xtensa_insnbuf_from_chars (isa, insnbuf, buf + offset, bufsize - offset); in get_expanded_call_opcode()
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-win32.c289 size_t bufsize = 64; in msys_rootify() local
295 buf = XNEWVEC (char, bufsize + execlen); in msys_rootify()
299 buf, bufsize, "msys.ini"); in msys_rootify()
302 if (strlen (buf) < bufsize) in msys_rootify()
306 bufsize *= 2; in msys_rootify()
307 if (bufsize > 65536) in msys_rootify()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h92 is_valid_header(const unsigned char* ehdr_buf, off_t bufsize,
328 off_t bufsize, in is_valid_header() argument
333 if (bufsize < elfcpp::EI_NIDENT) in is_valid_header()
379 if (bufsize < elfcpp::Elf_sizes<32>::ehdr_size) in is_valid_header()
388 if (bufsize < elfcpp::Elf_sizes<64>::ehdr_size) in is_valid_header()
/toolchain/binutils/binutils-2.25/ld/
Dldmain.c713 size_t bufsize; in add_keepsyms_file() local
733 bufsize = 100; in add_keepsyms_file()
734 buf = (char *) xmalloc (bufsize); in add_keepsyms_file()
750 if (len >= bufsize) in add_keepsyms_file()
752 bufsize *= 2; in add_keepsyms_file()
753 buf = (char *) xrealloc (buf, bufsize); in add_keepsyms_file()
/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc475 section_size_type bufsize) in write_to_buffer() argument
478 gold_assert(bufsize >= this->strtab_size_); in write_to_buffer()
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1418 size_t bufsize; in add_redefine_syms_file() local
1428 bufsize = 100; in add_redefine_syms_file()
1429 buf = (char *) xmalloc (bufsize + 1 /* For the terminating NUL. */); in add_redefine_syms_file()
1443 if (len >= bufsize) in add_redefine_syms_file()
1445 bufsize *= 2; in add_redefine_syms_file()
1446 buf = (char *) xrealloc (buf, bufsize + 1); in add_redefine_syms_file()
1469 if (len >= bufsize) in add_redefine_syms_file()
1471 bufsize *= 2; in add_redefine_syms_file()
1472 buf = (char *) xrealloc (buf, bufsize + 1); in add_redefine_syms_file()
/toolchain/binutils/binutils-2.25/
DChangeLog4950 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)