Searched refs:ptrdiff_t (Results 1 – 16 of 16) sorted by relevance
217 if (sizeof(void *) == sizeof(ptrdiff_t)) {257 while (len && ((ptrdiff_t)buf & 3)) {297 while (len && ((ptrdiff_t)buf & 3)) {
33 typedef long ptrdiff_t; /* guess -- will be caught if guess is wrong */ typedef156 typedef int ptrdiff_t; typedef
758 - Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]810 - Replace size_t with ptrdiff_t in crc32.c, and check for correct size
60 typedef ptrdiff_t section_offset_type;
78 typedef ptrdiff_t section_offset_type;
91 void *sbrk (ptrdiff_t);
49 # define PTR_INT_TYPE ptrdiff_t
552 ptrdiff_t len; in do_scrub_chars()1377 ptrdiff_t len; in do_scrub_chars()
1656 ptrdiff_t len = SYM_NAME_CHUNK_LEN; in read_symbol_name()1668 ptrdiff_t sofar; in read_symbol_name()1689 ptrdiff_t len; in read_symbol_name()
1060 * app.c: ..or ptrdiff_t.
141 __BPTR_ALIGN (sizeof (ptrdiff_t) < sizeof (void *) ? (B) : (char *) 0, \
2557 data = (bfd_byte *) (((ptrdiff_t) (data + align)) & ~ align); in rsrc_print_section()4137 ptrdiff_t * rsrc_sizes = NULL; in rsrc_process_section()
3 * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type for39 * peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type for
959 if (internal_ptr - internal < (ptrdiff_t) bfd_get_symcount (abfd)) in _bfd_ecoff_slurp_symbol_table()
1849 const ptrdiff_t offset in elfNN_aarch64_bfd_reloc_from_howto()
962 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to