Searched refs:extsize (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dmztools.c63 unsigned int extsize = READ_16(header + 28); /* extra field length */ local
98 if (extsize > 0) {
99 if (extsize < sizeof(extra)) {
100 if (fread(extra, 1, extsize, fpZip) == extsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
102 offset += extsize;
163 WRITE_16(header + 30, extsize);
187 if (extsize >
[all...]
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dmztools.c63 unsigned int extsize = READ_16(header + 28); /* extra field length */ local
98 if (extsize > 0) {
99 if (extsize < sizeof(extra)) {
100 if (fread(extra, 1, extsize, fpZip) == extsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
102 offset += extsize;
163 WRITE_16(header + 30, extsize);
187 if (extsize >
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delfcode.h883 size_t extsize;
923 extsize = sizeof (Elf_External_Rela);
928 extsize = sizeof (Elf_External_Rel);
947 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize)
880 size_t extsize; local
/haiku-buildtools/binutils/bfd/
H A Delfcode.h864 size_t extsize;
906 extsize = sizeof (Elf_External_Rela);
911 extsize = sizeof (Elf_External_Rel);
930 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize)
861 size_t extsize; local
/haiku-buildtools/binutils/gold/
H A Dobject.cc882 section_size_type extsize = datasize - locsize; local
885 section_size_type readsize = need_local_symbols ? datasize : extsize;

Completed in 94 milliseconds