Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4736 size_t srcsz, int byteswap)
744 size_t srcsz, int byteswap)
752 size_t srcsz, int byteswap)
770 srcsz -= sz;
818 srcsz -= sz;
820 if (dsz < srcsz) /* Destination lacks space. */
838 size_t srcsz, int byteswap)
858 srcsz -= sizeof(Elf_GNU_Hash_Header);
864 if (srcsz < sz || dsz < sz)
897 srcsz -= sz;
[all …]
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Dzlib_stub.c24 const void *src __unused, unsigned long srcsz __unused) in uncompress()
/freebsd-14.2/contrib/elftoolchain/elfcopy/
H A Dsections.c1030 size_t srcsz, dstsz, p, len; in modify_section() local
1034 src = read_section(s, &srcsz); in modify_section()
1035 if (src == NULL || srcsz == 0) { in modify_section()
1042 dstsz = srcsz; in modify_section()
1054 end = src + srcsz; in modify_section()
1081 memcpy(b, src, srcsz); in modify_section()
1082 p += srcsz; in modify_section()