Home
last modified time | relevance | path

Searched refs:srcsz (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_convert.m4739 * Argument `srcsz' denotes the number of bytes to be converted. In the
740 * 32-bit case we need to translate `srcsz' to a count of 32-bit words.
745 size_t srcsz, int byteswap)
747 return (_libelf_cvt_WORD_tom(dst, dsz, src, srcsz / sizeof(uint32_t),
753 size_t srcsz, int byteswap)
755 return (_libelf_cvt_WORD_tof(dst, dsz, src, srcsz / sizeof(uint32_t),
761 size_t srcsz, int byteswap)
770 if (dsz < sizeof(Elf_GNU_Hash_Header) || srcsz < sz)
779 srcsz -= sz;
790 if (srcsz < sz || dsz < sz + sizeof(Elf_GNU_Hash_Header))
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c903 tree srcsz = TYPE_SIZE_UNIT (TREE_TYPE (tem)); in sizeof_pointer_memaccess_warning() local
906 || !srcsz in sizeof_pointer_memaccess_warning()
907 || !operand_equal_p (dstsz, srcsz, OEP_LEXICOGRAPHIC)) in sizeof_pointer_memaccess_warning()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc905 tree srcsz = TYPE_SIZE_UNIT (TREE_TYPE (tem)); in sizeof_pointer_memaccess_warning() local
908 || !srcsz in sizeof_pointer_memaccess_warning()
909 || !operand_equal_p (dstsz, srcsz, OEP_LEXICOGRAPHIC)) in sizeof_pointer_memaccess_warning()