Searched refs:compressed (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dcompressed1.d1 #name: undefined symbol with compressed debug sections
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dcompressed1.d1 #name: undefined symbol with compressed debug sections
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/i386/
H A Dcompressed-1c.d2 #source: compressed-1.s
6 #name: strip on compressed debug sections
H A Dcompressed-1b.d2 #source: compressed-1.s
H A Dcompressed-1a.d2 #source: compressed-1.s
6 #name: objcopy on compressed debug sections
40 <11> DW_AT_name : \(indirect string, offset: 0x18\): compressed-1.c
93 1 0 0 0 compressed-1.c
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/x86-64/
H A Dcompressed-1c.d2 #source: compressed-1.s
6 #name: strip on compressed debug sections
H A Dcompressed-1b.d2 #source: compressed-1.s
H A Dcompressed-1a.d2 #source: compressed-1.s
6 #name: objcopy on compressed debug sections
40 <11> DW_AT_name : \(indirect string, offset: 0x18\): compressed-1.c
93 1 0 0 0 compressed-1.c
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.s2 .*dw2-compressed.o: file format .*
H A Dreadelf.exp214 # This tests "readelf -wa", but on a file with a compressed
223 # Compile the compressed-debug-section test file.
224 if { [target_compile $srcdir/$subdir/dw2-compressed.S tmpdir/dw2-compressed.o object debug] != "" } {
226 untested "readelf -wa (compressed)"
231 set tempfile [remote_download host tmpdir/dw2-compressed.o]
242 fail "readelf -wa (compressed)"
248 pass "readelf -wa (compressed)"
H A Dobjdump.exp159 # Test objdump -s on a file that contains a compressed .debug section
162 unsupported "objdump compressed debug"
163 } elseif { ![binutils_assemble $srcdir/$subdir/dw2-compressed.S tmpdir/dw2-compressed.o] } then {
164 fail "objdump compressed debug"
167 set compressed_testfile [remote_download host tmpdir/dw2-compressed.o]
169 set compressed_testfile tmpdir/dw2-compressed.o
186 # Test objdump -W on a file that contains some compressed .debug sections
H A Dcompress.exp17 # Test compressed .debug section.
24 set compressedfile tmpdir/dw2-1-compressed
26 set compressedfile2 tmpdir/dw2-2-compressed
28 set compressedcopyfile tmpdir/dw2-copy-compressed
30 set compressedfile3 tmpdir/dw2-3-compressed
33 unsupported "compressed debug sections"
38 unsupported "compressed debug sections"
43 unsupported "compressed debug sections with zlib-gnu"
57 unsupported "compressed debug sections"
62 unsupported "compressed debu
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcompress.c38 /* It is possible the section consists of several compressed
73 compressed successfully. Otherwise return 0. */
88 bfd_boolean compressed local
98 if (compressed)
100 /* We shouldn't decompress unsupported compressed section. */
104 /* Different compression schemes. Just move the compressed section
128 if (compressed && compressed_size > orig_uncompressed_size)
142 if (compressed)
271 /* Read in the full compressed section contents. */
277 /* Clear rawsize, set size to compressed siz
386 bfd_boolean compressed; local
[all...]
H A Delf.c1130 bfd_boolean compressed local
1135 if (compressed)
1150 && (!compressed
3142 compressed. */
3145 /* If this section will be compressed, delay adding section
3146 name to section name section after it is compressed in
6156 /* If section is compressed with zlib-gnu, convert
6197 compressed. */
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/mips/
H A Dmixed-mips16-micromips.d5 # Test mixed-mode compressed disassembly.
/haiku-buildtools/gcc/zlib/contrib/delphi/
H A DZLib.pas59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
/haiku-buildtools/binutils/zlib/contrib/delphi/
H A DZLib.pas59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/
H A Dtruncdfsf2.S89 add.pnz r3,r3,1 ; assemble fraction with compressed guard bits.
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips-elf.exp1010 [list "Shared $abi library for compressed PLT tests" \
1013 { compressed-plt-1-dyn.s } \
1015 "compressed-plt-1-${abi}-dyn.so"]]
1027 set ld_flags "$abi_ldflags($abi) -T compressed-plt-1.ld"
1028 set dynobj "tmpdir/compressed-plt-1-${abi}-dyn.so"
1031 lappend files compressed-plt-1a.s
1034 lappend files compressed-plt-1b.s
1037 lappend files compressed-plt-1c.s
1045 set basename "compressed-plt-1-${abi}-${suffix}"
1067 o32 109 0 mips16-got compressed
[all...]
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dexample.pas82 procedure test_gzio(const fname: PChar; (* compressed file name *)
297 (* Feed in already compressed data and switch to no compression: *)
389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
430 d_stream.avail_in := Integer(comprLen-2); (* read all compressed data *)
H A Dzlibpas.pas51 text: Integer; (* true if compressed data believed to be text *)
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dexample.pas82 procedure test_gzio(const fname: PChar; (* compressed file name *)
297 (* Feed in already compressed data and switch to no compression: *)
389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
430 d_stream.avail_in := Integer(comprLen-2); (* read all compressed data *)
H A Dzlibpas.pas51 text: Integer; (* true if compressed data believed to be text *)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h3830 int compressed; member in struct:_xmlParserInputBuffer
/haiku-buildtools/binutils/
H A Dconfigure1481 --enable-compressed-debug-sections={all,gas,gold,ld,none}
1482 Enable compressed debug sections for gas, gold or ld
3028 as_fn_error "no program with compressed debug sections specified" "$LINENO" 5

Completed in 254 milliseconds

12