Searched refs:binary (Results 26 - 50 of 51) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/bfd/
H A Dbinary.c1 /* BFD back-end for binary objects.
22 /* This is a BFD backend which may be used to write binary objects.
25 generate raw binary data.
40 /* Any bfd we create by reading a binary file has three symbols:
57 machine number to be uses when creating binary BFDs. */
61 /* Create a binary object. Invoked via bfd_set_format. */
70 /* Any file may be considered to be a binary file, provided the target
72 being binary. */
251 /* Set the architecture of a binary file. */
254 /* Write section contents of a binary fil
[all...]
H A Dmakefile.vms23 targets.obj,hash.obj,linker.obj,elf.obj,srec.obj,binary.obj,tekhex.obj,\
H A DMakefile.am38 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
48 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
925 binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dfilebuf.cc98 if (mode & ios::binary)
100 mode &= ~ios::binary;
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DEbmlFloat.cpp102 binary Buffer[20];
H A DEbmlVoid.cpp52 static binary DummyBuf[4*1024];
H A DEbmlUnicodeString.cpp241 binary *Pad = new binary[DefaultSize - Result];
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/c/
H A Dlibebml_t.h116 typedef uint8 binary; typedef
/haiku-fatelf/src/bin/writembr/
H A Dwritembr.cpp70 fs.open(device.Path(), fstream::in | fstream::out | fstream::binary);
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTimeCode.cpp8 // Redistribution and use in source and binary forms, with or without
13 // * Redistributions in binary form must reproduce the above
150 binaryToBcd (int binary) argument
152 int units = binary % 10;
153 int tens = (binary / 10) % 10;
321 throw Iex::ArgExc ("Cannot extract binary group from time code "
334 throw Iex::ArgExc ("Cannot extract binary group from time code "
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/
H A Dlocate-test15 Lists the tests (source/binary) available from the DIRECTORY directory
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/
H A DKaxSeekHead.cpp92 binary ID[4];
H A DFileKax.cpp200 bool FileMatroska::AddFrame(Track * aTrack, const uint32 aTimecode, const binary *aFrame, const uint32 aFrameSize,
394 bool FileMatroska::ReadFrame(Track * & aTrack, uint32 & aTimecode, const binary * & aFrame, uint32 & aFrameSize,
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp69 __fs.open(__file, ios::in | ios::out | ios::binary | ios::trunc);
H A DIppContent.cpp815 ifs.open(file_path.c_str(), ios::in | ios::binary);
928 ifs.open(file_path.c_str(), ios::in | ios::binary);
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp71 fStream.open(fFile, ios::in | ios::out | ios::binary | ios::trunc);
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcrx.h185 /* The operands in binary and assembly are placed in reverse order.
334 /* The binary value which is written to the object file. */
335 int binary; member in struct:__anon4182
/haiku-fatelf/src/bin/network/wget/src/
H A Dutils.c669 unique_create (const char *name, bool binary, char **opened_name)
674 while ((fp = fopen_excl (uname, binary)) == NULL && errno == EEXIST)
697 BINARY is set, the file will be opened in binary mode, equivalent
705 fopen_excl (const char *fname, int binary)
724 if (binary > 1)
734 else if (binary)
758 if (binary)
766 return fdopen (fd, binary ? "wb" : "w");
776 return fopen (fname, binary ? "wb" : "w");
1124 /* Possible for example when reading from a binary fil
665 unique_create(const char *name, bool binary, char **opened_name) argument
701 fopen_excl(const char *fname, int binary) argument
[all...]
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
917 loc_aton(ascii, binary)
919 u_char *binary;
1014 bcp = binary;
1028 loc_ntoa(binary, ascii)
1029 const u_char *binary;
1035 const u_char *cp = binary;
/haiku-fatelf/3rdparty/proj2make/
H A Dproj2make.cpp92 gProjFile.open(projPath, fstream::in | fstream::binary);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm32r-stub.c62 * XAA..AA,LLLL: Write LLLL binary bytes at address OK or ENN
215 int binary; local
321 binary = 0;
334 case 'X': /* XAA..AA,LLLL:<binary data>#cs */
335 binary = 1;
345 if (binary)
780 /* Convert the hex array pointed to by buf into binary to be placed in mem.
804 /* Convert the binary stream in BUF to memory.
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff.c80 /* Use binary I/O when reading and writing data (--binary).
82 static bool binary; variable
192 {"binary", 0, 0, BINARY_OPTION},
510 binary = 1;
845 N_("--binary Read and write data in binary mode."),
1317 if (binary)
/haiku-fatelf/
H A Dconfigure39 will not be binary compatible with BeOS R5.
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php74 // path to qemu binary
/haiku-fatelf/headers/cpp/
H A Dstreambuf.h147 bin = _IOS_BIN, // Deprecated - ANSI uses ios::binary.
148 binary = _IOS_BIN }; enumerator in enum:ios::open_mode

Completed in 144 milliseconds

123